GUI-for-tesseract-OCR
GUI-for-tesseract-OCR copied to clipboard
The GUI for Tesseract OCR software in Windows 64-bit platform
GUI for "tesseract" OCR
The GUI for Tesseract OCR software in Windows 64-bit platform
Install
From release:
- Unzip and click
GUI-for-tesseract-OCR.exeto run this program.
From source code:
-
Create a Python 3.12 virtual environment.
-
Set the program's root directory as the current folder.
-
Run the following commands.
pip install -r requirements.txt -
(Optional) To compile to an executable file, run the following command.
python solve_msvcp140_conflict.py pyinstaller main.spec
[!NOTE]
Not Windows 10 64-bit, Python 3.12?
Before starting step 3, go to https://github.com/simonflueckiger/tesserocr-windows_build/releases and download corresponding Tesseract package, and delete
tesserocrline inrequirements.txt.
Usage
- By default, we provide an English language model in the installation package. Click
Help | Version and supported languageto find installed language models.
If the languages you want are not supported:
- Click
File | Download pretrained language modelsto find the language models. The program will call your default web browser and direct you to the download page.
- Refer to Language code to know which file you should download.
- Click the file name.

- Click the download button, waiting the web browser to download this file.

- Click
File | Open language modules. Then, the program will automatically call the file explorer and pop up a folder. Move the file you downloaded to the popped-up folder. Finally, close the file explorer.
- If you want to switch the language, that the OCR program uses, please click
File | Switch language. In the popped-up dialog "Select a language", choose your language and click "OK".
The current language will appear in the "Language" row in the main window. - Now, you're set up and can choose any item in
Recognizemenu to start an OCR task.
Acknowledgment
Tessdata for pretrained models