Google 使用 .HEIC 图像类型时,Vision OCR 无法检测文本或图像

Google Vision OCR cannot detect text or images when using the .HEIC image type

我在上传 iPhone 照片时遇到问题。默认 iPhone 图像是 .HEIC 文件。 Google 视觉似乎很难读取这些文件类型。使用 .jpg 文件时效果很好。有什么建议吗?

如果您使用 nodejs 编写代码,可以使用此库进行转换和上传: https://www.npmjs.com/package/heic-convert

网络上也有在线工具: https://heictojpg.com/

Heic 是 not supported directly

您可以转换每个图像并将其发送到 google API,如果您可以访问源 iPhone,您可以更改设置以避免使用 Heic 作为默认格式.

可以看到相关问题