I want to create an mobile application that has a reader to scan small stickers with numbers and name on it . The scanner is connected to the phone and the user scans the sticker for any number of items and the bill is generated . I couldnt find any help on the internet . How to proceed in making this app ?
Asked
Active
Viewed 193 times
0
-
You want to scan over reader device or camera phone? – Harry T. Feb 13 '17 at 10:22
-
I want to scan from reader device which is from usb . Usb device connects with the app on the mobile – Ardour Technologies Feb 13 '17 at 11:05
-
It will a bit difficult. You have to check your reader device's sdk for something to communicate from it to device. Without it, you cannot do anything. – Harry T. Feb 13 '17 at 11:24
-
What if I want to use the camera phone – Ardour Technologies Feb 13 '17 at 11:26
-
So you need a OCR library which help you detect text and number on the sticker and you will use them to generate bill. You can check this first. https://github.com/rmtheis/tess-two – Harry T. Feb 13 '17 at 11:31