Skip to content

Releases: incubated-geek-cc/Tess4JOcrApp

Release Version 2.1.0

14 Feb 00:59
Compare
Choose a tag to compare

Release Version: v1.3.3

06 Feb 07:51
Compare
Choose a tag to compare

Debugged v1.3.2

  • Fixed feature for PDF file upload
  • Upgraded from Pdfbox 2x to Pdfbox 3x

Release Version: v1.3.2

04 Feb 04:30
Compare
Choose a tag to compare

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

image

Release Version: v1.3.1

04 Feb 04:16
Compare
Choose a tag to compare

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

image

Release Version: v1.2.0

04 Feb 04:11
Compare
Choose a tag to compare

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

image

✍ 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

04 Feb 03:55
Compare
Choose a tag to compare

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

image

Read related posts here
Article One :: Link :: Build a Portable OCR Tool in 4 Steps with Tess4J — A Tesseract Wrapper for Java