fs_ocr_extract_text
Extract text from image files via Tesseract OCR. Input image path and optional language to retrieve recognized text.
Instructions
Extract text from image via Tesseract OCR.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | eng | |
| image_path | Yes | ||
| tessdata_path | No | ||
| tesseract_bin_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||