run-llama / llama_parse

Parse files for optimal RAG
https://www.llamaindex.ai
MIT License
2.03k stars 192 forks source link

Multilanguage support in the same document #104

Open hamza-maqsood opened 4 months ago

hamza-maqsood commented 4 months ago

I have a pdf with english and arabic, how can I specify the language parameter?

guillaume-millot commented 4 months ago

You can specify a language parameter, but if I'm reading correctly, it seems it only accepts one language: https://github.com/run-llama/llama_parse/blob/ba8f345f807e823746a420b8985ef36d18deeef6/llama_parse/base.py#L152