Skip to main content

Configuration options

When instantiating a new LlamaExtract object, you can pass in a number of configuration options. These are:

  • max_timeout (int): The maximum time in seconds to wait for a response from the server. Default is 2000.
  • num_workers (int): The number of workers to use for parallel processing. Default is 4.
  • show_progress (bool): Whether to show a progress bar when extracting. Default is True.
  • verbose (bool): Whether to print debug information. Default is False.