コード例 #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;
 }