simple2LayoutMode

Set text extraction mode to "simple2 layout".
[read/write property] simple2LayoutMode([out, retval] VARIANT_BOOL *simple2Layout) simple2LayoutMode([in] VARIANT_BOOL simple2Layout)
Setting this property to true sets the text extraction mode to "simple2 layout". This is similar to simple layout mode (see simpleLayoutMode), but handles slightly rotated text (e.g., OCR output) better. Like simple mode, it will only work on pages with a single column of text.

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

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