问题标签 [abbyy]
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.
abbyy - ABBYY Flexicapture ODBC 将日期字段导出到 DATE 类型列
在 ABBYY Flexicapture 中,我使用 ODBC 兼容数据库选项导出到我的 SQL Server 数据库。我在数据库中的几列是DATETIME
,但我最近意识到,我们不需要(也没有)时间,只想导出日期。所以我将数据库列更改为一种DATE
类型。现在我收到此错误:
Failed when converting date and/or time from character string
我不提供时间,只提供日期。从历史上看,这些已以 00:00:00 作为与日期关联的时间进入数据库。
如何导出到DATE
列?
android - ABBYY Mobile imaging SDK, Nullpointer @OnImageOperationSelected
Here I am again with another problem from the ABBYY SDK.
I've accomplished to load the image with this SDK, now I want to do a ImageOperation. However im getting a nullpointer exception.
Error LOG:
CODE :
The issue here is that it says it has no ImageOperation value. However the sample app (comes with the SDK) passes the same value as my app. But on my app it gives a nullpointer and on the sample app it runs.
Anyone know how to solve this nullpointer problem?
-
The above code is just a small snippet of the endless classes needed to use this SDK.
ImageOperation class.
The result of the Log.d for the value of operation[2] :
09-24 10:27:56.162 3560-3560/com.example.docsproscan D/mainactivity﹕ CONVERT_TO_GREYSCALE
applescript - 使用 AppleScript 编写 ABBYY FineREader 脚本
适用于 OS X 的最新版本 ABBYY FineReader 现在支持 AppleScript。我尝试编写一个简单的脚本,对给定的 pdf 文档进行 OCR 并将其保存为 pdf 文档以使其可搜索。不幸的是,我是 AppleScript 的初学者,无法让它工作。我找不到用于编写 ABBYY FineReader 脚本的更多文档或示例。
我设法打开了 FineReader 的字典,它有这个功能:
我试过这个脚本:
但是,我得到输出“缺失值”。怎么了?
android - Android ABBY 库 - 读取刻字
我需要从铭牌上的雕刻文字中获取文字。我正在使用 ABBYY sdk,但仍然无法准确检测到所有内容。请提出任何改进以获取文本。
任何帮助表示赞赏。
谢谢,维奥玛
android - Android Studio 中的 System.loadLibrary
我目前正在尝试在我的项目中加载一个库,我需要检查我正在使用的某个许可证。然而,当执行它时,它只会在 system.loadLibrary 上给出一个错误。
我正在使用 Android Studio,我已经将库放在我的 libs 文件夹中,并且我已经将它添加到我的依赖项中。
代码 :
日志 :
Gradle 文件(尝试了堆栈中的解决方案):
azure - Azure Cloud 上的 ABBYY OCR 仅支持西欧的 Blob 存储?
我想在 Microsoft Azure 云上使用 ABBYY,但只显示“西欧”作为 blob 存储选项。我的 bob 存储在美国境内,这是否意味着我的数据应传输到西欧境内的 blob 存储以由 ABBYY 处理?
c++ - 在 ABBYY SDK 中获取字符边界框和置信度
我使用 ABBYY 的 OCR SDK 转换图像:
但现在我还需要获取 char 边界框和置信度。我可以从 Tesseract 获得它们,所以我认为 ABBYY 的 SDK 也可以。
如何获得边界框和置信度?
fonts - ABBYY sdk 页面布局识别编程
是否有机会在 ABBYY sdk 中设置用户模式(程序/定义)设置页面布局?是否可以对 abbyy 的“文本字段”的最小大小进行编程并设置其开始(特殊标记以从页面获取指定数据。有机会定义规则以按特定顺序读取文本字段也很有用. Gennerall 的问题是?是否有可能弄乱布局识别(单词假设分析,并选择要识别的字符范围)。比你的帮助。你的产品真的是市场上最好的。最好的问候。 L.
abbyy - 使用 ABBYY FlexiCapture SDK 获得对 C# 的信心
我正在使用 abbyy flexi capture sdk 从图像中读取数据。其他一切工作正常。现在我需要读取图像读取准确度的置信度。谁能告诉我如何在 C# 中做到这一点?abbyy flexicapture sdk 是否提供这样的功能?
android - 如何在 Imagine SDK android 上解决图像处理期间的“内存不足”问题
因为我正在为我们的应用程序实现 OCR 和 Imagine SDK,所以我需要您的帮助来解决这个问题。
我有一个像下面这样的方法。
当我执行它时。它返回“内存不足:堆大小=7943KB,分配=4113KB,位图大小=24888KB,限制=32768KB”
下面是我的 logcat 输出。
难道我做错了什么 ?麻帮帮我