Socket
Socket
Sign inDemoInstall

react-native-vision-camera-v3-text-recognition

Package Overview
Dependencies
522
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-native-vision-camera-v3-text-recognition

The frame processor plugin for text recognition using Google ML Kit library for react-native-vision-camera with high performance.


Version published
Weekly downloads
25
decreased by-13.79%
Maintainers
1
Install size
34.6 kB
Created
Weekly downloads
 

Readme

Source

The frame processor plugin for text recognition using Google ML Kit library for react-native-vision-camera with high performance.

🚨 Required Modules

react-native-vision-camera => 3.9.0
react-native-worklets-core = 0.4.0

💻 Installation

npm install react-native-vision-camera-v3-text-recognition
yarn add react-native-vision-camera-v3-text-recognition

👷Features

Easy To Use.
Works Just Writing few lines of Code.
Works With React Native Vision Camera.
Works for Both Cameras.
Works Fast.
Works With Android 🤖 and IOS.📱
Writen With Objective-C and Kotlin.

💡 Usage

import { Camera } from 'react-native-vision-camera-v3-text-recognition';

const [text,setText] = useState(null)

console.log(text)

<Camera
  options={{
   language: "latin"
    }}
  style={StyleSheet.absoluteFill}
  device={device}
  callback={(data) => setText(data)}
  {...props}
/>

⚙️ Options

NameTypeValuesDefault
languagestringlatin, chinese, devanagari, japanese, koreanlatin

Keywords

FAQs

Last updated on 20 Mar 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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