doocus first ver

This commit is contained in:
Mariano Gabriel
2026-07-05 10:08:42 -03:00
parent e214b17c55
commit ca8b3a784d
57 changed files with 4167 additions and 56 deletions

10
doocus/__init__.py Normal file
View File

@@ -0,0 +1,10 @@
"""
doocus — local, offline document extraction, alongside meetus.
Turns locally-downloaded documents (Drive exports, PDFs, images, ...) into a
shareable *textified* product (`content.md`) plus structured `meta.json`,
mirroring the meetus `output/<run>/` contract. The extraction step is
deterministic and offline — no cloud AI ever touches the raw source. The
textified output is what feeds permitted services (Gemini web, NotebookLM) and
the local search index; the raw source stays on disk.
"""