Skip to content

Commit 2563b86

Browse files
committed
feat(developer): Add OCR Task type to taskprocessing docs
Signed-off-by: Marcel Klehr <[email protected]>
1 parent 228b02d commit 2563b86

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

developer_manual/digging_deeper/task_processing.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,11 @@ The following built-in task types are available:
128128
* ``images``: ``ListOfImages``
129129
* Output shape:
130130
* ``output``: ``Text``
131+
* ``'core:image2text:ocr'``: This task type is for extracting text from files using OCR. It is implemented by ``\OCP\TaskProcessing\TaskTypes\ImageToTextOpticalCharacterRecognition``
132+
* Input shape:
133+
* ``input``: ``ListOfFiles``
134+
* Output shape:
135+
* ``output``: ``ListOfTexts``
131136

132137

133138

0 commit comments

Comments
 (0)