Socket
Socket
Sign inDemoInstall

rn-ocr-lib

Package Overview
Dependencies
514
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    rn-ocr-lib

test


Version published
Weekly downloads
12
Maintainers
1
Created
Weekly downloads
 

Readme

Source

rn-ocr-lib

React native library to perform OCR on images

Installation

npm install rn-ocr-lib

Usage

import { ocr } from 'rn-ocr-lib';

// pass base64 string data:image/png;base64,iVBORw0... without data part

const result = await ocr('iVBORw0...');

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

Keywords

FAQs

Last updated on 08 May 2023

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