mirror of
https://github.com/qurator-spk/sbb_binarization.git
synced 2025-07-06 17:39:54 +02:00
17 lines
509 B
Markdown
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.>`
|