simpleLayoutMode

Set text extraction mode to "simple layout".
[read/write property] simpleLayoutMode([out, retval] VARIANT_BOOL *simpleLayout) simpleLayoutMode([in] VARIANT_BOOL simpleLayout)
Setting this property to true sets the text extraction mode to "simple layout". This is similar to physical layout mode (see physicalLayoutMode), but optimized for pages with one column of text and relatively simple layout (no embedded figures, etc.).

Only one mode, from readingOrderMode, physicalLayoutMode, simpleLayoutMode, simple2LayoutMode, tableLayoutMode, linePrinterMode, or rawMode can be selected.

VB:
pdf.simpleLayoutMode = True
readingOrderMode
physicalLayoutMode
simple2LayoutMode
tableLayoutMode
linePrinterMode
rawMode