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.
 
 
Go to file
vahidrezanezhad 1013b7ed64
Update README.md
5 years ago
qurator 🐛 sbb_textline_detector: Fix making the output file id 5 years ago
.gitkeep 🧹 sbb_textline_docker: Rename to sbb_textline_detector 5 years ago
Dockerfile 🧹 sbb_textline_detector: Use same structure as the other projects 5 years ago
README.md Update README.md 5 years ago
ocrd-tool.json sbb_textline_detector: Add a OCR-D interface 5 years ago
requirements.txt sbb_textline_detection: Preserve input PAGE info by merging segmentation results 5 years ago
setup.py 🐛 sbb_textline_detector: Install *.json 5 years ago

README.md

Textline-Recognition


Tool

This tool does textline detection of image and throw result as xml data.

Models

In order to run this tool you need corresponding models. You can find them here:

https://file.spk-berlin.de:8443/textline_detection/

Installation

sudo pip install .

Usage

sbb_textline_detector -i 'image file name here' -o 'directory to write output xml here' -m 'here should be directory of models'