Hi,
I am trying to embed the tesseract training data into my application so that it does not require being placed separately from the application.
I managed to embed and convert eng.traineddata into a char array to pass into the Init function.
However, it turns out that I also need osd.traineddata embedded, which I have no issue with, but I am unsure on how I would pass an extra file into the Init function.
Any help would be greatly appreciated.
Thank you very much.