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
| Name | Summary |
|---|---|
| PxScanFlag_Separate_Blocks | Put a new line after each block. |
| PxScanFlag_Separate_Lines | Put a new line after each text line. |
| PxScanFlag_Separate_Paragraphs | Put a new line after each paragraph. |
| PxScanFlag_Separate_Symbols | Put a new line after each symbol. |
| PxScanFlag_Separate_Words | Put a new line after each word. |
| PxScanFlag_Watermark | Add a watermark to the recognised text. |