Skip to content

Commit

Permalink
document position result (85): rt enum
Browse files Browse the repository at this point in the history
  • Loading branch information
hleb-albau committed Jul 28, 2021
1 parent 4c53ffd commit c3f39d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ components:
- 8
- 9
- 20
- 85
x-enum-descriptions:
- 'Contains cropped and rotated with perspective compensation image of document.
Single input image can contain multiple document side/pages, which will be returned as separated results.
Expand All @@ -48,6 +49,7 @@ components:
- 'Contains list of document type candidates with their probabilities and descriptions'
- 'Contains description of determined document type, if any'
- 'Contains result of document authenticity checks'
- 'Contains information about document position on the input image, its center, angle, etc'
x-enum-varnames:
- DOCUMENT_IMAGE
- IMAGE_QUALITY
Expand All @@ -65,6 +67,7 @@ components:
- DOCUMENT_TYPE_CANDIDATES
- DOCUMENT_TYPE
- AUTHENTICITY
- DOCUMENT_POSITION


ResultItem:
Expand Down

0 comments on commit c3f39d8

Please sign in to comment.