Click or drag to resize

PdfFocusCOCROptionsMode Property

Set the OCR mode: Disable (default), All images, Automatic.

Namespace: SautinSoft
Assembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2024.3.28
Syntax
public PdfFocusCOCROptionseOCRMode Mode { get; set; }

Property Value

PdfFocusCOCROptionseOCRMode
Remarks
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