I'm developing Android app using Xamarin so my tesseract is a NuGet package (Xamarin.Tesseract by Artur Shamsutdinov v 0.2.10 - note its not the latest version, because the latest didnt work for me at all)
usually tesseract has .dawg files that are intended to work as dictionaries for tesseract and you can add words and stuff to help tesseract recognize.
My question is where should those dawg files be on the xamarin version of tesseract, like the .traineddata files are in assets->tessdata folder. Any idea?