Releases: opendataloader-project/opendataloader-pdf-llamaindex
Releases · opendataloader-project/opendataloader-pdf-llamaindex
Release list
v0.0.3
Added
- OpenDataLoaderPDFReaderDemo.ipynb demo notebook (Colab-ready, 44 cells)
- GitHub issue templates (bug report, feature request, question) and PR template
- SECURITY.md, CODEOWNERS, .editorconfig
- Lint CI workflow (ruff + black, enforced on every PR)
Changed
- Reformatted existing code to pass ruff/black (line-length=100)
Fixed
- RAG pipeline cell in demo notebook no longer requires HF_TOKEN
v0.0.2
fix: raise clear errors for missing input files and unavailable Java …
v0.0.1
fix: add explicit permissions to test workflows Add permissions: contents: read to test.yml and test-full.yml. Resolves 3 code-scanning alerts.