Files
meetus/doocus/__init__.py
Mariano Gabriel ca8b3a784d doocus first ver
2026-07-05 10:08:42 -03:00

11 lines
503 B
Python

"""
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.
"""