sbb_binarization/README.md
Clemens Neudecker 1a69e9e5ca
Update README.md
2020-01-15 19:49:18 +01:00

17 lines
509 B
Markdown

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