Skip to content

Commit 10dd7a5

Browse files
dangostvyakimchik
andauthored
[SP-10441] Update RFID result type (#120)
* update rfid result type * Update rt.yml Co-authored-by: Vladislav Yakimchik <31860804+vyakimchik@users.noreply.github.com> * Update rt.yml Co-authored-by: Vladislav Yakimchik <31860804+vyakimchik@users.noreply.github.com> * Update rt.yml Co-authored-by: Vladislav Yakimchik <31860804+vyakimchik@users.noreply.github.com> * Update rt.yml * Update rt.yml * Update rt.yml * sort result enum * update results * Update rt.yml --------- Co-authored-by: Vladislav Yakimchik <31860804+vyakimchik@users.noreply.github.com>
1 parent 07bc968 commit 10dd7a5

File tree

1 file changed

+48
-41
lines changed

1 file changed

+48
-41
lines changed

rt.yml

Lines changed: 48 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -9,71 +9,78 @@ components:
99

1010
Result:
1111
type: integer
12-
description: "Describes possible extracted result types from documents"
1312
enum:
1413
- 1
15-
- 30
16-
- 33
17-
- 36
18-
- 37
1914
- 3
20-
- 17
21-
- 18
22-
- 102
23-
- 15
15+
- 5
2416
- 6
25-
- 19
26-
- 103
2717
- 8
2818
- 9
19+
- 15
20+
- 17
21+
- 18
22+
- 19
2923
- 20
30-
- 85
31-
- 5
32-
- 50
24+
- 30
25+
- 33
26+
- 36
27+
- 37
3328
- 49
29+
- 50
30+
- 85
31+
- 101
32+
- 102
33+
- 103
34+
- 104
35+
- 105
3436
x-enum-descriptions:
3537
- "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"
36-
- "Contains image quality check results"
37-
- "Contains check statuses with details, grouped by source"
38-
- "Contains document textual fields from all sources (mrz, rfid, visual, barcode) with validity and cross-source compare checks"
39-
- "Contains images from all document sources (mrz, rfid, visual, barcode)"
4038
- "Contains MRZ OCR results"
41-
- "Contains Visual zone OCR results"
42-
- "Contains barcode parsing result with text fields"
43-
- "Contains RFID parsing result with text fields"
44-
- "Contains lexical data analysis results that allow you to compare MRZ OCR results, Visual zone OCR results, barcodes and RFID chip data for an additional assessment of the authenticity of the document (this is an old format, better use TEXT type)"
39+
- "Contains raw information about barcodes on the input image"
4540
- "Contains cropped graphic fields from Visual zone"
46-
- "Contains barcode parsing result with graphic fields"
47-
- "Contains RFID parsing result with graphic fields"
4841
- "Contains list of document type candidates with their probabilities and descriptions"
4942
- "Contains description of determined document type, if any"
43+
- "Contains lexical data analysis results that allow you to compare MRZ OCR results, Visual zone OCR results, barcodes and RFID chip data for an additional assessment of the authenticity of the document (this is an old format, better use TEXT type)"
44+
- "Contains Visual zone OCR results"
45+
- "Contains barcode parsing result with text fields"
46+
- "Contains barcode parsing result with graphic fields"
5047
- "Contains result of document authenticity checks"
51-
- "Contains information about document position on the input image, its center, angle, etc"
52-
- "Contains raw information about barcodes on the input image"
53-
- "Contains license"
48+
- "Contains image quality check results"
49+
- "Contains check statuses with details, grouped by source"
50+
- "Contains document textual fields from all sources (mrz, rfid, visual, barcode) with validity and cross-source compare checks"
51+
- "Contains images from all document sources (mrz, rfid, visual, barcode)"
5452
- "Contains encrypted ResultContainerList"
53+
- "Contains license"
54+
- "Contains information about document position on the input image, its center, angle, etc"
55+
- "Contains RFID raw data"
56+
- "Contains RFID text results"
57+
- "Contains RFID graphic results"
58+
- "Contains RFID binary data"
59+
- "Contains RFID original graphics data"
5560
x-enum-varnames:
5661
- "DOCUMENT_IMAGE"
57-
- "IMAGE_QUALITY"
58-
- "STATUS"
59-
- "TEXT"
60-
- "IMAGES"
6162
- "MRZ_TEXT"
62-
- "VISUAL_TEXT"
63-
- "BARCODE_TEXT"
64-
- "RFID_TEXT"
65-
- "LEXICAL_ANALYSIS"
63+
- "BARCODES"
6664
- "VISUAL_GRAPHICS"
67-
- "BARCODE_GRAPHICS"
68-
- "RFID_GRAPHICS"
6965
- "DOCUMENT_TYPE_CANDIDATES"
7066
- "DOCUMENT_TYPE"
67+
- "LEXICAL_ANALYSIS"
68+
- "VISUAL_TEXT"
69+
- "BARCODE_TEXT"
70+
- "BARCODE_GRAPHICS"
7171
- "AUTHENTICITY"
72-
- "DOCUMENT_POSITION"
73-
- "BARCODES"
74-
- "LICENSE"
72+
- "IMAGE_QUALITY"
73+
- "STATUS"
74+
- "TEXT"
75+
- "IMAGES"
7576
- "ENCRYPTED_RCL"
76-
77+
- "LICENSE"
78+
- "DOCUMENT_POSITION"
79+
- "RFID_RAW_DATA"
80+
- "RFID_TEXT"
81+
- "RFID_GRAPHICS"
82+
- "RFID_BINARY_DATA"
83+
- "RFID_ORIGINAL_GRAPHICS"
7784

7885
ResultItem:
7986
type: object

0 commit comments

Comments
 (0)