SWF 文件中的 OCR。有可能吗?

发布于 2024-10-18 09:13:57 字数 67 浏览 2 评论 0原文

我需要从 SWF 文件中提取一些文本。有可能吗?有没有可以做到这一点的图书馆?

如果是,用哪种编程语言?

I need to extract some text from an SWF file. It is possible? Are there any libraries that can do that?

If yes, in which programming languages?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

深海少女心 2024-10-25 09:13:57

您可以使用 SOThink SWF 反编译器 之类的工具来提取 .swf 中的资源和源代码。您的文本将嵌入图像内,从 .swf 内存储(或生成)的字符串绘制到影片中,或者从外部源加载。

You can use something like SOThink SWF decompiler to extract the resources and source code inside a .swf. Your text will either be embedded inside images, drawn into the movie from strings stored (or generated from) inside the .swf, or loaded from external sources.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文