Releases: 10xHub/textxtract
Releases · 10xHub/textxtract
Release list
v-0.2.3
Added
- Support for ZIP archives: Extract text from supported file types within ZIP files with security checks to prevent path traversal and size limits
- Enhanced DOC file extraction with robust fallback methods: antiword primary extraction, python-docx compatibility for DOCX-like files, and binary text pattern extraction for maximum compatibility
Changed
- Switched RTF extraction to use
striprtflibrary for improved performance and reliability