Skip to content

whatupdave/arlenes-grocery-karaoke

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Songbook for Arlene's Grocery karaoke

Requirements

  • Tested with node 0.10.38
  • Tesseract libs (brew install tesseract on Mac OSX)
  • Imagemagick
  • npm install

Usage

curl http://www.arleneslivekaraoke.com/images/songlist-7-15.jpg > book.jpg
convert book.jpg -colorspace Gray -depth 1 ocr.jpg
node index.js ocr.jpg | grep -v '^$' > by-title.txt

# by artist
awk -F ' - ' '{ print $NF, "-", $0 }' by-title.txt | sort -n -k1 | awk -F ' - ' '{ print $1, "-", $2 }' > by-artist.txt

About

Arlene's grocery karaoke list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published