This is a minimally maintained fork of deanmalmgren/textract to replace '*' dependencies because they block usage of asdf, uvx and modern pip (open issue: deanmalmgren#461).
Install with asdf plugin add textract-py3 https://github.com/amrox/asdf-pyapp.git and asdf install textract-py3 latest or with uvx (uv tool install textract-py3), mise, etc.
This fork has been migrated to poetry and does not have CI/CD. To run locally and release:
poetry sync
poetry run bumpversion minor
poetry publish --build