Skip to content

milahu/hocr-editor-qt

Repository files navigation

hocr-editor-qt

graphical HOCR editor to produce minimal diffs for proofreading of tesseract OCR output

usage

python hocr-editor.py test/data/mit-license-template/mit-license-template.hocr

screenshot

hocr-editor-qt screenshot

install

Linux

NixOS Linux

nix-shell -p git
git clone https://github.com/milahu/hocr-editor-qt
cd hocr-editor-qt
nix-shell

Debian Linux

sudo apt install git python3

git clone https://github.com/milahu/hocr-editor-qt
cd hocr-editor-qt
pip install -r requirements.txt

Windows

install git and python3 with the chocolatey package manager

powershell → rightclick → run as admin

choco install git python3

now in a non-admin powershell

git clone https://github.com/milahu/hocr-editor-qt
cd hocr-editor-qt
pip install -r requirements.txt

About

graphical HOCR editor to produce minimal diffs for proofreading of tesseract OCR output

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages