MaxSearchHeaderRow
In table mode, MaxSearchHeaderRow
is the maximum number of rows to search a table for the HeaderEntityN entities.
By default, Eduction searches only the first row of a table for the configured header entities. Set MaxSearchHeaderRow
to a higher number of rows to allow Eduction to search additional rows. It then searches for up to the MaxSearchHeaderRow
number of rows, until it finds a header match, and then stops. For example, if you set MaxSearchHeaderRow
to 5, and Eduction finds a header match on the third row, it stops searching.
This method might be useful if your tables sometimes contain irrelevant information in the first few rows.
NOTE: Only rows with content count towards the row count; Eduction does not count any empty rows.
You can also set MaxSearchHeaderRow
to -1 (unlimited) to search the whole table to find a header match.
For more information about table extraction,
Type: | Integer |
Default: | 1 |
Required: |
No |
Configuration Section: | Eduction |
Example: | MaxSearchHeaderRow=5 |
See Also: |