Hey. How do I develop a web app using tesseract-ocr? For example, I would 
create an online UI with a "pick a file" button and when the user picks an 
image, from computer storage, the ocr process starts. I'll do the UI myself 
with html5 & JS code but I need assistance with tesseract-ocr. Like which 
files to upload and what to include in the script and then how to call the 
recognize method.

To give you an example of what I mean I'll demonstrate with a different 
tesseact project. The one from project naptha 
<http://tesseract.projectnaptha.com>: I made a web app using this tutorial 
<https://ourcodeworld.com/articles/read/580/how-to-convert-images-to-text-with-pure-javascript-using-tesseract-js>
 and 
I got to perform ocr on images. Everything works as expected. Now I want to 
do more or less the same thing with tesseract-ocr, the one from Google. I 
downloaded the tesseract-master.zip file, upload it to my web server and 
unzipped it. Since tesseract-ocr doesn't have a UI I don't know what to do 
next. There must be some file, script, I should include in my main script 
in order to call tesseract.recognize.

Even if my question doesn't make full sense I'm sure you have an idea of 
what I want to achieve. 

Thanks for any advice

-- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/20d26401-4011-47a5-a3c2-b67bb33fa393%40googlegroups.com.

Reply via email to