扫描图像并检测文本 android
Scan image and detect the text android
我想扫描图像以检测图像中的颜色和文本。我发现 OCR tutorial 可以做同样的事情并实施它。但我不想捕捉图像只想扫描图像和检测文本。有没有什么库可以让我在扫描时从图像中检测文本和颜色?
谢谢!
你可以看看google's Vision API。它具有上述功能并且相当易于使用。
在这里,我在下面有更多示例 link 与 OCR 相关的代码:
http://asprise.com/royalty-free-library/java-ocr-api-overview.html
https://github.com/googlesamples/android-vision/tree/master/visionSamples/ocr-codelab
我想扫描图像以检测图像中的颜色和文本。我发现 OCR tutorial 可以做同样的事情并实施它。但我不想捕捉图像只想扫描图像和检测文本。有没有什么库可以让我在扫描时从图像中检测文本和颜色?
谢谢!
你可以看看google's Vision API。它具有上述功能并且相当易于使用。
在这里,我在下面有更多示例 link 与 OCR 相关的代码:
http://asprise.com/royalty-free-library/java-ocr-api-overview.html
https://github.com/googlesamples/android-vision/tree/master/visionSamples/ocr-codelab