Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 360 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 360 Bytes

Text-Extraction-From-Video

  • Video Used :- https://www.youtube.com/watch?v=ASiKKbX9qG0&t=45s

  • step 1 : Extracted frames from the video using opencv

  • step 2 : Used pytesseract to extract text from images

  • step 3 : Processed text to obtained text and saved the output to json file

  • run pip install -r requirements.txt to install required packages