Questions tagged [blinkid]
17 questions
3
votes
1 answer
license key issue of BlinkID(React-Native)
I have created an account on microblink.com as a developer and I have gotten a Licenses key after creating a free trial on BlinkID(react-native) project. And I have cloned your GitHub repo of BlinkID/blinkid-react-native and I have updated the…

Imdadul Haque
- 1,635
- 5
- 23
- 44
3
votes
1 answer
dyld: Library not loaded: @rpath/MicroBlink.framework/MicroBlink
dyld: Library not loaded: @rpath/MicroBlink.framework/MicroBlink
Referenced from: /var/containers/Bundle/Application/F6A7AA6C-73C0-479C-8E6B-C679D3C1E515/text.app/text
Reason: image not found

thobio joseph
- 63
- 1
- 11
3
votes
1 answer
How declare Xamarin.Forms.Dependency with F#?
I'm porting from C# this code:
using MicroBlink;
[assembly: Xamarin.Forms.Dependency (typeof (BlinkIDImplementation))]
namespace BlinkIDApp.iOS
{
public class BlinkIDImplementation : IBlinkID
{
CustomDelegate customDelegate;
…

mamcx
- 15,916
- 26
- 101
- 189
2
votes
1 answer
Cordova BlinkID Emirates ID card scanning not returning name or number
I want to scan emirates ID came across https://github.com/BlinkID/blinkid-cordova
created demo app following above github link
cloned above repo
executed ./initCordovaDemoApp.sh to create demoApp
updated license keys in…

Fakhr Alam
- 27
- 5
2
votes
1 answer
BlinkID Plugin Error Ionic 4 - Native: tried calling BlinkId.BarcodeRecognizer, but the BlinkId plugin is not installed
I have an Ionic 4 cordova project which I want to integrate the MicroBlink BlinkID Plugin to scan PDF417 barcodes. I installed the BlinkID Plugin following instructions from the Ionic website and added the snippet to scan barcodes. However I get an…

David Satande
- 21
- 1
2
votes
1 answer
Query: Emirates ID (UAE )Front and Back Matching
I had implemented the Microblink Framework Version: 4.6.0 for iOS without installing Cocoapods and doing the Integration without CocoaPods.
I am using my own customized overlay view controller by passing it to your MBViewControllerFactory.
I am…

puriprasoon
- 41
- 6
2
votes
1 answer
ERROR TypeError: BlinkId is not a constructor Ionic 4
When i try to run this code it crash and say this error:
ERROR TypeError: this.blinkId.BlinkCardOverlaySettings is not a constructor
whats wrong? i think its a plugin problem on the typescript Microblink SDK wrapper
this is a sample from BlinkId…

Kevin Dias
- 1,043
- 10
- 28
2
votes
1 answer
Microblink recognizer set up RegexParserSettings
I am trying to scan an image taken from resources using a Recognizer with a RegerParserSettings inside a fragment. The problem is that BaseRecognitionResult obtained through the callback onScanningDone is always null. I have tried to set up the…

Spirrow
- 1,120
- 6
- 18
1
vote
0 answers
Error during the initialization of the SDK! DOMException: Failed to execute 'importScripts' on 'WorkerGlobalScope'
First of all, my project uses node 14.17.0.
I'm using BlinkID in browser SDK version 5.14.0. I get the following error:
Error during the initialization of the SDK! DOMException: Failed to execute 'importScripts' on 'WorkerGlobalScope': The script at…

Jarliev Pérez
- 282
- 6
- 18
1
vote
2 answers
Obtaining cropped,unskewed AND uncropped raw image when using BlinkID iOS SDK
I'm trying to capture ID scan using MicroBlink BlinkID library
I need to get both:
processed , cropped unskewed image from front and back of the ID
unprocessed raw UIImage of which front picture was processed out.
returnFullDocumentImage and…

Mapedd
- 702
- 7
- 16
1
vote
1 answer
Upgrading BlinkID SDK what are the replacement for the old delegates and types?
Im upgrading an old app that uses old BlinkID SDK, in the app they're using the following delegates and…

D Wong
- 11
- 1
1
vote
1 answer
Flutter adding new ViewController for BlinkId plugin
I am working on a flutter app and I have tp integrate BlinkId plugin to scan documents
which doesn't have flutter plugin so I used MethodChannel to invoke a method on the native code then I tried to add the native code of the plugin.
everything…

Peter Wilson
- 4,150
- 3
- 35
- 62
1
vote
2 answers
Microblink : Scanning both side of ID card
I am trying to scan both side of national card with mircoblink, based on their documentation for scanning both side you have to use MBDocumentVerificationOverlayViewController for controller and MBBlinkIdCombinedRecognizer for recognizer. but only…

Mahdi
- 94
- 10
1
vote
1 answer
Symbols not found for Armv7 and Arm64 in MicroBlink framework
I'm getting the following error when building my project in Xcode 10.1 (I have to use this old version at work).
Undefined symbols for architecture armv7:
"_OBJC_CLASS_$_MBDocumentOverlayViewController", referenced from:
objc-class-ref in…

pedroremedios
- 763
- 1
- 11
- 39
1
vote
1 answer
Microblink: Failed to load resource uae_name_dictionary in latest Version 4.9.1
I am using the Microblink framework for scanning the Emirates ID. I have successfully integrated the Microblink framework with version 4.4.0, but now I want to upgrade it to the latest version 4.9.1.
I have replaced the framework and bundle file…

yo2bh
- 1,356
- 1
- 14
- 26