Welcome to Alto’s documentation!

Alto

Build Status Documentation Code Coverage

A Python parser for alto XML files, for handling OCR outputs


Example usage

from alto import parse_file

alto = parse_file('path/to/alto/file.xml')
print(alto.extract_words())

Installation

Stable Release: pip install alto-xml
Development Head: pip install git+https://github.com/envinorma/alto.git

Documentation

For full package documentation please visit envinorma.github.io/alto.

Development

See CONTRIBUTING.md for information related to development.

MIT license

Indices and tables