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
Currently using docling to read .pptx .pdf and .docx files to markdown format but for .xlsx I am getting an error like below
Value error, 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' is not a valid MIME type [type=value_error, input_value='application/vnd.openxmlf...ent.spreadsheetml.sheet', input_type=str]
the following is my code:
source = Path("docs/domain1/as.xlsx")
converter = DocumentConverter()
result = converter.convert(source)
I am new on using docling and to github if I made an error please warn me.
The text was updated successfully, but these errors were encountered:
Question
Currently using docling to read .pptx .pdf and .docx files to markdown format but for .xlsx I am getting an error like below
Value error, 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' is not a valid MIME type [type=value_error, input_value='application/vnd.openxmlf...ent.spreadsheetml.sheet', input_type=str]
the following is my code:
source = Path("docs/domain1/as.xlsx")
converter = DocumentConverter()
result = converter.convert(source)
I am new on using docling and to github if I made an error please warn me.
The text was updated successfully, but these errors were encountered: