GUI-for-paddlepaddle-OCR
GUI-for-paddlepaddle-OCR copied to clipboard
The GUI for "paddlepaddle" OCR
GUI for paddlepaddle OCR
The GUI for paddlepaddle OCR
Introduction
A Windows GUI to perform optical character recognition using paddlepaddle OCR models. With this program, users can recognize text in images from the clipboard or files.
Support recognizing multiple languages' characters from *.png and *.jpg images.
Supported languages are listed in languages.csv.
Screenshot
Usage
Release
- Download and unzip the latest release.
- Run
GUI-for-paddlepaddle-OCR.exe.
Compile from source code
Download paddle_inference.zip corresponding to cpu_avx_mkl from paddlepaddle website (accessed Feb 9, 2024), unzip, and put in the program root as directory mklml/. The expected file structure in this directory is shown in mklml_index.
Run the following command:
pip install -r requirements.txt
pyinstaller main.spec
Acknowledgment
Our license doesn't cover files at the following locations.
inference_models/
paddleocr/