Skip to content

JamesNeumann/ocr-automation

Repository files navigation

OCR Automation

Code style: black build CodeFactor

Tool for automating the OCR editor. Offers a PyQt GUI which guides through the different automation steps. The user does not have to interact once with the OCR editor.

Getting Started

Best way to get started is to use a virtual python environment. After that you can install the needed requirements with:

pip install requirements.txt

After that you are ready to start the application:

python -m main

Create an executable

The requirements include a PyInstaller dependency which makes it possible to create an executable with all dependencies and a python runtime included. To create an executable run:

pyinstaller OcrAutomation.spec