mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-15 21:46:29 +03:00
fix(anydoc): clarify rendered-layout inspection route (#297)
This commit is contained in:
+1
-1
@@ -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. |
|
||||
|
||||
Reference in New Issue
Block a user