--- Source: https://docs.microblink.com/blinkcard Title: Introduction Description: Overview of BlinkCard SDK for extracting payment card data with AI-powered OCR technology --- # Introduction BlinkCard extracts information from credit and payment cards. It's available as an SDK and API. When used as an SDK integrated in your app, all extraction happens locally; no data leaves the device. When used as an API, you self-host our Docker image. You send images to it and get extraction results in the response. We support a large number of credit and payment cards. You can use our pre-built scanning components to ensure a great user experience in your app. ## Try it out Try our demo apps, no integration required: - [Web](https://demo.microblink.com/blinkid) - [iOS](https://apps.apple.com/us/app/microblink-identity/id1464662310) - [Android](https://play.google.com/store/apps/details?id=com.microblink.showcase.playstore) ## Quick start Get a license: 1. Go to our [developer hub](https://developer.microblink.com/). 2. Select BlinkCard. 2. Create a new license. 3. Select your preferred platform. Now you're ready to integrate the SDK into your project. Follow the tutorial applicable to your platform: ### Web - [Web](/blinkcard/quickstart-web) ### Mobile - [Android](https://github.com/BlinkID/blinkid-android) - [iOS](https://github.com/BlinkID/blinkid-ios) - [React Native](https://github.com/BlinkID/blinkid-react-native) - [Flutter](https://github.com/BlinkID/blinkid-flutter) ## API Looking for BlinkID capabilities packaged as an API? Read the [Extraction API](/extraction/api) docs.