Starting with OpenCV and Tesseract OCR on visual studio 2017 [Challenge 1]

Starting with OpenCV and Tesseract OCR on visual studio 2017 [Challenge 1]

challenges, Computer Vision, learning, projects
I have recently started working on a Freelance project where I need to use text scene recognition based on OpenCV and Tesseract as libraries. I was so motivated to hit the Wolrd of computer vision combined with machine learning and experience developing applications in the field, so I welcomed challenges that come with! Here I'll be talking about the first challenge and how I tackled it. found myself with multiple new things to prepare in order to start coding, without mentioning that it's been a long time before when I last coded with C++ (back to my university time)! At first, I was asked to use OpenCV 3.0 and Tesseract 3.02 in order to run the project's part which is already available. So I installed OpenCV 3.0 and Tesseract 3.02…
Read More