https://github.com/philkes/recognitionfx
Document Text Recognition User Interface in JavaFX
https://github.com/philkes/recognitionfx
image-recognition javafx machine-learning sqlite tesseract-ocr text-recognition
Last synced: 11 months ago
JSON representation
Document Text Recognition User Interface in JavaFX
- Host: GitHub
- URL: https://github.com/philkes/recognitionfx
- Owner: PhilKes
- Created: 2019-05-24T10:26:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T19:50:07.000Z (over 5 years ago)
- Last Synced: 2025-06-10T15:45:46.726Z (about 1 year ago)
- Topics: image-recognition, javafx, machine-learning, sqlite, tesseract-ocr, text-recognition
- Language: Java
- Homepage:
- Size: 35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RecognitionFX

## Features
* **JavaFX UI** to view Images and add Selections
* Tesseract OCR for **character recognition**
* Store Images and selections in XML Project files (.rfx)
* Store Analyzed Documents into **SQL** Database
* Convert entire Image to **.pdf** (Tesseract)
## To Do
* Auto Detection of Textboxes for Selections
* Batch Image-processing
* Further Properties for Selections (Text,Number,Date,...)
* Use Training DataSets