diff --git a/developer_manual/digging_deeper/task_processing.rst b/developer_manual/digging_deeper/task_processing.rst index 23718cd94..a6d8d854f 100644 --- a/developer_manual/digging_deeper/task_processing.rst +++ b/developer_manual/digging_deeper/task_processing.rst @@ -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``