Documentation Index
Fetch the complete documentation index at: https://docs.aryn.ai/llms.txt
Use this file to discover all available pages before exploring further.
Introduction
In this tutorial, we will walk through an example of using DocParse to suggest properties for a document. This is useful when you want to either pick properties to extract automatically or have some properties to start with when using a human-in-the-loop approach. We will be working with a sample insurance document that contains a workers compensation reinsurance submission.
Prerequisites
- Get your free Aryn API key by signing up on the Aryn Console at app.aryn.ai.
- Download the sample document or have your own handy.
Extracting a Schema with Suggest Properties
To extract a schema with suggested properties, you can use thesuggest_properties field of the property_extraction_options dictionary in the partition_file function, like so:
