1
0
Fork 0
mirror of https://github.com/qurator-spk/sbb_textline_detection.git synced 2025-06-12 05:10:01 +02:00

Update README.md

This commit is contained in:
Clemens Neudecker 2019-12-06 20:06:43 +01:00 committed by GitHub
parent cf36092dc9
commit be7b101f39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
# Textline-Recognition
# Textline Detection
## Introduction
This tool performs textline detection from document image data and returns the results as PAGE-XML.
@ -19,7 +19,7 @@ https://file.spk-berlin.de:8443/textline_detection/
~~~
ocrd-example-binarize -I OCR-D-IMG -O OCR-D-IMG-BIN
ocrd_sbb_textline_detector -I OCR-D-IMG-BIN -O OCR-D-SEG-LINE-SBB \
ocrd-sbb-textline-detector -I OCR-D-IMG-BIN -O OCR-D-SEG-LINE-SBB \
-p '{ "model": "/path/to/the/models/textline_detection" }'
~~~
@ -27,4 +27,4 @@ Segmentation works on raw RGB images, but respects and retains
`AlternativeImage`s from binarization steps, so it's a good idea to do
binarization first, then perform the textline detection. The used binarization
processor must produce an `AlternativeImage` for the binarized image, not
replace the original raw RGB image.
replace the original raw RGB image.