From 43fd4b9518e47e6392a8fbbd31d772900a194fe7 Mon Sep 17 00:00:00 2001 From: Magnus Hedemark Date: Fri, 7 Aug 2026 16:13:42 -0400 Subject: [PATCH] fix(anydoc): clarify rendered-layout inspection route (#297) --- anydoc/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anydoc/SKILL.md b/anydoc/SKILL.md index aa7e5c5..4425516 100644 --- a/anydoc/SKILL.md +++ b/anydoc/SKILL.md @@ -138,7 +138,7 @@ Use this routing table before reaching for a conversion command: | User's request | Reach for | Why | | --- | --- | --- | -| Generate, edit, inspect, or validate a PDF/Word/Excel/PowerPoint artifact | `documents` skill | anydoc converts existing documents to Markdown; it does not author or validate them. | +| Generate, edit, inspect rendered layout, or validate a PDF/Word/Excel/PowerPoint artifact | `documents` skill | anydoc extracts existing document contents to Markdown; it does not author, preserve rendered layout, or validate artifacts. | | Package or author an EPUB | `epub` skill | anydoc reads an existing EPUB to Markdown but never writes or validates an EPUB container. | | OCR a scanned or image-only PDF | OCR tooling or the hosted Firecrawl Parse API | anydoc has no OCR path; report the documented unsupported error and do not retry locally. | | Scrape HTML or other web content | A web-scraping skill | HTML is not a supported anydoc input. |