feat(developer): Add OCR Task type to taskprocessing docs

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr
2025-12-09 10:53:58 +01:00
parent 228b02d976
commit 2563b8607a

View File

@@ -128,6 +128,11 @@ The following built-in task types are available:
* ``images``: ``ListOfImages`` * ``images``: ``ListOfImages``
* Output shape: * Output shape:
* ``output``: ``Text`` * ``output``: ``Text``
* ``'core:image2text:ocr'``: This task type is for extracting text from files using OCR. It is implemented by ``\OCP\TaskProcessing\TaskTypes\ImageToTextOpticalCharacterRecognition``
* Input shape:
* ``input``: ``ListOfFiles``
* Output shape:
* ``output``: ``ListOfTexts``