No description
Find a file
2019-12-05 14:05:55 +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 Update config_params.json 2019-12-05 14:05:55 +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


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