Skip to content

Commit 12575fa

Browse files
author
Jenkins
committed
Automatically built release by Jenkins
1 parent 3a8ab33 commit 12575fa

File tree

318 files changed

+20603
-7275
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

318 files changed

+20603
-7275
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Release notes
22

3+
## 4.2.0
4+
5+
### New features:
6+
7+
- we added the option to disable Microblink logs in the console output. Use `MBLogger` class and conform to `MBLoggerDelegate` in `AppDelegate`. To disable logs, implement delegate method `- (void)log:(MBLogLevel)level format:(const char *)format arguments:(va_list)arguments`. Be careful with this option. We need full log outputs from the application for support purposes. In case of having problems with scanning certain items, undesired behavior on the specific device(s), crashes inside SDK or anything unmentioned, we will need a full log from your side. If you disable Microblink logging, you won't be able to provide us this information. Hence support might be limited.
8+
- added support for capturing cropped images (without data extraction) of documents of any format:
9+
- use `MBDocumentCaptureRecognizer` and `MBDocumentCaptureOverlaySettings`
10+
- use `MBDocumentCaptureOverlayViewController`, which is designed for taking **high resolution** document images and guides the user through the image capturing process. It can be used only with `MBDocumentCaptureRecognizer`
11+
12+
### Improvements:
13+
14+
- improved `VinParser`:
15+
- added support for Renewal Identification Number (RIN) - DMV California format
16+
- all 4K iPhones now use 4K resolution as default
17+
18+
### Minor API changes:
19+
20+
- methods `pauseScanning` and `resumeScanningAndResetState` in `MBRecognizerRunnerViewController` do not return anymore BOOL
21+
- use `isScanningPaused` to check if scanning is paused
22+
- Swift Module has been renamed from `MicroBlink` to `Microblink`
23+
24+
### Bug fixes:
25+
26+
- fixed `Torch` activation for all iOS versions
27+
- fixed OpenGL code which was fragile and sensitive to crashes if used from multiple threads
28+
- fixed issue where recognizer's result state would not be the same as recognizer's runner state after finished scanning
29+
- fixed issue when pressing immediately close button on overlay view controllers would freeze for couple of seconds SDK
30+
331
## 4.1.0
432

533
- Updates and addtitions
211 KB
Binary file not shown.
1.48 MB
Binary file not shown.

MicroBlink.bundle/Info.plist

-11 Bytes
Binary file not shown.

MicroBlink.bundle/en.strings

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,22 @@
2121
"photopay_front_splash_verification_document" = "Document front side";
2222
"photopay_back_splash_verification_document" = "Document back side";
2323
"photopay_done_splash_verification_document" = "Document scanning done";
24+
25+
"blinkid_generic_message" = "Scan the front side of a document";
26+
"blinkid_not_supported_title" = "Document not recognized";
27+
"blinkid_not_supported_message" = "Scan the front side of a supported document.";
28+
"blinkid_not_supported_action" = "Retry";
29+
30+
"blinkid_sides_dont_match_title" = "Sides don't match";
31+
"blinkid_sides_dont_match_message" = "Please start the scanning process over.";
32+
33+
"blinkid_first_side_scanned_message" = "Flip the card";
34+
35+
"blinkid_too_near_error_message" = "Move farther";
36+
"blinkid_too_far_error_message" = "Move closer";
37+
"blinkid_scan_unsuccessful_error_title" = "Scan unsuccessful";
38+
"blinkid_scan_unsuccessful_error_message" = "Unable to read the document. Please try again.";
39+
40+
"document_capture_too_far_message" = "Move closer";
41+
"document_capture_detected" = "Hold still";
42+
"document_capture_sensing" = "Looking for documents...";

MicroBlink.bundle/hr.strings

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
/*
2+
en.strings
3+
BlinkOCR
4+
5+
Created by Jura on 12/03/15.
6+
Copyright (c) 2015 MicroBlink. All rights reserved.
7+
*/
8+
9+
"photopay_close" = "Cancel";
10+
"photopay_light_on" = "Light";
11+
"photopay_light_off" = "Light";
12+
"photopay_camera_permission_denied" = "{font:@Medium}%@{/font} does not have permission to use the camera.\n\nPlease go to:\n• {font:@Medium}Settings{/font}\n• {font:@Medium}%@{/font}\n• Make sure that {font:@Medium}Camera{/font} is enabled";
13+
"photopay_id_position_tooltip" = "Position ID card in this Frame";
14+
"photopay_glare_status" = "Slightly move ID to eliminate glare.";
15+
"blink_card_front_message" = "Scan the front side.";
16+
"blink_card_back_message" = "Scan the back side.";
17+
"blink_card_done_message" = "Done scanning.";
18+
19+
"photopay_front_verification_document" = "Place the front side of the document in the frame and wait for automatic scan.";
20+
"photopay_back_verification_document" = "Place the back side of the document in the frame and wait for automatic scan.";
21+
"photopay_front_splash_verification_document" = "Document front side";
22+
"photopay_back_splash_verification_document" = "Document back side";
23+
"photopay_done_splash_verification_document" = "Document scanning done";
24+
25+
"blinkid_generic_message" = "Skenirajte prednju stranu dokumenta";
26+
"blinkid_not_supported_title" = "Nepoznat dokument";
27+
"blinkid_not_supported_message" = "Ponovite skeniranje prednje strane podržanog dokumenta.";
28+
"blinkid_not_supported_action" = "U redu";
29+
30+
"blinkid_sides_dont_match_title" = "Podaci se ne podudaraju";
31+
"blinkid_sides_dont_match_message" = "Molimo ponovno skenirajte prednju i stražnju stranu istog dokumenta.";
32+
33+
"blinkid_first_side_scanned_message" = "Okrenite dokument";
34+
35+
"blinkid_too_near_error_message" = "Udaljite dokument";
36+
"blinkid_too_far_error_message" = "Približite dokument";
37+
"blinkid_scan_unsuccessful_error_title" = "Skeniranje nije uspjelo";
38+
"blinkid_scan_unsuccessful_error_message" = "Dokument nije moguće očitati. Molimo pokušajte ponovno.";
39+
-2.76 MB
Binary file not shown.
1.85 KB
Loading
3.91 KB
Loading
5.97 KB
Loading

0 commit comments

Comments
 (0)