Chaimaa Taoui
Chaimaa Taoui
same thing here! And after that I get Tesseract.recognize(...).progress is not a function even though i've included all the libraries and files locally.
Same issue here! I am using a blob of an image and sending it to my nodejs server. This is the code server side: ``` app.post('/imgocr',(req,res)=> { console.dir(req.body); Tesseract.recognize(req.body,'eng',{ logger:m...
> Ok I also have the same problem, but the image I am using is in jpg format, can you help me fix this? Here is my code: `const express...
having the same issue, I resorted to loading static data from a json file. Any solutions?
hello, this may seem a bit dumb but how do you exactly pass the command for the process to execute it? if I run the script from an IDE it...
Any updates on this? and could you please update your docs, the android docs are a nightmare to be honest. I've been browsing your official site for hours but i...
> https://github.com/awslabs/aws-sdk-android-samples/tree/main/AmazonCognitoAuthDemo Link is not working. Any possible demos ?
Same thing happening here! Any trick to fix it?
Hi, I did what you suggested but the OVERRIDE annotation doesnt work with this function. I can override basically anything else but this.