Compare commits

...

2 Commits

Author SHA1 Message Date
Neeraj Pradhan 9ebfeda444 Bump up patch version 2026-02-13 14:57:39 -08:00
Neeraj Pradhan ab6f2f8da5 Allows xlsx files in the sdk for extract (#1114) 2026-02-13 14:44:25 -08:00
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"llama-cloud-services-py": patch
"llama_parse": patch
---
Include xlsx files in extract input
@@ -806,6 +806,7 @@ class LlamaExtract(BaseComponent):
# Document files
".pdf": "application/pdf",
".docx": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
".xlsx": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
# Image files
".png": "image/png",
".jpg": "image/jpeg",