Skip to content

rmmh/pokr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##pokr

OCR for the TwitchPlaysPokemon stream.

##Installation: ####Mac

  1. $ brew install ffmpeg
  2. $ brew tap homebrew/science
  3. $ brew install opencv --with-ffmpeg

####Debian/Ubuntu

  1. $ sudo apt-get install python-opencv

####Common

  1. pip install -r ./requirements.txt

##Usage ocr.py [--show] [-f FILENAME]: runs, displaying current status on stdout and dumping frames to frames.log

Pokr can also be used as a module:

import pokr

def printer(data):
    print data['text']

proc = pokr.StreamProcessor()
proc.add_handler(printer)
proc.run()

Handlers receive a dict with 'text' as a string of the recognized characters, and 'frame' as the current image from the stream.

About

OCR for the TwitchPlaysPokemon stream

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •