@@ -29,6 +29,8 @@ components:
2929 - 20
3030 - 85
3131 - 5
32+ - 50
33+ - 49
3234 x-enum-descriptions :
3335 - ' Contains cropped and rotated with perspective compensation image of document.
3436 Single input image can contain multiple document side/pages, which will be returned as separated results.
@@ -52,6 +54,8 @@ components:
5254 - ' Contains result of document authenticity checks'
5355 - ' Contains information about document position on the input image, its center, angle, etc'
5456 - ' Contains raw information about barcodes on the input image'
57+ - ' Contains license'
58+ - ' Contains encrypted ResultContainerList'
5559 x-enum-varnames :
5660 - DOCUMENT_IMAGE
5761 - IMAGE_QUALITY
@@ -71,6 +75,8 @@ components:
7175 - AUTHENTICITY
7276 - DOCUMENT_POSITION
7377 - BARCODES
78+ - LICENSE
79+ - ENCRYPTED_RCL
7480
7581
7682 ResultItem :
@@ -110,13 +116,18 @@ components:
110116 85 : " DocumentPositionResult"
111117 102 : " TextDataResult"
112118 103 : " GraphicsResult"
119+ 50 : " LicenseResult"
120+ 49 : " EncryptedRCLResult"
113121
114122 ContainerList :
115123 type : object
116124 description : " List with various objects, containing processing results"
117125 required :
118126 - List
119127 properties :
128+ Count :
129+ type : integer
130+ description : " Length of list (Count for items)"
120131 List :
121132 type : array
122133 items :
@@ -134,6 +145,8 @@ components:
134145 - $ref : " #/components/schemas/ImageQualityResult"
135146 - $ref : " #/components/schemas/DocumentPositionResult"
136147 - $ref : " #/components/schemas/DocBarCodeInfo"
148+ - $ref : " #/components/schemas/LicenseResult"
149+ - $ref : " #/components/schemas/EncryptedRCLResult"
137150
138151 DocumentPositionResult :
139152 $ref : " ./rt-document-position.yml#/components/schemas/DocumentPositionResult"
@@ -172,3 +185,9 @@ components:
172185
173186 DocBarCodeInfo :
174187 $ref : " ./rt-barcodes.yml#/components/schemas/DocBarCodeInfo"
188+
189+ LicenseResult :
190+ $ref : " ./rt-license.yml#/components/schemas/LicenseResult"
191+
192+ EncryptedRCLResult :
193+ $ref : " ./rt-encrypted-rcl.yml#/components/schemas/EncryptedRCLResult"
0 commit comments