Image recognition for text in React Native

大兔子大兔子 提交于 2019-12-06 05:56:10

问题


This may be a crazy question but I've seen done with apps. Is there any kind of API that can be used to recognition the text within an image (the way chase recognizes numbers on a check) OR, is there an API that can be used to search (lets say google) for information based off an image? Example would be if I took a picture of a business logo, google will search for a business listing that fits that logo?

I know crazy question but I want to know if it can even be done. If it can, can it be used with React Native? Thanks!


回答1:


The React Native Tesseract package only supports Android. iOS support is pending but no timeline when it will be done.

The pure Javascript implementation of Tesseract would offer cross-platform support in React Native. http://tesseract.projectnaptha.com/



来源:https://stackoverflow.com/questions/42460965/image-recognition-for-text-in-react-native

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!