SpeedQualityModeEnum
SpeedQualityModeEnum enumeration constants specify if page analysis should favor accuracy or speed.
typedef enum {
SQM_Fast,
SQM_Accurate
} SpeedQualityModeEnum;
Elements
| Name | Description |
|---|---|
| SQM_Accurate | Page analysis will be performed with best possible accuracy but with some loss to speed. This mode is needed for documents with complex or colorful background or watermarks. |
| SQM_Fast | Page analysis will be performed fast. The quality will still be good for all documents that don't have a complicated mix of colors and text. |
Used in
07.11.2025 12:48:30