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

509 B

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