No description
Find a file
2020-01-16 15:41:34 +01:00
sbb_binarize update binarization tool 2019-12-10 12:48:08 +01:00
.gitkeep Add new directory, you can find corresponding models in qurator-data 2019-08-23 15:47:32 +02:00
LICENSE Add LICENSE 2019-12-10 16:40:44 +01:00
make.sh Add new file 2019-08-23 15:50:09 +02:00
README.md Update README.md 2020-01-15 19:49:18 +01:00
setup.py Update setup.py 2019-08-23 15:49:35 +02:00

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://file.spk-berlin.de:8443/binarization_models/

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.>