Skip to content

v4.2

Compare
Choose a tag to compare
@DzmitrySmaliakou DzmitrySmaliakou released this 07 Mar 16:57
· 148 commits to master since this release
  • Added possibility to edit the horizontal position of statusLabel and resultStatusLabel in CameraViewController using the corresponding properties in Customization.
  • DocReaderFrame enum updated. Now it contains the following members:
    - scenarioDefault
    - max
    - none
  • Added the skipFocusingFrames property to Functionality. It is used to skip processing frames while the device camera is focusing.
  • Added the disableFocusingCheck property to Functionality. It is used to disable checking whether a document is in focus before its processing starts.
  • Enhanced the performance of CameraViewController through frame buffering. Now the frames are continuously transferred from the camera for further processing.
  • Added German localization.
  • Added a button switching between cameras during document processing. Added the showCameraSwitchBtn property to Functionality.
  • Fixed errors in the CameraViewController customization.
  • Great improvements of OCR for Latin, Cyrillic, Hebrew, Vietnamese and Balkan alphabets, both speed and accuracy.
  • Added new MRZ parsers:
    - Mozambique ID card,
    - Estonia Residence permit.
  • Added new barcode parsers:
    - Haiti ID card,
    - Canada ID card.
  • Added new GraphicFieldType enum member gf_Stamp.
  • Added new FieldType members:
    - ft_Mother_Surname,
    - ft_Mother_GivenName,
    - ft_Father_Surname,
    - ft_Father_GivenName,
    - ft_Mother_DateOfBirth,
    - ft_Father_DateOfBirth,
    - ft_Mother_PersonalNumber,
    - ft_Father_PersonalNumber,
    - ft_Mother_PlaceOfBirth,
    - ft_Father_PlaceOfBirth,
    - ft_Mother_CountryOfBirth,
    - ft_Father_CountryOfBirth.
  • 243 countries and territories / 7037 documents included.
  • 268 new documents added.