0 purchases
altoxml 0.0.5
Alto
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.