2023:Fluid Layout (Table Extract Method): Difference between revisions

From Grooper Wiki
No edit summary
No edit summary
Line 4: Line 4:
'''''Fluid Layout''''' is one of Grooper's methods of extracting table data from documents available to '''Data Table''' objects. This table extraction method will choose between '''''Tabular Layout''''' and '''''Flow Layout''''' configurations, depending on how labels are collected for a '''Document Type'''.
'''''Fluid Layout''''' is one of Grooper's methods of extracting table data from documents available to '''Data Table''' objects. This table extraction method will choose between '''''Tabular Layout''''' and '''''Flow Layout''''' configurations, depending on how labels are collected for a '''Document Type'''.
</blockquote>
</blockquote>
<section begin="fluid_layout_glossary" />
<section end="fluid_layout_glossary" />
The '''''Tabular Layout''''' configuration will execute the '''''Tabular Layout''''' method for the document, provided '''Data Column''' labels are collected for the '''Document Type'''.
The '''''Tabular Layout''''' configuration will execute the '''''Tabular Layout''''' method for the document, provided '''Data Column''' labels are collected for the '''Document Type'''.



Revision as of 17:09, 5 January 2024

This article is about an older version of Grooper.

Information may be out of date and UI elements may have changed.

202520232021

Fluid Layout is one of Grooper's methods of extracting table data from documents available to Data Table objects. This table extraction method will choose between Tabular Layout and Flow Layout configurations, depending on how labels are collected for a Document Type.

The Tabular Layout configuration will execute the Tabular Layout method for the document, provided Data Column labels are collected for the Document Type.

The Flow Layout configuration will execute the Row Match method for the document, provided the Data Table's Header label is collected and NO Data Column labels are collected for the Document Type.

About

FYI This article is taken from the larger Label Sets article.

The Fluid Layout method is dependent on Label Sets to function and must have a Labeling Behavior enabled to execute properly. For more information on Label Sets and the Labeling Behavior, please visit the Label Sets article.

2023:Labeling Behavior