PTWordSearchableImageSetting
enum PTWordSearchableImageSetting
{
e_ptword_ocr_image_text = 0, /* Deprecated. OCR will be performed. */
e_ptword_ocr_image, /* Deprecated. OCR will not be performed. */
e_ptword_ocr_text, /* Indicates that OCR will be performed and the recognized text replaces the image pixels underneath (default). */
e_ptword_ocr_off /* Indicates that OCR will not be performed. */
}
Undocumented
-
Undocumented
Declaration
Objective-C
e_ptword_ocr_image_text = 0
-
Undocumented
Declaration
Objective-C
e_ptword_ocr_image
-
Undocumented
Declaration
Objective-C
e_ptword_ocr_text
-
Undocumented
Declaration
Objective-C
e_ptword_ocr_off