Link Search Menu Expand Document

LineGroupingMode Enumeration

Sets if lines are not checked to be merged, can be merged by rows, or inside columns

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public enum LineGroupingMode
Members
Member nameValueDescription
None0 No line grouping. Each line is processed as a single row.
GroupByRows1 Each row is checked against next row to see if these rows can be grouped. Rows will be grouped only if all cells in the current row are allowed to be grouped with all cells in next row.
GroupByColumns2 Each cell is checked against cell below in next row to see if the can be grouped. Cells will be grouped inside the same column even if cells in another columns can't be grouped.
JoinOrphanedRows3 Join row with a single cell up to previous row if there is no separator between them.
See Also

Reference