Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 260 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 260 Bytes

ocr-postcorrection-lm

Code to try out ocr postcorrection with language models

venv setup

pip3.9 install -r requirements.txt

In case you get an unexpected "disk quota exceeded error", you can try :

export TMPDIR=path/to/tmp/dir