library · inferred from evidence
unstructured
A library that includes functionality for downloading NLTK packages if not present.
- unstructured NLTK download throws `HTTP 403 Forbidden` on the nltk_data tarball
unstructured's `_download_nltk_packages_if_not_present` suddenly started throwing `HTTP 403 Forbidden` when downloading `https://utic-public-cf.s3.amazonaws.com/nltk_data_3.8.2.tar.gz`. It worked until late November 2024. Is the download UR
- unstructured `partition_pdf()` fails with `Resource punkt_tab not found`
`partition_pdf()` suddenly fails with: `Resource punkt_tab not found. Please use the NLTK Downloader to obtain the resource`. This started after an NLTK upgrade and nothing else changed. How do I fix this?