Android Question Scan information from Camera

Keith Yong

Active Member
Licensed User
Longtime User
Hi, I would like to achieve to use camera to scan a card in order to retrieve the result input by player. As you can see the card that I attach, the player will highlight the number on the card for each round. Appreciate if you can advice me how can I achieve this. Thanks
 

Attachments

  • Screen Shot 2020-01-30 at 5.21.44 PM.png
    Screen Shot 2020-01-30 at 5.21.44 PM.png
    71.7 KB · Views: 155

Keith Yong

Active Member
Licensed User
Longtime User
You need to get the photo (using a Camera library) and an OCR library.

I fear that even an excellent OCR will have difficulty recognizing texts both horizontally and vertically, with a single scan.

This is an old thread:
https://www.b4x.com/android/forum/t...r-features-to-your-android-application.27080/

You can search the site for newest libraries.


This seem like will read the entire text in the card, but I only need to read the number which is highlighted and get the round number which display in the first row. Is there anyway work like OMR concept?
 
Upvote 0
Top