Learn how to use the Form Processing slash command to extract data from forms
The /form-processing
command allows you to extract form fields and their values using a machine learning model specifically trained for this purpose. Over the last year, LLM models like Claude and OpenAI have eclipsed custom models like this. But every now and then, a custom trained model like this may have greater accuracy. So if you’re struggling with a LLM to do document processing on scanned or PDF forms, give this a try.
Process a form by either uploading a file or providing a URL:
or
Supported file types include:
The command returns a JSON object containing:
Field Extractions:
Metadata:
Example output:
The Form Processing command provides a reliable way to extract data from structured forms. While newer LLM models have broader capabilities, this specialized tool can still outperform them for specific form processing tasks.
Learn how to use the Form Processing slash command to extract data from forms
The /form-processing
command allows you to extract form fields and their values using a machine learning model specifically trained for this purpose. Over the last year, LLM models like Claude and OpenAI have eclipsed custom models like this. But every now and then, a custom trained model like this may have greater accuracy. So if you’re struggling with a LLM to do document processing on scanned or PDF forms, give this a try.
Process a form by either uploading a file or providing a URL:
or
Supported file types include:
The command returns a JSON object containing:
Field Extractions:
Metadata:
Example output:
The Form Processing command provides a reliable way to extract data from structured forms. While newer LLM models have broader capabilities, this specialized tool can still outperform them for specific form processing tasks.