mirror of
https://github.com/Imbad0202/academic-research-skills.git
synced 2026-09-14 13:51:17 +08:00
ca0746aed4
* feat(pdf): sandbox optional content classification * fix(pdf): bind advisory to complete input * fix(pdf): close classifier protocol edge cases * fix(pdf): reject overflowing confidence values * fix(pdf): keep worker adapter outcomes closed * fix(pdf): close worker and publication races
6 lines
283 B
Plaintext
6 lines
283 B
Plaintext
# Optional, opt-in dependency for scripts/pdf_content_classifier_worker.py.
|
|
# Kept out of requirements-dev.txt so the dependency-absent path remains a
|
|
# supported deterministic state and the native parser is never imported by the
|
|
# structural preflight process.
|
|
pdf-inspector==0.2.6
|