wetoolaguer / mobile-ocr

The supporting repo for Bringing Tesseract to Mobile (with React Native) blog.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

This is the supporting repo for Bringing Tesseract to Mobile (with React Native) blog.

Setup

  • Setup your environment for React Native(iOS) development. Please see React Native CLI Quickstart portion.

  • Clone this repo

$ git clone git@github.com:wetoolaguer/mobile-ocr.git
  • Install React Native dependencies
$ cd mobile-ocr
$ yarn install
  • Install iOS Dependencies (You may need to setup cocoapods)
$ cd ios
$ pod install
  • Build the app
cd ..
react-native run-ios

You should see "Sample Text" on the screen. It's scanning the image ./sample_image.jpg.

About

The supporting repo for Bringing Tesseract to Mobile (with React Native) blog.


Languages

Language:Objective-C 39.3%Language:Ruby 18.4%Language:Java 16.7%Language:JavaScript 13.5%Language:Python 12.2%