Local Doc Ops

Use when extracting, inspecting, splitting, or converting local PDFs, documents, and image-based files before they enter a knowledge pipeline.

zarubinvibe 3bb85ae 2 files · 5.2 KB Updated

File contents

Local Document Operations

Use local deterministic tools before spending model context.

Preferred order:

  1. Use structured parsers for PDFs and office documents.
  2. Use Apple Vision OCR for images on macOS.
  3. Use transcription for audio or video.
  4. Only then ask a model to interpret unclear content.

Keep raw extracted text in cache or inbox. Write only refined knowledge into the vault.

Bundled helper:

python skills/local-doc-ops/pdf-kit.py --help

zarubinvibe/mnemazine/tree/main/skills/local-doc-ops commit 3bb85ae029

Frequently asked questions

npx skillmds@latest add zarubinvibe/local-doc-ops