You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a web-based application for detecting and recognizing text from images. It allows users to upload an image, with the help of the openCV algorithm it applies perspective transformation to isolate the text. The text is then processed and recognized using OpenCV and Tesseract.js OCR technology.
the "eng.traineddata" file is actually the turkish i can not add tur.traineddata so i make it like this
you can check the uploaded faces with 0.0.0.0:8001/getImages
press r for reset page
About
This project is a web-based application for detecting and recognizing text from images. It allows users to upload an image, with the help of the openCV algorithm it applies perspective transformation to isolate the text. The text is then processed and recognized using OpenCV and Tesseract.js OCR technology.