SmartZone v8.0 - Updated
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / SmartZoneOCR Class / OCRDataPath Property




In This Topic
    OCRDataPath Property
    In This Topic
    Gets and sets the path to SmartZone OCR resource directory.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(True)>
    Public Property OCRDataPath As String
    'Usage
     
    
    Dim instance As SmartZoneOCR
    Dim value As String
     
    instance.OCRDataPath = value
     
    value = instance.OCRDataPath
    [Browsable(true)]
    public string OCRDataPath {get; set;}
    [Browsable(true)]
    public: __property string* get_OCRDataPath();
    public: __property void set_OCRDataPath( 
       string* value
    );
    [Browsable(true)]
    public:
    property String^ OCRDataPath {
       String^ get();
       void set (    String^ value);
    }
    Exceptions
    ExceptionDescription
     
    Remarks

    SmartZone OCR data files are now packaged in folder assets rather than embedded within its assembly. By default, this folder is expected in the same directory as the assembly. However, this folder can be deployed elsewhere and located at runtime using this property.

    IMPORTANT: The path to the SmartZone OCR resource directory may only use ANSI characters.

    See Also