Not Support to .doc extension #40

Closed
opened 2026-02-16 00:16:42 -05:00 by yindo · 1 comment
Owner

Originally created by @KP383 on GitHub (Mar 14, 2024).

When I install llama parser using pip then
the list SUPPORTED_FILE_TYPES of base.py looks like
image
which gives error when i am dealing with .doc files
I suggest you to change the list with
SUPPORTED_FILE_TYPES = [
".pdf",
".xml",
".doc",
".docx",
".pptx",
".rtf",
".pages",
".key",
".epub"
]

Originally created by @KP383 on GitHub (Mar 14, 2024). When I install llama parser using pip then the list SUPPORTED_FILE_TYPES of base.py looks like ![image](https://github.com/run-llama/llama_parse/assets/79580721/42b63308-2818-41dc-9f71-54c44be962ab) which gives error when i am dealing with .doc files I suggest you to change the list with SUPPORTED_FILE_TYPES = [ ".pdf", ".xml", ".doc", ".docx", ".pptx", ".rtf", ".pages", ".key", ".epub" ]
yindo closed this issue 2026-02-16 00:16:42 -05:00
Author
Owner

@hexapode commented on GitHub (Jul 9, 2024):

LlamaParse now support .doc files.

@hexapode commented on GitHub (Jul 9, 2024): LlamaParse now support `.doc` files.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_cloud_services#40