Skip to content

v1.4.0

Compare
Choose a tag to compare
@i1E i1E released this 08 Dec 14:43
· 522 commits to master since this release
c123748
  • updated Android SDK to v3.13.0
  • updated iOS SDK to v2.14.0
  • added feature to return Face images from ID documents
  • images of cropped documents and face images are returned per Recognizer. This means that each result now (optionally) has keys "resultDocumentImage" for image of the document, and "resultFaceImage" for image of the Face
  • frame which resulted with a successful scan is now returned under key "resultSuccessfulImage"
  • muliple image types can now be returned. Specify which with new property "imageTypes" ->, e.g var imageTypes = ["IMAGE_SUCCESSFUL_SCAN", "IMAGE_FACE", "IMAGE_DOCUMENT"]
  • removed deprecated recognizers "ZXing" and "BarDecoder". Use "Barcode" instead.
  • fixed issue with type of the EUDL being returned as EUDL on iOS, and as UKDL or DEDL on Android. Now we always return the more specific type, e.g "DEDL" for German Driver's license
  • added new result keys for Malaysian MyKad to mykad_keys.js for obtaining parsed address fields (ZIP code, street, city and state)