Closed molinch closed 9 years ago
First all thanks for your amazing work... It's really impressive what you did. With latest version from Nuget SetWhitelist throws a NullReferenceException.
Code sample:
TesseractApi api = new TesseractApi(); api.SetWhitelist("ACDFMN123456789");
Don't worry I looked in the code and saw that Init() should be performed before calling other methods :)
In fact this is an issue. I should give more information about API actual state.
First all thanks for your amazing work... It's really impressive what you did. With latest version from Nuget SetWhitelist throws a NullReferenceException.
Code sample: