Skip to content

Commit 72183ee

Browse files
Narek MkhitaryanNarek Mkhitaryan
authored andcommitted
added OCR type in docs
1 parent b97358a commit 72183ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/superannotate/lib/app/interface/sdk_interface.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1400,7 +1400,8 @@ def create_annotation_class(
14001400
:type color: str
14011401
14021402
:param attribute_groups: list of attribute group dicts.
1403-
The values for the "group_type" key are "radio"|"checklist"|"text"|"numeric".
1403+
The values for the "group_type" key are "radio"|"checklist"|"text"|"numeric"|"ocr".
1404+
"ocr "group_type" key is only available for Vector projects.
14041405
Mandatory keys for each attribute group are
14051406
14061407
- "name"

0 commit comments

Comments
 (0)