Some checks failed
Architecture Lint / Linter Tests (pull_request) Successful in 28s
Smoke Test / smoke (pull_request) Failing after 27s
Validate Config / YAML Lint (pull_request) Failing after 18s
Validate Config / JSON Validate (pull_request) Successful in 24s
Validate Config / Python Syntax & Import Check (pull_request) Failing after 1m6s
Validate Config / Python Test Suite (pull_request) Has been skipped
Validate Config / Cron Syntax Check (pull_request) Successful in 13s
Validate Config / Deploy Script Dry Run (pull_request) Successful in 10s
Validate Config / Shell Script Lint (pull_request) Failing after 44s
Validate Config / Playbook Schema Validation (pull_request) Successful in 15s
Architecture Lint / Lint Repository (pull_request) Failing after 15s
PR Checklist / pr-checklist (pull_request) Successful in 6m1s
Add requirements.txt and README.md under scripts/meaning-kernels/ to document and enable installation of pytesseract, pdf2image, and Pillow. Addresses missing dependency warnings when running the enhanced meaning kernel extraction pipeline (#493). Closes #563
5 lines
121 B
Plaintext
5 lines
121 B
Plaintext
# OCR and PDF processing dependencies for meaning kernel extraction
|
|
Pillow>=10.0.0
|
|
pytesseract>=0.3.10
|
|
pdf2image>=1.16.3
|