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

Layout Objects

Quoting Method Grooper.GPT

Supplies the LLM with the location and content of all text segments, lines, barcodes, checkboxes, and etc.

Remarks

The Layout Objects quoting method is designed to provide the AI model with a detailed, structured representation of the document's visual and textual layout. This includes information about text segments, plus Layout Data such as lines, barcodes, checkboxes, and their positions on each page.

How It Works:

  • The method generates a JSON schema describing the structure of the Layout Data, including arrays of text segments, lines, barcodes, and checkboxes for each page.
  • For each page, it collects the content and bounding rectangles for all relevant objects, ensuring that the AI receives both the content and its spatial context.
  • The resulting data is supplied to the AI in two parts: a schema describing the data format, and the actual Layout Data for the document.

Configuration:

  • Use the 'Quote Extractor' property to optionally filter or target specific content within the document. If not set, the entire document's layout is included.

Use Cases:

  • Providing the AI with a complete map of the document's structure for tasks such as layout analysis, table extraction, or visual question answering.
  • Enabling advanced AI workflows that require knowledge of both content and its position on the page.

Properties

NameTypeDescription

See Also

Used By

Notification