Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yaeby/textfromimage
A spring boot web app that extracts text from image using tesseract ocr.
https://github.com/yaeby/textfromimage
maven spring-boot tesseract tesseract-ocr text-from-image text-processing
Last synced: 11 days ago
JSON representation
A spring boot web app that extracts text from image using tesseract ocr.
- Host: GitHub
- URL: https://github.com/yaeby/textfromimage
- Owner: yaeby
- Created: 2025-01-04T00:03:44.000Z (11 days ago)
- Default Branch: main
- Last Pushed: 2025-01-04T00:22:36.000Z (11 days ago)
- Last Synced: 2025-01-04T01:21:26.657Z (11 days ago)
- Topics: maven, spring-boot, tesseract, tesseract-ocr, text-from-image, text-processing
- Language: Java
- Homepage:
- Size: 1.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Extract text from image
A simple and small spring-boot example that extracts text from image using `Tesseract OCR`.---
Basically this is the whole OCR:
```xmlorg.bytedeco.javacpp-presets
tesseract
3.03-rc1-0.11```
and in resources u can find a `tessdata` folder with trained data.
---
`Tesseract OCR` to extract the text from image, but I did not find a clear example
how to use it without downloading SDK's or hard data on your pc.
text from images.