This repository was archived by the owner on May 1, 2026. It is now read-only.
Releases: KyleKing/textract-py3
Releases · KyleKing/textract-py3
v2.0.0rc1
Full Changelog: https://github.com/KyleKing/textract-py3/commits/v2.0.0rc1
v2.0.0
Full Changelog: v1.6.5...v2.0.0
v3.0.1
v3.0.0
v3.0.0 (2026-01-21)
Fix
- prevent Path.startswith error
Refactor
- run ruff
Full Changelog: v3.0.0rc0...v3.0.0
v3.0.0rc0
v3.0.0rc0 (2026-01-20)
Feat
- add trusted publishing
- cleanup documentation and migration to preferred tooling
Fix
- address beautifulsoup warnings and CI flakiness
- restore cross-platform
- resolve Windows failures
- parse first image in Gifs for tesseract OCR
- resolve escaping to address blocking conda error
Refactor
- migrate to uv-build and commitizen
- additional cleanup and modernization
- additional round of fixes
- init ruff, pyright, and run initial format
Full Changelog: v2.1.1...v3.0.0rc0
v2.1.1
What's Changed
- Prevent install of xlrd >=2.0.0, which removed support for
.xlsxfiles. See: deanmalmgren#543 (comment)
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- docs: sync latest upstream changes by @KyleKing in #4
- docs: fix a few typos by @KyleKing in #7
- fix(deanmalmgren#538): distutils was removed from Python 3.12 by @KyleKing in #9
- fix: read bytes to properly detect encoding by @KyleKing in #6
- fix: resolve deanmalmgren#342 by @KyleKing in #8
- fix: catch ShellError when call pdf2txt.py by @KyleKing in #10
Full Changelog: v2.0.1...v2.1.0