Skip to main content
There are multiple parameters you can use to configure Documind when extracting data from documents.

Models - model

This allows you specify the model you want to use to perform an extraction. You can choose from the following models: If you don’t set a model, by default Documind will use gpt-4o-mini.

Templates - template

To use a template, simply pass the name of the template in the extract function:
Read more about creating and using templates.

Autoschema - autoschema

The autoschema function allows Documind to automatically generate a schema for you based on the content of yoru document. You can use autoSchema in two ways.
  1. Simply set the autoSchema property to true to create a generic schema that covers your entire document.
  1. Or you can give instructions in plain English detailing what you want to extract.
You can only select one of template, schema, or autoSchema.