Skip to content

morielturgeman/OCR-Image-Viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

# Sagole JavaFX OCR Image Viewer

## How to Run

1. **Install Tesseract** on your computer (Windows/Mac/Linux).

2. **Find your tessdata folder:**
   - Windows: `C:\Program Files\Tesseract-OCR\tessdata`
   - Mac: `/opt/homebrew/share/tessdata`
   - Linux: `/usr/share/tesseract-ocr/4.00/tessdata`

3. **Update OcrService.java** with your tessdata path:
   ```java
   tesseract.setDatapath("YOUR_PATH_HERE");

4. Run
mvn clean javafx:run
5.usage 
Click "Load Image", pick a text image.
OCR results will show below, and rectangles will highlight each detected word.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors