读取 tif 文件格式时出现问题?

发布于 2025-01-07 15:00:41 字数 180 浏览 0 评论 0原文

我有一个 *.tif 格式的图像文件,如下所示: 在此处输入图像描述

如您所见,它包含图像和大量文本。有什么方法可以读取我的 .tif 图像并将文本内容提取到 String 中?

I have an image file, in *.tif format, that looks like this:
enter image description here

As you can see it contains an image along with a lot of text. Is there any way to read my .tif image and extract the text content into a String ?

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

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

发布评论

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

评论(2

極樂鬼 2025-01-14 15:00:41

可以使用私有元数据标签在 TIFF 文件中嵌入文本,但通常不会这样做。图像中的文本很可能仅以图片/位图的形式出现,检索它的唯一方法是使用 OCR。

It's possible to embed text in a TIFF file using private metadata tags, but it's not usually done. Most likely the text in your image is present only as a picture/bitmap, and the only way to retrieve it is using OCR.

半窗疏影 2025-01-14 15:00:41

不,文件中的文本不是存储为文本,它基本上是文本的照片。您需要使用 OCR 或其他一些机器学习方法从图片中提取文本。

No, the text in the file is not stored as text, it's basically a photo of text. You need to use OCR or some other machine learning method to extract the text from the picture.

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