Aryan-Chharia / Computer-Vision-Projects

Check out my Computer Vision Repository for projects showcasing advanced image processing techniques like object detection, image stitching, and segmentation using Python and OpenCV. Whether you're a researcher, developer, or enthusiast, you'll find comprehensive insights and practical implementations to advance your computer vision skills.
GNU General Public License v3.0
45 stars 97 forks source link

Real Time Text Extraction #271

Open ramana2074 opened 1 week ago

ramana2074 commented 1 week ago

real-time captured image using a web cam or any other camera and extract the text from that image by removing noise from it. I use OpenCV for capturing the real-time image and pytesseract for text extraction from the captured image.

github-actions[bot] commented 1 week ago

Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊

You can also check our CONTRIBUTING.md for guidelines on contributing to this project.

Pratik9113 commented 1 day ago

Can u assign this to me

  1. Text cleaning Remove unwanted words :- tokenization, stemming, stopwords and Vectorization.
  2. Then Open CV for capturing real-time image
  3. Necessary libraries for extracting text
  4. You can even use Microsoft azure services which is more efficient in terms of extracting text .