• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

Need help in OCR for Android/Java

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am totally new to image processing and am developing an application for android that aims to read Barcode, QR code and Text from the camera. Is there any other set of steps other than this which I can follow to make the application?
And what formats do OpenCV and/or tesseract accept and how do I read them in java?
 
Rancher
Posts: 43077
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I, too, am unaware of a device-based OCR solution for Android, so one of the cloud-based ones may be your only choice.

And what formats do OpenCV and/or tesseract accept and how do I read them in java?


I'm not sure what you're asking - they work with images. The camera hands you an image as a byte array, which you can convert to a BitMap. From there on it should be relatively easy to create an image in whichever format you need for further processing.
 
Aaaaaand ... we're on the march. Stylin. Get with it tiny ad.
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic