Enhancement: support heic images (#9771)

This commit is contained in:
shamoon
2025-04-23 09:22:21 -07:00
committed by GitHub
parent 5a278381e3
commit 00050f7c7b
4 changed files with 8 additions and 0 deletions

View File

@@ -108,6 +108,7 @@ class RasterisedDocumentParser(DocumentParser):
"image/bmp",
"image/gif",
"image/webp",
"image/heic",
]
def has_alpha(self, image) -> bool: