mealie_extract_recipe_text_from_image
Extract raw text from a recipe photo or screenshot with OCR. Get readable text to structure into ingredients and instructions for recipe creation.
Instructions
OCR: Extrahiere Rohtext aus einem Kochbuchfoto/Screenshot.
Lädt das Bild von einer URL oder lokalem Pfad, bereitet es für OCR auf (Graustufen, Kontrast, Binarisierung) und gibt den erkannten Text zurück.
Der Rohtext kann dann per Text-LLM in Zutaten/Anweisungen strukturiert und mit mealie_create_recipe_from_text importiert werden.
Das spart teure Vision-API-Aufrufe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ocr_lang | No | deu+eng | |
| image_url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||