Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以从这样的图像中提取文本?
(之后我想在文本字段中显示它)谢谢。乌里
您正在寻找的是光学字符识别。这是一个类似的问题:
OCR 动作脚本
虽然遗憾的是它没有明确的答案。在 AS3 中没有用于执行此操作的本机类/框架,但我确信这是可能的。
这是您将使用 Web 服务的任务。我知道 Google Docs 可以为您 OCR 图像。ABBYY 的 FineReader 是业内最好的软件之一,它还提供 OCR 网络服务。谷歌已经开源了他们的 OCR 软件。您可以想象将其设置在您自己的服务器上。