QUICKCAPTURE · KIMORA AI · REACT NATIVE · FLUTTER

One scanner. Both stores.

QuickCapture, powered by KIMORA AI. React Native + Flutter bindings, the same on-device KIMORA AI engine underneath, with an idiomatic API for your framework on top. No "pay twice for two platforms", one license covers iOS, Android, React Native and Flutter together.

RN

React Native

@abscode/scanning-rn, TurboModule. New Architecture compatible. Expo-friendly (config plugin included).

app.tsx
import { Scanner } from "@abscode/scanning-rn";

export default function App() {
  return (
    <Scanner
      licenseKey={LICENSE_KEY}
      onScan={(r) => handle(r)}
    />
  );
}
Fl

Flutter

abscode_scanning Flutter package. Platform channels to native engines. Pub.dev verified publisher.

main.dart
import 'package:abscode_scanning/abscode.dart';

final result = await AbscodeScanner.scan(
  licenseKey: 'abs_lic_...',
);

print(result.pdfPath);
ONE LICENSE, EVERY PLATFORM

One license = iOS + Android + React Native + Flutter

Cross-platform apps usually ship to both stores. Buying a per-platform license per store is a tax. The Mobile Scanning SDK ships as a single license that covers every platform it supports.

ID Extraction add-on
/year · added to your license
  • Aadhaar · PAN · Voter ID
  • Emirates ID · Iqama
  • BVN · NIN · KRA
  • On-device structured extraction
Start trial

All prices exclude tax. In India, GST is added at the prevailing rate.All prices exclude VAT, sales tax and any withholding tax.

One scanner. Both stores.

React Native or Flutter, same SDK, same license, same trial.