标签: android image-processing
我正在尝试制作一个应用程序,通过使用android获取图像,然后从捕获的图像中获取文本(可能是OCR之类的)。如果有人知道的话,请帮帮我。 感谢。
答案 0 :(得分:1)
要捕捉图像,您可以查看此http://marakana.com/forums/android/examples/39.html或此http://notes.hfoss.org/index.php/Tutorial:Camera_and_Gallery_Demo。
对于OCR,您可以查看此帖子Is there any free OCR library for Android?。
希望这有帮助。