axure_fetch
Extract visible text and image URLs from public Axure share links for AI analysis. Supports multi-page crawling and OCR fallback to process image-only prototypes.
Instructions
Fetch visible text and image URLs from a public Axure share link.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public Axure URL, e.g. https://xxx.axshare.com/?id=... | |
| timeoutMs | No | ||
| maxImages | No | ||
| maxTexts | No | ||
| crawlPages | No | If true, discovers and crawls additional same-origin Axure links. | |
| maxPages | No | ||
| enableOcrFallback | No | If true, OCR fallback will run when extracted text is too little. | |
| ocrMinTextCount | No | ||
| ocrMaxImages | No | ||
| ocrLanguage | No | Tesseract language codes, e.g. chi_sim+eng | |
| includeImageBase64 | No | If true, tries to attach image base64 data for each URL. |