TesseractGetLangFileUrl Method |
http://www.emgu.com
Get the url to download the tessdata file for the specific language
Namespace:
Emgu.CV.OCR
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic static string GetLangFileUrl(
string lang
)
Public Shared Function GetLangFileUrl (
lang As String
) As String
public:
static String^ GetLangFileUrl(
String^ lang
)
static member GetLangFileUrl :
lang : string -> string
Parameters
- lang
- Type: SystemString
The 3 letter language identifier
Return Value
Type:
Stringthe url to download the tessdata file for the specific language
See Also