Metadata-Version: 2.1
Name: digital-object
Version: 0.2.0
Summary: digital object assets
Home-page: https://github.com/ulb-sachsen-anhalt/digitized-object
License: MIT
Keywords: digitization,digital object,digitized content,ocr
Author: Universitäts- und Landesbibliothek Sachsen-Anhalt
Author-email: development@bibliothek.uni-halle.de
Maintainer: Uwe Hartwig
Maintainer-email: uwe.hartwig@bibliothek.uni-halle.de
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: shapely (>=2.0.1,<3.0.0)
Project-URL: Repository, https://github.com/ulb-sachsen-anhalt/digitized-object
Description-Content-Type: text/markdown

# Digital Object

Model for representations of digital content from cultural assets for libraries.

Digitized materials are organized in tree-like structures and serialized in hierachical XML formats.

Concerning OCR-assets, handle digitized data representing hierachical XML-formats like [Alto](https://www.loc.gov/standards/alto/) or [Page](https://github.com/PRImA-Research-Lab/PAGE-XML).

## Installation

Installation via [PyPi](https://pypi.org)

```shell
pip install digitized-object
```

## License

This project's source code is licensed under terms of the [MIT license](https://opensource.org/licenses/MIT).

NOTE: This project depends on components that may use different license terms.

