Skip to main content
Participant
April 1, 2012
Question

Bar code scanning with AIR for iOS and iPhone camera

  • April 1, 2012
  • 2 replies
  • 2126 views

Can anyone point me in the right direction? I am interested in building an iPhone app that would use the iPhone camera to photograph and decode bar codes on grocery items. The CameraUI and CameraRoll classes get the image into memory for me. I found the SimpleUPC service that will provide info based on the UPC number found on the bar code. What I think is missing is a reliable OCR routine to accurately scan the image and return a string of numbers. Any ideas?

This topic has been closed for replies.

2 replies

Participating Frequently
April 2, 2012

http://www.tagsrepublic.com/apps/eanreader/

Prabably you have to go in depth and study in detail your bar-code encoding. In my case I didn't need it, I'd to read EAN-13 codes.

Participant
April 1, 2012

bump - i am also interested in this too, any info would be appriciated