More Premium Hugo Themes Premium React Themes

React Native Tesseract Ocr

Tesseract OCR wrapper for React Native

React Native Tesseract Ocr

Tesseract OCR wrapper for React Native

Author Avatar Theme by jonathanpalma
Github Stars Github Stars: 591
Last Commit Last Commit: Jun 25, 2021 -
First Commit Created: Feb 24, 2024 -
React Native Tesseract Ocr screenshot

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

Installation

To install the React Native Tesseract OCR library, you can use npm. Here is a step-by-step guide:

  1. Getting started:
$ npm i react-native-tesseract-ocr --save
  1. Mostly automatic installation:
$ react-native link react-native-tesseract-ocr

Summary

React Native Tesseract OCR is a useful library for implementing optical character recognition in React Native applications. It provides support for both Android and iOS platforms, although the iOS integration is still a work in progress. The library offers various features such as customizable token recognition levels and friendly contribution guidelines. It is licensed under MIT and is committed to acknowledging all contributors and dependencies that have made the project possible.