desktop_ocr
Extract text from a screenshot or existing image file using Tesseract OCR. Provide an image path, or leave empty to capture and read the current screen.
Instructions
Szoveg kinyerese a kepernyorol (vagy egy kepfajlbol) tesseract OCR-rel.
Args: params (OcrInput): image_path, lang. Returns: str: A felismert szoveg.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |