Good day.
I would like to use tesseract without using a CDN on a HTML web page that runs on a Apache HTTP Server. So my app would host all the tesseract files locally. If this is possible would you point me in the correct direction to achieve this goal.
The main reason for doing this is so that I can use my own traineddata language. I'm getting it wrong, with the CDN, and I tried a ton of variations to get it right. I even post a request but wasn't able to solve my problem. Here is the request:
So how do I use tesseract without a CDN?
Thanks