Changelog

This page contains notable changes made to the SDK

June 6, 2020 - v5.1

API:

  • Added the ability to change the standard images of the following buttons:

    • Torch button

    • Close button

    • Capture button

    • Change frame button

    • Camera switch button

  • Added capability of changing camera frame corners radius.

  • Added capability of changing the design type of the beginning and end of the camera frame line.

  • Added capability of changing the margin between the camera frame and the preview edge.

  • Added capability of changing aspect ratio of the camera frame.

  • Added capability of changing the layout position of the camera frame.

  • Added capability of creating your custom status in the camera window, as well as setting the position for it.

  • Added the ability to set the type of barcode parser (barcodeParserType).

  • Added capability of accessing the document's RFID chip using CAN.

  • Added processing of critical errors that may occur when processing an RFID chip, such as an invalid key (MRZ, CAN), after which the scanning session should be interrupted.

  • Added capability of reading the document spread (doublePageSpread).

  • Added dark theme support for all UI elements.

  • Added capability of deleting a database from a device (db.dat) (removeDatabase).

  • Added the ability to cancel database downloads while performing the prepareDatabase and runAutoUpdate functions (cancelDBUpdate).

  • Added capability of using external certificates (addPKDCertificates) - they can be added both during initialization and in runtime. Also added the ability to delete certificates from memory (clearPKDCertificates).

  • Implemented serialization and deserialization of the DocumentReaderResults object.

  • Added capability of processing multiple document images (recognizeImages).

  • Added capability of saving the RFID session for debugging (debugSaveRFIDSession).

  • Added annotations in code.

  • Added barcode format verification, the results of which are returned to DocumentReaderAuthenticityResult.

  • Added Context as a parameter to the following functions: prepareDatabase, runAutoUpdate, removeDatabase, showScanner, stopScanner, and others.

  • Added the following Core types: barcodemrzrfid, ocrandmrzrfid.

  • The setAutoSettings method has been added to the RfidScenario settings structure, which allows you to automatically change the scenario settings depending on the type and results obtained during scanning of the last document. The default value is true.

  • Added new CTC_TRADITIONAL and CTC_SIMPLIFIED members of the LCID enum.

  • Added new DocReaderFrame enum member DOCUMENT.

  • The list of scenarios available for document processing is provided in enum Scenario.

  • Changed default values of some properties in RfidScenario structure.

  • Updated error statuses associated with the license.

  • Fixed issues in the operation of the prepareDatabase and runAutoUpdate functions.

  • Fixed issues in the RFID chip reading results.

  • Fixed generation of final results. Now DocumentReaderTextField contains the DocumentReaderValue values from all pages of the document for all eRPRM_ResultType result types.

  • Added new eVisualFieldType enum members:

    • FT_PLACE_OF_EXAMINATION,

    • FT_APPLICATION_NUMBER,

    • FT_VOUCHER_NUMBER,

    • FT_AUTHORIZATION_NUMBER,

    • FT_FACULTY,

    • FT_FORM_OF_EDUCATION,

    • FT_DNI_NUMBER,

    • FT_RETIREMENT_NUMBER,

    • FT_PROFESSIONAL_ID_NUMBER,

    • FT_AGE_AT_ISSUE,

    • FT_YEARS_SINCE_ISSUE,

    • FT_DLCLASSCODE_BTP_FROM,

    • FT_DLCLASSCODE_BTP_NOTES,

    • FT_DLCLASSCODE_BTP_TO,

    • FT_DLCLASSCODE_C3_FROM,

    • FT_DLCLASSCODE_C3_NOTES,

    • FT_DLCLASSCODE_C3_TO,

    • FT_DLCLASSCODE_E_FROM,

    • FT_DLCLASSCODE_E_NOTES,

    • FT_DLCLASSCODE_E_TO,

    • FT_DLCLASSCODE_F_FROM,

    • FT_DLCLASSCODE_F_NOTES,

    • FT_DLCLASSCODE_F_TO,

    • FT_DLCLASSCODE_FA_FROM,

    • FT_DLCLASSCODE_FA_NOTES,

    • FT_DLCLASSCODE_FA_TO,

    • FT_DLCLASSCODE_FA1_FROM,

    • FT_DLCLASSCODE_FA1_NOTES,

    • FT_DLCLASSCODE_FA1_TO,

    • FT_DLCLASSCODE_FB_FROM,

    • FT_DLCLASSCODE_FB_NOTES,

    • FT_DLCLASSCODE_FB_TO,

    • FT_DLCLASSCODE_G1_FROM,

    • FT_DLCLASSCODE_G1_NOTES,

    • FT_DLCLASSCODE_G1_TO,

    • FT_DLCLASSCODE_H_FROM,

    • FT_DLCLASSCODE_H_NOTES,

    • FT_DLCLASSCODE_H_TO,

    • FT_DLCLASSCODE_I_FROM,

    • FT_DLCLASSCODE_I_NOTES,

    • FT_DLCLASSCODE_I_TO,

    • FT_DLCLASSCODE_K_FROM,

    • FT_DLCLASSCODE_K_NOTES,

    • FT_DLCLASSCODE_K_TO,

    • FT_DLCLASSCODE_LK_FROM,

    • FT_DLCLASSCODE_LK_NOTES,

    • FT_DLCLASSCODE_LK_TO,

    • FT_DLCLASSCODE_N_FROM,

    • FT_DLCLASSCODE_N_NOTES,

    • FT_DLCLASSCODE_N_TO,

    • FT_DLCLASSCODE_S_FROM,

    • FT_DLCLASSCODE_S_NOTES,

    • FT_DLCLASSCODE_S_TO,

    • FT_DLCLASSCODE_TB_FROM,

    • FT_DLCLASSCODE_TB_NOTES,

    • FT_DLCLASSCODE_TB_TO,

    • FT_DLCLASSCODE_TM_FROM,

    • FT_DLCLASSCODE_TM_NOTES,

    • FT_DLCLASSCODE_TM_TO,

    • FT_DLCLASSCODE_TR_FROM,

    • FT_DLCLASSCODE_TR_NOTES,

    • FT_DLCLASSCODE_TR_TO,

    • FT_DLCLASSCODE_TV_FROM,

    • FT_DLCLASSCODE_TV_NOTES,

    • FT_DLCLASSCODE_TV_TO,

    • FT_DLCLASSCODE_V_FROM,

    • FT_DLCLASSCODE_V_NOTES,

    • FT_DLCLASSCODE_V_TO,

    • FT_DLCLASSCODE_W_FROM,

    • FT_DLCLASSCODE_W_NOTES,

    • FT_DLCLASSCODE_W_TO

  • Added new diDocType enum members:

    • dtProfessionalCard,

    • dtRegistrationStamp,

    • dtDriverCard,

    • dtDriverTrainingCertificate,

    • dtQualificationDrivingLicense,

    • dtMembershipCard,

    • dtPublicVehicleDriverAuthorityCard,

    • dtMarineLicense,

    • dtTemporaryLearnerDrivingLicense,

    • dtTemporaryCommercialDrivingLicense,

    • dtInterimInstructionalPermit,

    • dtCertificateOfCompetency,

    • dtCertificateOfProficiency

Core:

  • Massive improvements in performance and quality across all modules.

  • Document detection and crop

    • Added capability to locate and recognize double page spread of the document in one image. There are passports, that have meaningful data not only on the data page, but also on the second page of the spread. To get the data from both pages in one go we have implemented this “Double page spread” mode. Disabled by default.

    • Added capability of smart detection of the document by its recognition. Document can be in any orientation, flat or with perspective distortion, hold in the hands like a book, etc. This greatly improves success rate on mobile and service use cases. Can be enabled/disabled in process parameters. By default, enabled for processing of static images and disabled for processing series of images from camera on mobile.

    • Optimized ID2 Visa stickers cropping from passport page.

  • Document type recognition

    • Improved performance of document type recognition by multiple algorithm optimizations.

    • Improved quality of document type recognition. Now document images with corrupted proportions, not fully visible in image, with high perspective distortion are correctly recognized in most possible cases.

    • Improved recognition of documents with non-standard proportions.

    • Improved algorithm of image resolution determination by using data from templates (laminated documents).

  • OCR

    • Added scenario OcrFree for arbitrary text OCR, based on provided parameters. You can define field definition template using mask and recognize any data, not only on documents.

    • Added support for Armenian alphabet (lcid 1067).

    • Added support for Malta language (lcid 1082).

    • Added bank cards recognition in specific scenario.

    • Added recognition of registration stamp (address) in Russian Federation domestic passports.

    • Added recognition of CCC/CTC codes for China / Hong Kong documents.

    • Improved recognition of text with multiple languages in one field.

    • Improved recognition of special symbols, like @, ≤, ≥, *, _, etc.

    • All alphabets recognition is now based on neural networks (including Greek, Georgian, Azeri/Turkish).

    • All NN were re-trained on significantly larger datasets to ensure better recognition accuracy.

    • Improved recognition time.

    • Document templates were revisited for each field to assure correctness and high recognition accuracy based on statistics.

    • Perforated numbers OCR now available on all platforms (Ukraine domestic passport).

    • Optimized serial OCR recognition mode from multiple frames, based on recognition probability and matching results between frames.

    • Internal resource usage optimization that allowed to reduce memory impact and package size.

  • Text data parsing and validation

    • Added content validation for Belarus personal number.

    • Added parsing of Russian Federation registration address text into separate fields.

    • Added transliteration into Latin characters of all Cyrillic characters for Russian Federation domestic passports.

    • Added generation of MRZ for Russian Federation domestic passports without MRZ by its data.

    • Added generation of text name of issuing authority by its code for Russian Federation domestic passports.

    • Added date validation for revision FT_FIRST_ISSUE_DATE, FT_REVISION_DATE & FT_DATE_OF_CREATION.

    • Added new country code XES (XC).

    • Added new calculated fields FT_AGE_AT_ISSUE, FT_YEARS_SINCE_ISSUE based on date of issue of the document and date of birth for convenience.

    • Fixed issue of conversion Albanian character ç into Latin c.

    • Fixed issue with FT_DL_UNDER_18_DATE, FT_DL_UNDER_19_DATE, FT_DL_UNDER_21_DATE fields validation.

    • Fixed issues with date of expiry parsing for some documents, that do not expire (99-99-9999).

    • FT_MRZ_TYPE field now present in text comparison results.

    • Fixed issue with transliteration from Greek to Latin for specific exceptional cases.

  • MRZ

    • Added new parsers:

      • Bolivia Crew Member Certificate,

      • Canada Certificate Of Indian Status,

      • Canada Manitoba Enhanced Driving License,

      • Grenada Voter Card,

      • Moldova Crew Member Certificate,

      • Turkey ID Card,

      • Turkey Seamen's Book.

    • Updated parsers:

      • Bulgaria Registration Certificate,

      • Guatemala ID Card,

      • Kuwait ID Card,

      • Mexico Voting Card,

      • Sweden ID Card,

      • Sweden Residence Permit.

  • Barcode

    • Added new parsers:

      • Albania Driving License,

      • Albania Qualification Driving License,

      • Angola ID Card,

      • Argentina Driving License,

      • Brunei Darussalam Driving License,

      • Czech Republic ID Card,

      • Grenada Voter Card,

      • Haiti ID Card,

      • Jamaica Armed Forces ID Card,

      • Kosovo ID Card,

      • Latvia ID Card,

      • Malawi Driving License,

      • Malawi ID Card,

      • Mexico Quintana Roo Driving License,

      • Moldova Registration Certificate,

      • Namibia Driving License,

      • Netherlands Driving License,

      • Nigeria Driving License,

      • Nigeria ID Card,

      • Norway Driving License,

      • Panama Driving License,

      • Panama Seaman's Book,

      • Peru Visa,

      • Philippines Firearm License,

      • Russian Federation Driving License,

      • South Sudan ID Card,

      • Spain Seaman's book,

      • Sri Lanka ID Card,

      • Suriname Driving License,

      • Swaziland ID Card,

      • Turkey Work Permit.

    • Improved barcode parsers:

      • Bolivia Passport,

      • Cuba Passport,

      • Ecuador Passport,

      • Georgia ID Сard,

      • Grenada Passport,

      • Nigeria Driving License,

      • Philippines Professional ID Card,

      • Uganda ID Card,

      • United States Uniformed Services ID Card.

  • Image QA

    • Improved and integrated glare detection NN that provides result with ROI of glare areas on the image.

    • Improved image focus check NN.

  • Corrected / implemented serialization / deserialization of all results in JSON.

  • Fixed issue with cropping default portrait in case there is no face detected on the image.

  • Fixed issue with RFID date validity in text comparison results if Visual OCR result was incorrect.

  • Fixed issue with RFID text field Validity value serialization to JSON.

  • Multiple code improvements, memory leak fixes, internal optimizations, and tiny fixes.

August 23, 2019 - v5.0

API:

Core:

  • Added OCR capability of Chinese Simplified and Traditional. Corresponding document templates updated.

  • Greatly improved OCR for next code pages (alphabets) and corresponding document templates updated:

    • Cyrillic (Belarusian, Bulgarian, Kazakh, Russian, Serbian, Ukrainian),

    • Baltic (Estonian, Latvian, Lithuanian),

    • Vietnamese,

    • Western European/Latin (English, French, Spanish, Portuguese, Dutch, Finnish, Icelandic, Italian, Norwegian, Swedish),

    • Georgian,

    • Turkish (Turkish, Azeri, Uzbek),

    • Hebrew.

  • Improved OCR of the documents with floating inconsistent personalization.

  • Implemented validation check between Issuing authority and document series in RussianFederation passports

  • Added new MRZ parsers:

    • Antigua and Barbuda Id Card,

    • Aruba DL,

    • Cuba ID card,

    • Ecuador ID card,

    • Uruguay ID card.

  • Added new barcode parsers:

    • Botswana Residence permit,

    • Cuba ID card,

    • Ghana DL,

    • Israel Entry/Exit permit,

    • Jamaica ID card,

    • Nicaragua Passport,

    • Mozambique Visa and Emergency certificate,

    • Togo ID card.

  • Improved recognition of non-ICAO format documents and laminated documents. Now we are not limited to standard ID sizes.

  • Fixed issue with Aztec codes detection.

  • Fixed issue with 9999 year in Date of expiry in Spanish ID cards.

  • Fixed issue with documents without expiration term in Bulgaria, Bolivia, Viet Nam.

  • Fixed issue with special symbols in text fields when performing partial value comparison to other sources.

  • Fixed issue with weight conversion if field contains code instead of actual weight value.

  • Fixed issue with country code incorrect validation in specific cases.

  • Fixed different minor issues with specific documents MRZ reading and correction.

  • 550 new documents added.

  • 244 countries and territories / 7572 documents included.

March 7, 2019 - v4.2

  • Added possibility to change the position of Status and Result Status messages

  • Added skipFocusingFrames property to Functionality

  • Added disableFocusingCheck property to Functionality

  • Added showCameraSwitchBtn property to Functionality

  • Improved stability and reliability of continuous transmission of frames for further processing

  • Fixed memory leak on the devices with Android API < 21

  • Improved stability of CameraActivity

  • Added German localization

  • 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 member to the eGraphicFieldType enumeration:

    • GF_STAMP

  • Added new members to the eVisualFieldType enumeration:

    • 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

Last updated