Credit Card OCR Data Extraction on Mobile
Author: Ernest Semerda
Securely capture and extract data from a credit card picture in seconds using a flavor of Veryfi Lens for Credit Cards 💳 directly on your mobile device instantly. ⚡️🏃🏻💨💨
No API calls required. It’s all done on your customer’s device.
And it works on cards with embossed, debossed and flat print.
Veryfi Lens for Credit Cards supports data extraction from all credit cards in circulation. Below are some of the major credit card that Veryfi Lens also supports for data extraction:
import VeryfiLens let CLIENT_ID = "XXX" // replace XXX with your assigned Client Id let AUTH_USERNAME = "XXX" // replace XXX with your assigned Username let AUTH_APIKEY = "XXX" // replace XXX with your assigned API Key let URL = "XXX" // replace XXX with your assigned Endpoint URL let veryfiLensCredentials = VeryfiLensCredentials(clientId: CLIENT_ID, username: AUTH_USERNAME, apiKey: AUTH_APIKEY, url: URL) let veryfiLensSettings = VeryfiLensSettings() veryfiLensSettings.blurDetectionIsOn = true ... VeryfiLens.shared().configure(with: veryfiLensCredentials, settings: veryfiLensSettings)
GitHub Demo Code – https://github.com/veryfi/veryfi-lens-headless-credit-cards-ios-demo
Veryfi Lens Headless is a framework for your mobile app to give it document capture superpowers in minutes.
Let Veryfi handle the complexities of frame processing, asset preprocessing, edge routing, and machine vision challenges in document capture. We have been at this for a long time and understand the intricate nature of mobile capture. That’s why we built Lens. Veryfi Lens is built by developers for developers; making the whole process of integrating Lens into your app fast and easy with as few lines as possible.
Veryfi Lens is a Framework: a self-contained, reusable chunks of code and resources you can import into you app.
Lens Headless is built in native code and optimized for fast performance, clean user experience and low memory usage.
For more details contact sales@veryfi.com or signup for a 14 day free trial.