Enum PdfReadingOrderMode
Which PdfPig reading-order strategy PdfTextExtractor runs per page (spec 7.4, 11). This type belongs to the PDF satellite, not the core: it names a PdfPig strategy and the core must not carry a type only one satellite can mean.
public enum PdfReadingOrderMode
Fields
ContentOrder = 0ContentOrderTextExtractor: letters in the order the content stream draws them, with paragraph gaps as double newlines. Cheap, single-threaded, and right for the ordinary single-column document. The default.Layout = 1NearestNeighbourWordExtractor→DocstrumBoundingBoxes→UnsupervisedReadingOrderDetector: a layout analysis for multi-column pages. Materially more expensive per page; opt in for a corpus that needs it.