ocr_image
Extract text from an image file or URL using local offline OCR. No data leaves your machine.
Instructions
Extract text from an image file or URL using local Tesseract.js OCR. No data leaves your machine. Accepts a file path (absolute) or an HTTP URL to the image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Absolute path to a local image file (PNG, JPEG, etc.). Use this after taking a screenshot with Playwright MCP's browser_take_screenshot. | |
| url | No | HTTP/HTTPS URL to download the image from. |