// catalog · ls -la /lab/tools

Catalog/page 22/24

Showing entries 127 to 132 of 139 · click any row to launch

  1. 127 Vision / Audio whiteboard-ocr:// Specialised OCR for whiteboards: handles handwriting + diagrams in one pass. Returns cleaned typed text with original layout preserved. Diagrams become Mermaid or ASCII. Flags areas where the photo was unclear and you should re-check.
  2. 128 Vision / Audio table-extract:// Extracts tabular data from images (screenshots, scanned PDFs, photo of a printed table). Returns both CSV (for import) and Markdown (for docs). Detects headers, infers column types, flags low-confidence cells.
  3. 129 Vision / Audio chart-read:// Reads charts (bar, line, pie, scatter) from images. Returns extracted data points (best-effort), chart type, axes/scale, and the one-line insight. For "I have a chart but not the source data" situations.
  4. 130 Vision / Audio audio-redact:// Redacts personally-identifiable information from a transcript (or audio that's been transcribed). Masks names, emails, phone numbers, addresses, IDs, account numbers, dates of birth, locations. Returns the redacted text + a per-entity report of what was found.
  5. 131 Vision / Audio audio-summarise:// Summarises long-form audio after transcription. Returns three lengths: 1-sentence TL;DR, paragraph summary, structured outline. Distinguishes "decisions made" from "things discussed" from "questions left open". Useful for meeting follow-up.
  6. 132 Vision / Audio audio-actions:// Extracts action items from a meeting transcript. Each action gets: a clear "what needs to happen" line, an owner (if named in the audio), a deadline (if mentioned), and the verbatim line that triggered the extraction. Skips vague intentions ("let's think about that").

← back to lab