Merge pull request #2 from qurator-spk/update-readme

Update README.md
pull/4/head
vahidrezanezhad 5 years ago committed by GitHub
commit 4234995e59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,13 +1,17 @@
# sbb_binarization # Binarization
This tool does binarization!! > Binarization for document images
# Installation ## Introduction
Run `./make` This tool performs document image binarization for OCR using a trained model.
# Usage ## 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> `sbb_binarize -m <directory of models> -i <image>
-p <set it true in order to let model see image in patches> -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>` -s <provide a directory with a given ouput name and format. The result will be saved here.>`
# Models
Models can be found here
https://file.spk-berlin.de:8443/binarization_models/

Loading…
Cancel
Save