OpenCV and Tesseract #22
pentakotamadhusudhan
announced in
Tech-Stack
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The release of OpenCV and Tesseract at Vivify Healthcare is part of the company's research and development efforts to find the best technology stack that is both sustainable and affordable.
OpenCV (Open Source Computer Vision) and tesseract are two separate Python libraries commonly used for image processing and optical character recognition (OCR), respectively. OpenCV provides tools for image manipulation, including reading, writing, and processing images, while tesseract is a wrapper for the Tesseract OCR engine, which allows text to be extracted from images.
Repository:https://github.com/vivifyhealthcare/Open-CV
Purpose of using OCR
To convert data from Non-readable text to Readable text using Python, we are using the OpenCV, tesseract, library to to convert Image to a simple text file using OCR . Moreover Pillow, Scikit-Image, Pgmagick can be also used as an library for the OCR Conversion.
Beta Was this translation helpful? Give feedback.
All reactions