Metadata-Version: 2.1
Name: documentextractor-commons
Version: 0.4.2
Summary: Common types and models for DocumentExtractor projects
Home-page: UNKNOWN
Author: Philipp Heller
Author-email: phil@documentextractor.ai
License: Apache License 2.0
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pydantic>=2.0

# documentextractor-commons

Common types and models for DocumentExtractor projects.

This library provides shared data structures and utility classes used across the [`documentextractor.ai`](https://documentextractor.ai) ecosystem — including internal clients, services, and tools.

> **Note:** This package is **not intended for standalone use** and is **not officially supported** outside of DocumentExtractor projects. Use at your own risk.

## Installation

```bash
pip install documentextractor-commons
````

## License

Copyright © 2025 Philipp Heller

Licensed under the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).
You may not use this file except in compliance with the License.

See the [LICENSE](LICENSE) file for details.

