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

RowAlignMode

Grooper.GPT

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

Remarks

The 'Row Align Mode' enumeration controls how Grooper requests and uses alignment information for table rows 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 table rows in the document.

  • None: No alignment is performed; only the table data is requested and used as-is.
  • Auto: Grooper infers row boundaries and alignment based on the positions of extracted cell values in the LLM response.
  • Geometric: The LLM is asked to return explicit page number and bounding box coordinates for each row, which are used to directly extract the region.

Proper configuration of this setting improves the usability of AI-captured data for human review purposes.

Can be one of the following values:

NameValueDescription

Used By

Notification