UNPKG

react-native-ocr-package

Version:

A React component for scanning National Identity cards using a device's camera. This package integrates OCR technology to extract the text data from scanned cards by making API calls.

12 lines (10 loc) 423 B
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.ocrpackage"> <uses-permission android:name="android.permission.CAMERA" /> <application> <activity android:name="com.ocrpackage.liveness.SimplifiedLivenessDemoActivity" android:exported="false" android:theme="@style/Theme.AppCompat.Light.NoActionBar" /> </application> </manifest>