跳转到主要内容
ThreeStatePropertyValueEnum 枚举常量用于设置可处于三种状态之一的不同属性的值:始终使用特定设置或处理模式 (Yes) 、从不使用 (No) ,或将选择交由 FineReader Engine 决定 (Auto) 。
typedef enum {
 TSPV_Yes,
 TSPV_No,
 TSPV_Auto
} ThreeStatePropertyValueEnum;

元素

名称描述
TSPV_AutoABBYY FineReader Engine 将根据具体情况 (如图像特征等) 自动确定是否使用此处理模式。自动模式基于在大多数常见情况下通常效果最佳的设置,今后可能会在不另行通知的情况下进行更改。
TSPV_No不使用此处理模式。
TSPV_Yes使用此处理模式。

使用于

IPagePreprocessingParams::CorrectGeometry IPagePreprocessingParams::CorrectSkew IPagePreprocessingParams::CropImage IPDFExportFeatures::WriteTaggedPDF IPDFExportFeatures::WriteXmpMetadata IPDFMRCParams::ProcessPicturesAsBackground IPDFPictureCompressionParams::EnableInterpolationMode IPrepareImageMode::CompressImage IRecognizerParams::LanguageDetectionMode IRTFExportParams::KeepPageBreaks ISynthesisParamsForPage::AllowGrayBackgroundColor ISynthesisParamsForPage::AllowGrayTextColor ISynthesisParamsForPage::CorrectDynamicRange ISynthesisParamsForPage::DetectBackgroundColor ISynthesisParamsForPage::DetectTextColor