A MyThingsLab My[X] tool: extracts every table from a
PDF into structured form — page number, cells (CSV + rendered Markdown), its
deterministically-located caption, and (only when the caption is missing or
unhelpful) a one-line Engine-written summary of what the table reports.
Design doc: my-things-core/docs/tools/my-tables.md.
See CLAUDE.md for the tool's Engine call, invariants, and
backlog label.
mytables run --engine noop # or: python -m mytables runis a safe end-to-end dry run: zero tokens, no branch, no PR, one honest ledger entry.
python -m venv .venv && source .venv/bin/activate
pip install -e ../my-things-core -e ".[dev]"
pytestMIT — see LICENSE.