Java 使用安卓相机的简单 OCR 应用程序

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/9817748/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-16 08:04:28  来源:igfitidea点击:

Simple OCR app using android camera

javaandroidocr

提问by Fcoder

Possible Duplicate:
android OCR?

可能重复:
android OCR?

I want yo build an app that have an OCR scanner using camera and detect a text from a paper and convert in into regular text. a simple program. How i can do this? What is the simplest way?

我希望您构建一个应用程序,该应用程序具有使用相机的 OCR 扫描仪并检测纸张中的文本并将其转换为常规文本。一个简单的程序。我怎么能做到这一点?最简单的方法是什么?

采纳答案by the100rabh

There was a time when this seemed like a bad idea, but doesnt seem like a bad idea. I guess u can use Tesseract OCR Tool, an open source alternative by Google. How to integrate that in Android is simple via Tesseract Android Tools

曾经有一段时间,这似乎是一个坏主意,但似乎并不是一个坏主意。我猜你可以使用Tesseract OCR 工具,这是谷歌的开源替代品。如何通过Tesseract Android 工具将其集成到 Android 中很简单

A good guide on how to do it is also well documented at http://rmtheis.wordpress.com/2011/08/06/using-tesseract-tools-for-android-to-create-a-basic-ocr-app/

http://rmtheis.wordpress.com/2011/08/06/using-tesseract-tools-for-android-to-create-a-basic-ocr-app 上也有关于如何做的很好的指南/

Let us also know how this goes for you.

也让我们知道这对您有什么影响。