GetOCRSupportedLanguages

Returns the list of installed language packs for the OCR. This is not the list of selected languages used by the OCR. To retrieve the selected languages, use the GetOCRLanguages function. Unlike the GetOCRLanguages function, the GetOCRSupportedLanguages function returns a string of language codes separated by ‘,’ characters. (E.g.: “eng,deu,fra,jpn”). See the following page for the list of possible language codes.

GetOCRSupportedLanguages(pDevMode As Long) As String

 

Input value    - handle to the BlackIceDEVMODE structure

Return value - list of language codes

 

NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.