Skip to main content
Transforms short snippets of free text using an LLM (GPT-3.5 Turbo). The Summarizer computed field method takes as input another extracted field’s output, and transforms the text based on prompts or short samples of extracted values you provide. Use this method to transform another method’s output when you can’t use types or other computed field methods. For example, if you use the Row method to return an inconsistently formatted ranking (first, 1st, 1), then you can use this method to consistently format the ranking. You can reformat with instructions like reformat each inconsistently formatted instance of rank as a word (i.e. \"first\" not \"1st\" or \"1\") .

Parameters

The following parameters are in the computed field’s Method parameter:

Examples

The following example shows using the Summarizer method to:
  • Enforce consistent formatting for extracted class rankings.
  • Parse an extracted address into its constituent parts.
Config
JSON
Example document
The following image shows the example document used with this example config:
Click to enlarge Output
JSON