No description
Find a file
2019-12-06 00:48:38 +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 do not require sudo 2019-12-06 00:48:38 +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 document image data and returns the results as PAGE-XML.

Installation

pip install .

Models

In order to run this tool you also need trained models. You can download our pre-trained models from 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>