Files
2dph/pyproject.toml
eSlider 0ee4106b99
Tests / Test (push) Skipped
Tests / OCR (tesseract fixture) (push) Skipped
Tests / Release (semver) (push) Skipped
Tests / Test (pull_request) Failing after 6s
Tests / OCR (tesseract fixture) (pull_request) Failing after 4s
Tests / Release (semver) (pull_request) Skipped
feat: OCR scans with tesseract, drop docling from the default path.
pdftotext still wins on born-digital PDFs. Empty text layers go through
pdftoppm + tesseract eng+deu. Optional OCR_ENGINE=paddle. Gitea #6.
2026-08-14 11:23:17 +01:00

17 lines
489 B
TOML

[project]
name = "2dph"
version = "0.1.0"
description = "Evidence-first brain: LadybugDB knowledge graph + hybrid RAG over the ops stack. Facts need two sources or they are (not confirmed)."
readme = "README.md"
requires-python = ">=3.12"
license = { text = "MIT" }
dependencies = [
"ladybug==0.19.1",
"markitdown[docx,epub,html,image-exif,pdf,pptx,xlsx,zip]>=0.1.7",
"mistune==3.3.4",
"model2vec==0.8.2",
"numpy>=2.5.2",
"pyyaml>=6.0.3",
"requests>=2.34.2",
]