henrivain / TesseractOcrMaui

Tesseract wrapper for Windows, Android and iOS for .NET MAUI
Apache License 2.0
37 stars 4 forks source link

Prepare for 1.0.7 #13

Closed henrivain closed 1 year ago

henrivain commented 1 year ago

Task RecognizeTextAsync(byte[] imageBytes); Task RecognizeTextAsync(Pix image);



Fix tessdata files loading every time even if ready

Improve documentation