Socket
Socket
Sign inDemoInstall

react-native-mlkit-ocr

Package Overview
Dependencies
514
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

5

package.json
{
"name": "react-native-mlkit-ocr",
"version": "0.1.0",
"version": "0.1.1",
"description": "Google on-device MLKit text recognition for React Native",

@@ -33,2 +33,5 @@ "main": "lib/commonjs/index",

"keywords": [
"mlkit",
"ocr",
"text-recognition",
"react-native",

@@ -35,0 +38,0 @@ "ios",

7

README.md
# react-native-mlkit-ocr
Google on-device ML kit for RN
Google on-device MLKit text recognition for React Native

@@ -14,7 +14,8 @@ ## Installation

```js
import MlkitOcr from "react-native-mlkit-ocr";
import MlkitOcr from 'react-native-mlkit-ocr';
// ...
const result = await MlkitOcr.multiply(3, 7);
const resultFromUri = await MlkitOcr.detectFromUri(uri);
const resultFromFile = await MlkitOcr.detectFromFile(path);
```

@@ -21,0 +22,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc