Skip to content

Releases: mncinnovation/mnc-identifiersdk-android

1.1.10

20 Nov 09:40
2adbf7a

Choose a tag to compare

Update Liveness library:

  • Bug fix crash issue
  • Optimizing Selfie with Identity card
  • Result for DetectionMode.BLINK only to return a previous picture before blinked

Update OCR library:

  • Bug fix crash issue
  • Optimizing CaptureOCR

Update Core:

  • Added a new result data errorType with the type ResultErrorType for all processes to handle an error due to OutOfMemoryException or others Exception.

1.1.9

07 Nov 03:15
370abd7

Choose a tag to compare

Update OCR library:

  • Added error handling for out-of-memory errors on using GPU filter.
  • Added some error handling for the extract data process.

1.1.8

15 Aug 08:47
dd7f9c8

Choose a tag to compare

Update OCR and Liveness :

  • Added error handling for out of memory errors.
  • Implemented a warning popup for high memory usage during allocation.
  • Introduced configuration options for setting a minimum memory threshold.
  • Included an image path attribute in the liveness result.

1.1.6

18 Jul 03:10
13d2b56

Choose a tag to compare

Update OCR : Remove accented character

1.1.5

27 Jun 10:20
1015454

Choose a tag to compare

Update OCR : Bug fix on extractDataFromUri function reference

1.1.4

27 Jun 09:37
3207fc4

Choose a tag to compare

Update OCR : Bug fix on show alert message capture

1.1.3

30 Mar 07:38
ba04c46

Choose a tag to compare

Update Liveness : fix alert timeout detection

1.1.2

28 Oct 07:38
0e74c16

Choose a tag to compare

OCR Update:

  • Update dependency text-recognition library

1.1.1

11 Jul 08:19
8bad4cc

Choose a tag to compare

OCR Update :

  • Bug fix session object detection

1.1.0

04 Jul 08:02
0699561

Choose a tag to compare

OCR Update :

  • Add optional configuration function to set withFlash and cameraOnly by using MNCIdentifierOCR.config(withFlash = true, cameraOnly = true).
  • Remove withFlash param at function MNCIdentifierOCR.startCapture.
  • Add Function MNCIdentifierOCR.extractData and MNCIdentifierOCR.extractDataFromUri to get OCR result from input image.