You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tested using the file test_emf_docx.docx and only one last image was extracted successfully.
code
from docling.document_converter import DocumentConverter
source = "test_emf_docx.docx" # document per local path or URL
converter = DocumentConverter()
result = converter.convert(source)
result.document.pictures
AngGaGim
changed the title
Docling cannot extract EMF images?
Docling cannot extract EMF images from docx?
Mar 12, 2025
AngGaGim
changed the title
Docling cannot extract EMF images from docx?
Docling cannot extract EMF images from docx?It has warning: image cannot be loaded by Pillow
Mar 12, 2025
Question
I tested using the file test_emf_docx.docx and only one last image was extracted successfully.
code
output
test file content
The text was updated successfully, but these errors were encountered: