close
Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 928 Bytes

File metadata and controls

54 lines (36 loc) · 928 Bytes

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