React Native Tesseract Ocr

screenshot of React Native Tesseract Ocr
react
react-native

Tesseract OCR wrapper for React Native

Overview

The React Native Tesseract OCR project is a library that allows developers to integrate optical character recognition functionality into their React Native applications. It supports both Android and iOS platforms, utilizing the Tess-two library for Android and Tesseract-OCR-iOS for iOS (although iOS implementation is currently pending). This project is designed to work best with react-native versions equal to or above 0.60.0.

Features

  • VersionInstall SizeDownloadsPRs WelcomeCommitizen friendlyMIT LicenseAll ContributorsWatch on GitHubStar on GitHubTweet
  • Uses tess-two for Android and Tesseract-OCR-iOS for iOS
  • Level property can be 'symbol', 'block', 'line', 'paragraph', or 'word' for recognizing different levels of tokens

Summary

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

react-native
React Native

React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.