Metadata-Version: 2.4
Name: tika-haystack
Version: 1.0.0
Summary: Haystack integration for Apache Tika document conversion
Project-URL: Documentation, https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/tika#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/tika
Author-email: deepset GmbH <info@deepset.ai>
License-Expression: Apache-2.0
License-File: LICENSE.txt
Keywords: Apache Tika,DOCX,Document Converter,Haystack,PDF,Tika
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>=2.9.0
Requires-Dist: tika==3.1.0
Description-Content-Type: text/markdown

# tika-haystack

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

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

## Contributing

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

Integration tests require a running Tika server. Start one with:

```shell
docker run -d -p 127.0.0.1:9998:9998 apache/tika:latest
```
