Go to file
Gerber, Mike 2199bf0d8c 🧹 sbb_textline_detector: Remove extra .xml suffix from METS file id
qurator 🧹 sbb_textline_detector: Remove extra .xml suffix from METS file id
.gitkeep 🧹 sbb_textline_docker: Rename to sbb_textline_detector
Dockerfile 🧹 sbb_textline_detector: Use same structure as the other projects
README.md 🧹 sbb_textline_docker: Rename to sbb_textline_detector
ocrd-tool.json sbb_textline_detector: Add a OCR-D interface
requirements.txt sbb_textline_detector: Add a OCR-D interface
setup.py sbb_textline_detector: Add a OCR-D interface

README.md

Textline-Recognition


Installation:

Setup virtual environment:

virtualenv --python=python3.6 venv

Activate virtual environment:

source venv/bin/activate

Upgrade pip:

pip install -U pip

Install package together with its dependencies in development mode:

pip install -e ./

Perform document structure and textline analysis on a scanned document image and save the result as PAGE XML.

Usage

text_line_recognition --help