cloudy-sfu / GUI-for-paddlepaddle-OCR

The GUI for "paddlepaddle" OCR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 screenshot

Usage

Release

  1. Download and unzip the latest release.
  2. 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

Inference models

Our license doesn't cover files at the following locations.

inference_models/
paddleocr/

About

The GUI for "paddlepaddle" OCR

License:GNU General Public License v3.0


Languages

Language:Python 98.2%Language:C++ 1.0%Language:Cuda 0.7%Language:Cython 0.1%Language:Batchfile 0.0%