Skip to content

Commit

Permalink
Added PORTRAIT_COMPARISON and FINGERPRINT_COMPARISON result types (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
vyakimchik authored Oct 3, 2023
1 parent fd75d8b commit 0c4cd74
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions rt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ components:
- 20
- 30
- 33
- 34
- 36
- 37
- 39
- 49
- 50
- 85
Expand All @@ -47,8 +49,10 @@ components:
- "Contains result of document authenticity checks"
- "Contains image quality check results"
- "Contains check statuses with details, grouped by source"
- "Contains result of portraits comparison"
- "Contains document textual fields from all sources (mrz, rfid, visual, barcode) with validity and cross-source compare checks"
- "Contains images from all document sources (mrz, rfid, visual, barcode)"
- "Contains result of fingerprints comparison"
- "Contains encrypted ResultContainerList"
- "Contains license"
- "Contains information about document position on the input image, its center, angle, etc"
Expand All @@ -71,8 +75,10 @@ components:
- "AUTHENTICITY"
- "IMAGE_QUALITY"
- "STATUS"
- "PORTRAIT_COMPARISON"
- "TEXT"
- "IMAGES"
- "FINGERPRINT_COMPARISON"
- "ENCRYPTED_RCL"
- "LICENSE"
- "DOCUMENT_POSITION"
Expand Down Expand Up @@ -107,20 +113,22 @@ components:
6: "GraphicsResult"
8: "DocumentTypesCandidatesResult"
9: "ChosenDocumentTypeResult"
20: "AuthenticityResult"
15: "LexicalAnalysisResult"
17: "TextDataResult"
18: "TextDataResult"
19: "GraphicsResult"
20: "AuthenticityResult"
30: "ImageQualityResult"
33: "StatusResult"
34: "AuthenticityResult"
36: "TextResult"
37: "ImagesResult"
39: "AuthenticityResult"
49: "EncryptedRCLResult"
50: "LicenseResult"
85: "DocumentPositionResult"
102: "TextDataResult"
103: "GraphicsResult"
50: "LicenseResult"
49: "EncryptedRCLResult"

ContainerList:
type: object
Expand Down

0 comments on commit 0c4cd74

Please sign in to comment.