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.

34 lines 716 B
{ "name": "react-native-ocr-package", "version": "1.0.52", "main": "index.js", "react-native": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "react-native", "ocr", "liveness", "face-detection" ], "author": "", "license": "ISC", "peerDependencies": { "axios": "^1.7.7", "react-native-camera": "^4.2.1", "react-native-document-scanner-plugin": "^1.0.1" }, "files": [ "index.js", "src/**/*", "android/**/*", "README.md", "LICENSE" ], "dependencies": { "react-native-reanimated": "^3.17.1", "react-native-vision-camera": "^4.6.4", "vision-camera-face-detector": "^0.1.8" } }