No description
Find a file
2019-12-05 22:06:44 +01:00
qurator Update config_params.json 2019-12-05 14:05:55 +01:00
.gitkeep Update config_params.json 2019-12-05 14:05:55 +01:00
Dockerfile Update config_params.json 2019-12-05 14:05:55 +01:00
ocrd-tool.json Update config_params.json 2019-12-05 14:05:55 +01:00
README.md Improve README.md 2019-12-05 22:06:44 +01:00
requirements.txt Update config_params.json 2019-12-05 14:05:55 +01:00
setup.py Update config_params.json 2019-12-05 14:05:55 +01:00

Textline-Recognition


Introduction

This tool performs textline detection from image data and returns the results as PAGE-XML.

Installation

sudo pip install .

Models

In order to run this tool you also need trained models. You can download them here:
https://file.spk-berlin.de:8443/textline_detection/

Usage

sbb_textline_detector -i <image file name> -o <directory to write output xml> -m <directory of models>