奥克罗普斯 4.4。在 Xubuntu 10.4 上崩溃
我在使用 Ocropus 4.4 时遇到问题。 (开源 OCR)。我按照此脚本安装了 Ocropus 和必要的库。编译/安装没有任何问题。
但是,成功安装 ocropus 后,我无法运行任何 ocropus-* 命令。 Ocropus-page 和 ocropus-hocr 崩溃时不会给出任何有意义的错误消息。经过 2 分钟的处理后,我刚刚杀死了一个神秘的人。
ocropus-pages page_001.jpeg
[note] line recognizer: >
[note] *** 1 page_001.jpeg ***
Killed
我不知道从哪里开始修复它。有人知道从哪里开始吗?
我的机器是 XUbuntu 10.4 64 位(在 VirtualBox 中运行),基本内存为 512MB。
I have problems with Ocropus 4.4. (open source OCR). I installed Ocropus and neccessary libries following this script. Compilation/Installation goes without any problem.
However after successful installation of ocropus, I am not able to run any of ocropus-* commands. Ocropus-page and ocropus-hocr crash without giving any error meaningful message. I just get a cryptic killed after 2 minutes of processing.
ocropus-pages page_001.jpeg
[note] line recognizer: >
[note] *** 1 page_001.jpeg ***
Killed
I do not know where to start to fix it. Has anybody an idea where to start?
My machine is XUbuntu 10.4 64bits (run in VirtualBox) with 512MB of base memory.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在处理之前,我会尝试将您的图像转换为未压缩的 tiff。我知道 ocropus 与 tesseract 密切合作,并且 tesseract 处理 1bpp 未压缩 tiff 的效果最好。
I would try to convert your images to uncrompressed tiff before processing. I know that ocropus is working closely with tesseract and that tesseract handles 1bpp uncompressed tiffs the best.
尽管这是一个老问题,但我想我应该发布一个解决方案/一些调试技巧,因为我在相同的场景下遇到了相同的问题。场景是:Debian 在具有 512MB RAM 的 VirtualBox 下运行
为了调试“Killed”消息,您应该查看
/var/log
寻求帮助。就我而言, kern.log 包含:您可能需要增加分配给虚拟机的资源量,特别是如果您在后台运行一些大型的花哨窗口管理器!
Despite this being an old question I thought I'd post a solution / some debug tips as I experienced the same problem under the same scenario. The scenario being: Debian running under VirtualBox with 512MB RAM
In order to debug "Killed" messages you should look into
/var/log
for help. In my case kern.log contained:It's likely you need to increase the amount of resources assigned to the VM particularly if you're running some big fancy window manager in the background!