Table of Contents
pip install unstructured-fileconverter-haystack
unstructured-fileconverter-haystack
is distributed under the terms of the Apache-2.0 license.
To run tests, first start a Docker container running the Unstructured API:
docker run -p 8000:8000 -d --rm --name unstructured-api quay.io/unstructured-io/unstructured-api:latest --port 8000 --host 0.0.0.0
Then run tests:
hatch run test