Metadata-Version: 2.4
Name: opendataloader-pdf-haystack
Version: 0.1.0
Summary: Haystack integration for opendataloader_pdf
Project-URL: Documentation, https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/opendataloader_pdf#readme
Project-URL: Issues, https://github.com/deepset-ai/haystack-core-integrations/issues
Project-URL: Source, https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/opendataloader_pdf
Author-email: deepset GmbH <info@deepset.ai>
License-Expression: Apache-2.0
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Requires-Dist: haystack-ai
Requires-Dist: opendataloader-pdf>=2.1.0
Description-Content-Type: text/markdown

# opendataloader-pdf-haystack

[![PyPI - Version](https://img.shields.io/pypi/v/opendataloader-pdf-haystack.svg)](https://pypi.org/project/opendataloader-pdf-haystack)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/opendataloader-pdf-haystack.svg)](https://pypi.org/project/opendataloader-pdf-haystack)

Haystack integration for [OpenDataLoader PDF](https://github.com/opendataloader-project/opendataloader-pdf) that converts PDF files into Haystack `Document` objects.

- [Changelog](https://github.com/deepset-ai/haystack-core-integrations/blob/main/integrations/opendataloader_pdf/CHANGELOG.md)

---

## Installation

Install the integration with:

```bash
pip install opendataloader-pdf-haystack
```

OpenDataLoader PDF requires Java 11 or newer to be available.

## Contributing

Refer to the general [Contribution Guidelines](https://github.com/deepset-ai/haystack-core-integrations/blob/main/CONTRIBUTING.md).
