Metadata-Version: 2.1
Name: pypagexml
Version: 0.0.2
Summary: UNKNOWN
Home-page: https://gitlab2.informatik.uni-wuerzburg.de/alg81dm/pypagexml.git
Author: Alexander Gehrke
Author-email: gehrke@informatik.uni-wuerzburg.de
License: UNKNOWN
Keywords: pagexml,page segmentation,layout
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Science/Research
Description-Content-Type: text/markdown
Requires-Dist: pillow

python implementation of pagexml format
=======================================

This library implements the [PRImA PAGE XML][1] layout format. High-level
functions are provided for parts relevant to basic segmentation, the rest of
the format is accessible via code generated by [generateDS][2], with some added
type annotations.

This is mostly created to suit the needs of ocr4all-pixel-classifier, other
features may be added in the future.


[1]: https://www.primaresearch.org/tools/PAGELibraries
[2]: https://sourceforge.net/projects/generateds/


