You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated the logic of capture button operation. Added timers of button display after the start of scanning (showCaptureButtonDelayFromStart) or after the detection of document boundaries (showCaptureButtonDelayFromDetect). By default, their values are 5 and 10 seconds, respectively.
Changed the structure of the results. Now most of them contain the property pageIndex, which contains the index of the page from which the result was obtained.
The documentType property in the final result DocumentReaderResults is now an array that contains information about each page that has been read.
In the enum GraphicFieldType, the value gf_DocumentFront is replaced by the gf_DocumentImage value. The value gf_DocumentRear has been deleted. Now, to obtain the back side of the document, the pageIndex property of the graphic field (DocumentReaderGraphicField) should be used.
Corrected the logic of calculating the final field validity status (CheckResult).
Fixed the logic of the MrzAndLocatescenario. Now it stops working only after detecting the MRZ and detecting the borders of the document containing this MRZ.