PxScanFlags Enumeration

typedef enum { ... } PxScanFlags;

Flags controlling how recognised text is laid out and marked, combined into the flags passed when creating a PxTextReader.

Enumeration Cases

NameSummary
PxScanFlag_Separate_BlocksPut a new line after each block.
PxScanFlag_Separate_LinesPut a new line after each text line.
PxScanFlag_Separate_ParagraphsPut a new line after each paragraph.
PxScanFlag_Separate_SymbolsPut a new line after each symbol.
PxScanFlag_Separate_WordsPut a new line after each word.
PxScanFlag_WatermarkAdd a watermark to the recognised text.
Top