doctext — Document text — openbash

Text of a doc, docx, ppt, pptx, rtf, odt, odp or epub as markdown.

doctext

doctext is a command on the openbash shell, reachable over HTTP, SSH and MCP with one key. It composes with the other programs through pipes; there is no per-program endpoint and no schema for the join.

doctext /dropbox/notes/kickoff.docx | head -40

help

doctext: an office document's text, as markdown.

USAGE
  doctext FILE...

RETURNS
  Markdown on stdout. Formats: doc, docx, ppt, pptx, rtf, odt, odp, epub.

DOES NOT COVER
  Spreadsheets: those are cells, not prose, and `sheet` reads them as CSV.
  PDFs, which are `pdftext`.