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.
sbb_binarization/README.md

18 lines
494 B
Markdown

5 years ago
# Binarization
> Binarization for document images
5 years ago
5 years ago
## Introduction
This tool performs document image binarization for OCR using a trained model.
5 years ago
5 years ago
## Installation
`./make`
## Models
Pretrained models can be downloaded from here:
5 years ago
https://qurator-data.de/sbb_binarization/
5 years ago
## Usage
5 years ago
`sbb_binarize -m <directory of models> -i <image>
5 years ago
-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.>`