Is there any way to scan numbers by the camera in Android? I found a barcode scanner libraries but they are not what I need.
sample screenshot
Is there any way to scan numbers by the camera in Android? I found a barcode scanner libraries but they are not what I need.
sample screenshot
You should be able to use Text Recognition API Overview to extract the text from the image. Then you can parse the text to extract the numbers.
Here Android Vision team is also providing a codelab to get us started.