1)有哪些好的中文OCR(光学字符识别)API?
2) 我们知道有很多英文版本,其中一些记录在 StackOverflow 上。
那么哪些对于以 Web 为中心的开发来说是好的呢?换句话说,我们想要构建一个基于 JSON 和 Javascript 的服务。理想情况下,我们会将图像发送到某个 API 并接收 JSON 响应,其中包含图像中嵌入的所有字符。
如果我们决定在设备上本地执行 OCR(而不是通过中央服务器),是否有适用于 Android 或 iOS 的特定 API?
谢谢!
1) What are good APIs for OCR (optical character recognition) for Chinese characters?
2) We know many exist for English ones, and some are documented on StackOverflow.
Which are good ones for web-centric development, though? In other words, we want to build a service based on JSON and Javascript. Ideally, we would send imagesto some API and receive a JSON response with all the characters embedded inside the images.
Are there specific APIs for Android or iOS, if we decide to perform the OCR natively on the device as opposed to through a central server?
Thanks!
发布评论
评论(1)
http://www.Abbyy.com 将是最好的查看位置。他们的移动 OCR 概述可以在这里找到 - http://www.abbyy.com/mobileocr/features#第_5节;它支持中文。
有一些基于 Abbyy 引擎的网络服务 - http://www.wisetrend.com - 他们会收费基于数量,但这可能是一个很好的开始方式。
http://www.Abbyy.com is going to be the best place to look. Their mobile OCR overview can be found here - http://www.abbyy.com/mobileocr/features#Section_5; It supports Chinese.
There are some web base services based on the Abbyy engine - http://www.wisetrend.com - They will charge based on volume but may be a good way to start out.