Hexdump 的最佳 OCR

Best OCR For Hexdumps

我正在寻找一种可以使用 OCR 可靠地提取图像左侧(非 ascii 字符)的方法。我有许多类似格式的图像,也显示了十六进制数据,我想提取它们。

谁能推荐一种从这些图像中提取文本的方法?

理想情况下,第一行的输出为:

0005C850 00 00 00 00 等

第四行的输出类似于:

0005C8AA ED 93 A7 8E 等

已经编写了一个传奇程序来执行此操作。 - https://github.com/eighttails/ProgramListOCR。对于 Windows 系统,我 运行 在 VM 上。

很难找到。

首先您想将图像转换为 400% 的尺寸:

convert -resize 400% source.png source.png

设为灰度:

转换source.png-颜色空间灰色destination.png

改成tiff文件:

转换 destination.png destination.tiff

然后您使用此软件对其进行处理。