Questions tagged [microblink]

Microblink is an R&D company developing proprietary computer vision technology optimized for real-time processing on mobile devices and for the web. Their products are SDKs and APIs for mobile and web apps. Use this tag for any questions regarding Microblink SDKs and APIs.

Microblink is an R&D company in proprietary computer vision technology optimized for real-time processing on mobile devices and for the web.

Some products Microblink offers:

  • BlinkID - SDK or WEB API for scanning identity cards passports and driver licenses, supporting more than 500 document types, with powerful Deep Learning OCR.

  • BlinkReceipt - SDK for scanning retail receipts and extracting all details on an SKU level

  • BlinkCard - SDK for on-device scanning of Payment and Credit Cards.

  • BlinkInput - SDK for scanning predefined text or numbers field-by-field (loyalty cards, TOP UP, VIN, SIM, healthcare cards…)

  • PhotoPay - SDK for scanning standard payment slips (HUB3) or payment invoices field-by-field
  • PDF417 - SDK or WEB API for scanning barcodes and QR codes

Resources

Microblink Dashboard for developers to generate and manage license and API keys.

Twitter: @microblink #microblink.

YouTube Channel.

Microblink Github page.

29 questions
5
votes
1 answer

How to get element inside shadow root?

I have my html content inside the shadow root which is all dynamic coming through microblink SDK. I need to addEventListener to the #fileBtn so whenever it is clicked I need to do something. But as it is shadow root I cannot access the DOM…
Dark Knight
  • 995
  • 4
  • 22
  • 48
4
votes
2 answers

linking custom framework to library in xcode

I want to include Microblink's PDF417 framework into my library. Library project compile and work fine but when I use MyLibrary.a file in my application I've got "undefined symbols for architecture armv7" error. Any ideas? Can I include custom…
Ossir
  • 493
  • 1
  • 8
  • 19
3
votes
1 answer

Microblink: getting values after scanning

I've set up the Microblink card reader to read only one side, and not give the user the ability to edit the scan results: func didTapScan() { /** Create BlinkCard recognizer */ blinkCardRecognizer = MBCBlinkCardRecognizer() …
coco
  • 2,998
  • 1
  • 35
  • 58
3
votes
1 answer

Microblink SDK: Take only the photo which is inside rectangle

I am using Microblink Sdk with reactjs. So, when I open the camera to take the photo of some document it takes the picture of whole frame not just inside the reactange. Is there any option to take only the picture only inside the…
Dark Knight
  • 995
  • 4
  • 22
  • 48
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

Microblink: Extracting the issuer name

Although we were able to do this Android, we haven't yet got the issuer name on iOS. // after Microblink has looked at an image (from the camera roll) func recognizerRunner(_ recognizerRunner: MBCRecognizerRunner, didFinishScanningWith state:…
coco
  • 2,998
  • 1
  • 35
  • 58
2
votes
2 answers

Microblink: successfully reading an image

I'm asking the Microblink card reader to look at a photo of a card, rather than using the camera. I've tried both a portrait, and landscape version of a Mastercard. This is how I'm declaring my main variables: let blinkCardRecognizer =…
coco
  • 2,998
  • 1
  • 35
  • 58
2
votes
1 answer

The recognizer has not been initialized, make sure to call Recognizer.getInstance().initialize() first

Caused by: com.microblink.RecognizerNotInitializedException: The recognizer has not been initialized, make sure to call Recognizer.getInstance().initialize() first. I think the sdk is not able to release camera instance after use, so next time when…
Manish Patiyal
  • 4,427
  • 5
  • 21
  • 35
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…
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
2
votes
1 answer

MicroBlink BlinkId not working in iPad Air

I've implemented MicroBlink BlinkID for scanning MRZ on ID cards. Both my app, and the sample on the site works on our iPhones, but we've tried both of these apps on our iPad Airs (2 different iPads) and the didOutputResults method never gets called…
noldidrita
  • 51
  • 3
2
votes
1 answer

Trouble using PDF417-phonegap plugin for my Barcode Scanning Application

I am trying to create an application that reads information from a Driving license and gives the result based on that. I am using Ionic framework for my app and have integrated the PDF417- phonegap plugin by MicroBlink with my app. I followed all…
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
2