问题标签 [text-recognition]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
node.js - Api.Ai 落在 textRequest 上以默认回退意图
我正在使用 Api.Ai(Node.Js SDK 版本 2.0.7 并且还升级到 4.0.3)并向我的代理发出 textRequests。
在我这边没有任何改变的情况下,似乎有一半的意图不再起作用(默认意图出现了)。
这些句子被证明是有效的,ApiAi 应该识别出正确的意图。在 ApiAi 控制台中,这些语句有效!
我无法确定为什么我 50% 的意图不再被识别。一些仍然被识别的是一个句子另一些单词,一些有参数一些没有......
我的代理有很多intents,可能和这个有关(51 Intents)。
有人有类似的问题并且可能找到了解决方案吗?看起来像 Api.Ai 方面的问题,有人知道是否有一个好地方可以在他们这边提交错误吗?
谢谢!
ios - 使用 Card.io 扫描驾照
我正在尝试制作一个应用程序来扫描驾驶执照,到目前为止,我发现 card.io 可以扫描您的信用卡。我检查了它,它在文本识别方面做得很好。但如果我必须使用它,我将需要更改它扫描卡的方式。
有谁知道在哪里改变这些东西?或者如果我可以使用别的东西?
android - 在 TextReconiger 上实例化期间,我如何处理由于 Google Ocr lib 而导致的应用程序中的本机崩溃?
我正在使用 Google 的 OCR 库从我的应用程序中的图像中检测文本。早些时候它工作正常,但突然开始出错。我在 TextReconiger 的实例化过程中崩溃了。我在三星 S6 edge、三星 S7 等设备上遇到了这种崩溃,而在某些设备上它运行良好。
我在代码中的这一行崩溃了
崩溃日志:
此崩溃正在影响我的应用在 Google Play 商店中的评级。从这个崩溃日志中,我不知道如何解决这个问题。如果有人知道此问题的解决方案,请帮助我。
ios - iOS googlemobilevision textRecognition 库 swift 集成
我找不到 iOS googlemobilevision textRecognition 库 swift 集成文档。他们所有的文档都在 Objective-Ci 中,想要使用 googlemobilevision 库进行 textRecognition。
https://cocoapods.org/pods/GoogleMobileVision
如何克服这个问题?提前致谢
computer-vision - 文字识别应用
现在我正在尝试制作可以识别文本的相机应用程序。为此,我使用来自 google 指南的信息。该站点描述了如何制作全屏阅读器。但我需要在小矩形中设置 Mobile Vision 文本扫描仪(如图所示)。条形码阅读器应用程序的屏幕截图(我需要相同的文本解决方案)。请帮我)。
amazon-web-services - Text Recognition through AWS Rekognition Fails to Detect Majority of Text
I am using AWS Rekognition to detect text from a pdf that is converted into a jpeg. The image that I am using has text that is approximately size 10-12 or a regular letter page. However, The font changes throughout the image several times.
Is my lack of detection and low confidence levels due to having a document where the text changes often? Small Font?
Essentially I'd like to know what kind of image/text do I need to have the best results from a detect text algorithm?
android - W/DynamiteModule:未找到 com.google.android.gms.vision.dynamite 的本地模块描述符类
我正在使用谷歌的文本识别 API。
即使正确导入其依赖项和互联网连接。它显示了该错误。
我的调试结果:
java - 图像检测文本方向(0、90、180、270)度
我正在寻找一个普通的 java 解决方案来检测图像上的文本方向(0、90、180、270)度。我已经用霍夫变换算法尝试过,但没有成功。
我可以使用其他任何算法吗?
最好的