PdfFocusCOCROptionsMode Property |
Set the OCR mode: Disable (default), All images, Automatic.
Namespace: SautinSoftAssembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2024.9.26
Syntax public PdfFocusCOCROptionseOCRMode Mode { get; set; }
Public Property Mode As PdfFocusCOCROptionseOCRMode
Get
Set
Property Value
PdfFocusCOCROptionseOCRModeRemarks
Disabled - don't make OCR (optical recognizing) for images at all. The images will be placed into resulting document as is.
AllImages - Perform the OCR (optical recognizing) for every image. Note, the component will consider the every image as textual data scanned or photographed and try to recognize it.
In any case (successfully or failing) recognizing (OCR) the all images will NOT be placed in the resulting document.
AllImages - Perform the OCR (optical recognizing) for images that looks as scanned or photographed text. Such images (after performing OCR) will be placed in the resulting document as text. Other images will be placed in the resulting document as images.
See Also