'Declaration
Public Function AddCustomDictionary( _ ByVal CustomDictionary As String _ ) As GdPictureStatus
public GdPictureStatus AddCustomDictionary( string CustomDictionary )
public function AddCustomDictionary( CustomDictionary: String ): GdPictureStatus;
public function AddCustomDictionary( CustomDictionary : String ) : GdPictureStatus;
public: GdPictureStatus AddCustomDictionary( string* CustomDictionary )
public: GdPictureStatus AddCustomDictionary( String^ CustomDictionary )
Parameters
- CustomDictionary
- The name of the custom language dictionary file located in the defined resource folder. For example, you can use "eng2" for the dictionary file named eng2.traineddata.
This language dictionary is then added in the current GdPictureOCR object for subsequent use together with the previously added languages.
Return Value
A member of the GdPictureStatus enumeration. If the method has been successfully followed, then the return value is GdPictureStatus.OK.
We strongly recommend always checking this status first.