|
|
@ -9,7 +9,7 @@ to black-and-white pixels) for OCR using multiple trained models.
|
|
|
|
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
|
|
|
|
Clone the repository, enter it and run
|
|
|
|
Clone the repository, enter it and run
|
|
|
|
|
|
|
|
|
|
|
|
`pip install .`
|
|
|
|
`pip install .`
|
|
|
|
|
|
|
|
|
|
|
@ -19,12 +19,14 @@ Pre-trained models can be downloaded from here:
|
|
|
|
|
|
|
|
|
|
|
|
https://qurator-data.de/sbb_binarization/
|
|
|
|
https://qurator-data.de/sbb_binarization/
|
|
|
|
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
|
|
|
|
```sh
|
|
|
|
```sh
|
|
|
|
sbb_binarize \
|
|
|
|
sbb_binarize \
|
|
|
|
|
|
|
|
--patches \
|
|
|
|
-m <directory with models> \
|
|
|
|
-m <directory with models> \
|
|
|
|
-i <image file> \
|
|
|
|
<input image> \
|
|
|
|
-p <set to true to let the model see the image divided into patches> \
|
|
|
|
<output image>
|
|
|
|
-s <directory where the results will be saved>`
|
|
|
|
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
**Note** In virtually all cases, the `--patches` flag will improve results.
|
|
|
|