public OcrComponent(string path, PlatformSupport platformSupport = null) { this.platformSupport = platformSupport; Path = System.IO.Path.Combine(BasePath, path); }