graphical HOCR editor to produce minimal diffs for proofreading of tesseract OCR output
python hocr-editor.py test/data/mit-license-template/mit-license-template.hocr
nix-shell -p git
git clone https://github.com/milahu/hocr-editor-qt
cd hocr-editor-qt
nix-shell
sudo apt install git python3
git clone https://github.com/milahu/hocr-editor-qt
cd hocr-editor-qt
pip install -r requirements.txt
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