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