You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
0dd98340e5 | 5 years ago | |
---|---|---|
sbb_binarize | 5 years ago | |
.gitkeep | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago | |
make.sh | 5 years ago | |
setup.py | 5 years ago |
README.md
Binarization
Binarization for document images
Introduction
This tool performs document image binarization for OCR using a trained model.
Installation
./make
Models
Pretrained models can be downloaded from here:
https://qurator-data.de/sbb_binarization/
Usage
sbb_binarize -m <directory of models> -i <image> -p <set to true in order to let the model see image in patches> -s <provide a directory with a given ouput name and format. The result will be saved here.>