Releases: incubated-geek-cc/Tess4JOcrApp
Releases · incubated-geek-cc/Tess4JOcrApp
Release Version 2.1.0
Refined UI and application is now smaller and standalone.
Preview: https://miro.medium.com/v2/resize:fit:4800/format:webp/1*hbNpGG_2b8Lj82iYYkib0A.png
Release Version: v1.3.3
Debugged v1.3.2
- Fixed feature for PDF file upload
- Upgraded from Pdfbox 2x to Pdfbox 3x
Release Version: v1.3.2
Functionalities
- Multiple image uploads
- Single PDF upload
- Text extraction from image files & PDF files - Outputs each page in an archive on save (.zip)
- HTML content extraction from image files & PDF files - Outputs each page in an archive on save (.zip)
- OCR, HOCR and Logs are differentiated into 3 different tabs.
- Updated tessdata for higher accuracy
- Loading bar is also added
Setup & Run Application
- No installations required
- Extract lib folder from lib_v1.3.2.zip
- Extract tessdata folder from tessdata.zip
- Ensure that .jar file and both folders are located in the same directory path relative to each other
- Double-click Tess4JOCRApp_v1.3.2.jar to launch a pop-up
Preview
Release Version: v1.3.1
Functionalities
- Multiple image uploads
- Single PDF upload
- Text extraction from multiple/selected image files & PDF files
- A logs panel is added in this release to view console messages
Setup & Run Application
- No installations required
- Extract lib folder from lib.zip
- Extract tessdata folder from tessdata.zip
- Ensure that .jar file and both folders are located in the same directory path relative to each other
- Double-click Tess4JOCRApp_v1.3.1.jar to launch a pop-up
Preview
Release Version: v1.2.0
Functionalities
- Multiple image uploads
- Single PDF upload
- Text extraction from image files & PDF files
Setup & Run Application
- No installations required
- Extract lib folder from lib.zip
- Extract tessdata folder from tessdata.zip
- Ensure that .jar file and both folders are located in the same directory path relative to each other
- Double-click Tess4JOCRApp_v1.20.jar to launch a pop-up
Preview
✍ Read related posts here
Article Two :: Link :: Building an OCR Native Application Tool with Tess4J — Extract Text from PDF in just 3 steps
Release Version: v1.0.0
Functionalities
- Single image uploads
- Text extraction from image file
Setup & Run Application
- No installations required
- Extract lib folder from lib.zip
- Extract tessdata folder from tessdata.zip
- Ensure that .jar file and both folders are located in the same directory path relative to each other
- Double-click Tess4JOCRApp.jar to launch a pop-up
Preview
✍ Read related posts here
Article One :: Link :: Build a Portable OCR Tool in 4 Steps with Tess4J — A Tesseract Wrapper for Java