示例#1
0
文件: RemoteOcr.cs 项目: radtek/Ocr
 public static bool IsRemote(OcrEngineType type)
 {
     return(IsRemote(OcrEngine.GetType(type)));
 }
示例#2
0
文件: RemoteOcr.cs 项目: radtek/Ocr
 public static void SetRemote(OcrEngineType type)
 {
     remoteTypes[OcrEngine.GetType(type)] = type;
 }