In This Topic

ResourcesFolder Property (GdPictureTextExtraction)

In This Topic
Specifies the path to the directory containing the engine resources (mostly dictionaries).
Syntax
'Declaration

 

Public Property ResourcesFolder As String
public string ResourcesFolder {get; set;}
public read-write property ResourcesFolder: String; 
public function get,set ResourcesFolder : String
public: __property string* get_ResourcesFolder();

public: __property void set_ResourcesFolder( 

   string* value

);
public:

property String^ ResourcesFolder {

   String^ get();

   void set (    String^ value);

}

Property Value

The default value is an empty string.
Remarks
The proper path is usually within your standard installation and it looks like @\GdPicture.Net 14\redist\OCR. Of course you can specify your own path as well.
See Also