Skip to main content
ParagraphExtractionModeEnum enumeration constants describe different modes of paragraph extraction.
typedef enum {
 PEM_NormalExtraction,
 PEM_RoughExtraction,
 PEM_SingleLineParagraphsWithWordSeparationOnly
} ParagraphExtractionModeEnum;

Elements

NameDescription
PEM\_NormalExtractionNormal paragraph extraction.
PEM\_RoughExtractionExtracts the minimal number of paragraphs (either one paragraph per block or only paragraphs which start with a dropped capital).
PEM\_SingleLineParagraphsWithWordSeparationOnlyEach line is extracted to a separate paragraph without space formatting, blank spaces are to separate words only.

Used in

ISynthesisParamsForPage::ParagraphExtractionMode