Merge pull request #13921 from nextcloud/feat/taskprocessing-ocr

feat(developer): Add OCR Task type to taskprocessing docs
This commit is contained in:
Marcel Klehr
2025-12-09 16:37:09 +01:00
committed by GitHub

View File

@@ -128,6 +128,11 @@ The following built-in task types are available:
* ``images``: ``ListOfImages``
* Output shape:
* ``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``