javascript - Recognize letters using smartphone camera -


i develop web app can recognize text using smartphone camera. saw on web exist lot solution can recognize text in picture/stream video, solution need develop native app. want recognize text creating little site in can following stuff:

  1. register myself
  2. access smartphone camera
  3. recognize text in shot
  4. show letters recognized in label
  5. save letters in remote database associated account

anyone knows way recognize letters without taking pic , without native app? on web found tesseract ocr, i'm not sure can use in html5, css3 , javascript page. used library? in mobile browser works (safari ios, browser android , internet explorer windows phone 7/8)?

have tried this? it's javascript library

ocrad


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -