- Information about changes in documents
- Information about document fields:
- The number of extracted field values
- The number of changed field values
- The status of each field (indicating whether it is correct, has recognition issues, has been located incorrectly, or has not been detected)
Migrating from v1 to v2
Only the path has changed from “/v1/” to “/v2/.” There are no request/response field or behavioral changes.Downloading a data report
Only users with Tenant Administrator or Processing Supervisor roles can download data reports. For more information, see Role-based access control.
Obtaining data about documents processed by a Process skill
Obtaining data about fields processed by Process and Document skills
The request accepts the following parameters:- startDate. The first day of the period for which data should be downloaded (sample formatting: 2022-01-07T13:03:38, time should be in UTC). This is a required parameter.
- endDate. The last day of the period for which data should be downloaded (sample formatting: 2022-09-07T13:03:38, time should be in UTC).
- processSkillId. The ID of the Process skill the data for which should be downloaded. This is a required parameter.
- documentSkillId. The ID of the Document skill for which the data should be downloaded.
You can include this parameter only in the
/api/reporting/v2/qa/process-skills/fields request.- imageType. The type of document image. Possible values: Unknown, Receipt, A4, BusinessCard, Book, Id, PassportRus, DiscountCard, BankCard, NotDocument, PassportPage.
- imageColority. Indicates whether the document’s first page is color, black, or black and white. Possible values: BlackWhite, Gray, Color.
- imageSource. The source of the document image. Possible values: Unknown, Photo, Scan, Synthetic, Screenshot, Pdf.
- wasCorrectedInManualReview. Indicates whether the document fields were corrected during manual review.
- wasDocumentTypeChangedInManualReview. Indicates whether the document type was changed during manual review.
Report about changes in documents
Data for this report will be stored for 12 months.
Report about changes in fields
Data for this report will be stored for 14 days.
Data obtained in CSV format may be further analyzed in any BI tool.
