Beispiel #1
0
 public static bool IsRemote(OcrEngineType type)
 {
     return(IsRemote(OcrEngine.GetType(type)));
 }
Beispiel #2
0
 public static void SetRemote(OcrEngineType type)
 {
     remoteTypes[OcrEngine.GetType(type)] = type;
 }