ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCRPreprocessingSettings Class / ResEnhancementMode Property




In This Topic
    ResEnhancementMode Property
    In This Topic
    Gets or sets whether resolution enhancement occurs when reducing image to bitonal.
    Syntax
    'Declaration
     
    Public Property ResEnhancementMode As ImGearOCRResEnhancementMode
    'Usage
     
    Dim instance As ImGearOCRPreprocessingSettings
    Dim value As ImGearOCRResEnhancementMode
     
    instance.ResEnhancementMode = value
     
    value = instance.ResEnhancementMode
    public ImGearOCRResEnhancementMode ResEnhancementMode {get; set;}
    public: __property ImGearOCRResEnhancementMode get_ResEnhancementMode();
    public: __property void set_ResEnhancementMode( 
       ImGearOCRResEnhancementMode value
    );
    public:
    property ImGearOCRResEnhancementMode ResEnhancementMode {
       ImGearOCRResEnhancementMode get();
       void set (    ImGearOCRResEnhancementMode value);
    }

    Property Value

    ImGearOCRResEnhancementMode enumeration value.
    Remarks
    This property specifies the image resolution enhancement mode. This setting is applied only to non-bitonal images stored in the recognition engine's memory space. The value specifies whether the image resolution enhancement is to be activated during the secondary image conversion, i.e. during image pre-processing, auto-zoning or recognition. The resolution enhancement algorithm results in a bitonal image whose resolution is doubled - compared to the original image.

    This setting might influence the accuracy of the recognition.

    See Also