Skip to content

Envinorma/alto

Repository files navigation

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

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published