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

SecondaryExtractMethod

Grooper.Extract

Specifies how the secondary extract is performed.

Remarks

The SecondaryExtractMethod enumeration determines the strategy used for secondary extraction when triggered. It allows you to select between geometric region extraction, value extraction from the cell, or value extraction from the entire row.

Configuration Guidance

  • Use 'Auto' to let Grooper choose the best method, typically trying cell extraction first and falling back to geometric extraction.
  • Use 'Geometric' to extract all text within the cell's region, which is useful for unstructured or merged cells.
  • Use 'CellExtract' to apply the configured value extractor to the cell content.
  • Use 'RowExtract' to apply the value extractor to the entire row, which can help recover values that span multiple cells or are misaligned.

Select the method that best matches the structure and variability of your table data for optimal results.

Can be one of the following values:

NameValueDescription

Used By

Notification