We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bea97f9 commit c4dbdf4Copy full SHA for c4dbdf4
rt-ocr-lexical-analisis.yml
@@ -1,16 +1,14 @@
1
-# deprecated result type(since 5.2). instead consider to use text(36) type
2
openapi: 3.0.3
3
components:
4
schemas:
5
6
LexicalAnalysisResult:
7
- deprecated: true
8
- title: "Lexical Analysis (deprecated)"
+ title: "Lexical Analysis"
9
description: |
10
Lexical data analysis allows you to compare the results of reading the text data of the MRZ,
11
the document filling area, barcodes and data from the memory of the RFID chip for an additional
12
assessment of the authenticity of the document. Single result for all pages.
13
- Deprecated since 5.2. Instead consider to use Result.TEXT type.
+ Consider using Result.TEXT type for more simplicity.
14
allOf:
15
- type: object
16
properties:
0 commit comments