A Python parser for alto XML files, for handling OCR outputs
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
alto_xml-0.0.5.tar.gz
(10.9 kB
view hashes)
Built Distribution
Close
Hashes for alto_xml-0.0.5-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9cd21f11b3092f704ecd8e882650f1362f2993ec16272bc06f190cc3c93b8ba |
|
MD5 | 07405481261e11c92418429e9822e772 |
|
BLAKE2b-256 | a3b1f2351b3ba0310a3968b80acd71356de682adf4bd869782b0a6d140f87d15 |