Open ramana2074 opened 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.
Can u assign this to me
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 andpytesseract
for text extraction from the captured image.