Skip to content

Commit

Permalink
add html support (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
hexapode authored Apr 23, 2024
1 parent 70b5dc3 commit 91b03b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions llama_parse/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,7 @@ class Language(str, Enum):
".sti",
# ebook
".epub",
# html
".html",
".htm",
]

0 comments on commit 91b03b2

Please sign in to comment.