Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

SectionAlignMode

Grooper.GPT

Specifies the mode to be used for aligning captured sections back to locations in the document.

Remarks

The 'Section Align Mode' enumeration controls how Grooper requests and uses alignment information for section instances from the LLM. Each mode determines what properties are included in the JSON schema, what the LLM is asked to return, and how Grooper splits or locates section instances in the document.

  • None: No alignment is performed; only the section data is requested and used as-is.
  • Auto: For multi-instance sections, Grooper infers section boundaries based on the positions of descendant fields; for single-instance sections, behaves like 'None'.
  • Quote: The LLM is asked to return a quote containing the entire section content, which is used to locate the section in the document.
  • StartQuote: The LLM is asked to return a quote from the first line of each section instance, and Grooper splits the document at these positions.
  • BoundingQuotes: The LLM is asked to return quotes from both the first and last lines of each section instance, providing precise boundaries.
  • Geometric: The LLM is asked to return explicit page number and bounding box coordinates for the section, which are used to directly extract the region.

Proper configuration of this setting improves the accuracy and usability of AI-driven section extraction and review in Grooper.

Can be one of the following values:

NameValueDescription

Used By

Notification