TarunChakitha / OCR

https://github.com/SaiTarunUppari/OCR.wiki.git
15 stars 6 forks source link

How to run this project? #1

Open Ria700 opened 1 year ago

Ria700 commented 1 year ago

https://github.com/TarunChakitha/OCR/blob/d0cc2ff0a308d6592614e5ece4a02f032a62066f/OCR.py#L236

The video you are passing, please share that or the Installation guide.

Ria700 commented 1 year ago

Does the project even have some indentation issues?

TarunChakitha commented 1 year ago

https://github.com/TarunChakitha/OCR/blob/d0cc2ff0a308d6592614e5ece4a02f032a62066f/OCR.py#L236

The video you are passing, please share that or the Installation guide.

It is a url where the real time video from my mobile camera gets served by ip-webcam. This video is passed to cv2.VideoCapture() to obtain the frame. I hard-coded it for my ease. You can modify the code to satisfy your requirements if you are a bit familiar with python and opencv. Its been a long time since I left this so if you really want an installation guide and steps to run the project, let me know.