Llama Parse

Parse raw documents to use Llama Parse.

Language Support

You can find more information about the supported languages at here

You can set language to use language parameter.

Table Extraction

If you have tables in your raw document, set result_type: markdown to convert them to Markdown and save them.

📌result_type: You can set 3 types of result type.

  • text

  • markdown

  • json

Example YAML

modules:
  - module_type: llama_parse
    result_type: markdown
    language: en