Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ components:
properties:
image:
$ref: "#/components/schemas/ImageBase64"
format:
description: "Image format"
type: string

ImageTransactionData:
type: object
Expand Down
6 changes: 3 additions & 3 deletions rt-raw-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ components:

DocumentImageResult:
title: "Document Image"
description: "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.
Most of coordinates in other types defined on that image"
allOf:
- type: object
description: "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.
Most of coordinates in other types defined on that image"
required:
- RawImageContainer
properties:
Expand Down
7 changes: 7 additions & 0 deletions rt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,18 +117,25 @@ components:
8: "DocumentTypesCandidatesResult"
9: "ChosenDocumentTypeResult"
15: "LexicalAnalysisResult"
16: "DocumentImageResult"
17: "TextDataResult"
18: "TextDataResult"
19: "GraphicsResult"
20: "AuthenticityResult"
26: "TextDataResult"
30: "ImageQualityResult"
32: "GraphicsResult"
33: "StatusResult"
34: "AuthenticityResult"
35: "GraphicsResult"
36: "TextResult"
37: "ImagesResult"
38: "GraphicsResult"
39: "AuthenticityResult"
49: "EncryptedRCLResult"
50: "LicenseResult"
61: "DocumentPositionResult"
62: "DocumentPositionResult"
85: "DocumentPositionResult"
102: "TextDataResult"
103: "GraphicsResult"
Expand Down
Loading