Skip to content

samirillion/vidtotext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vidtotext

paused videos get OCR'd into text

First Steps

  • Get Image of Paused Video
    • Pull html
    • Find relevant video element (with jQuery?)
    • If is paused, turn element into image
    • An alternative to scraping the html for the video element would be to accept some sort of user input like a user-defined area (a click-and-drag square).
  • Apply OCR to image
    • Tesseract.js is a possibility
    • Though tenserflow would be more versatile and, of course, more fun/cooler
  • Output text from image

(icon isn't here to stay)

About

paused videos get OCR'd into text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published