Ted Han
Ted Han
``` tesseract --list-langs 2>&1 | ruby -r 'tesseract' -e 'puts "ok?, code, api"; STDIN.read.split("\n").map{ |code| res = Tesseract::API.to_language_code(code); puts "#{code == res}, #{code}, #{res}" }' ok?, code, api true, List...
Hey meh, Just looking for some quick advice. I've managed to get ruby-tesseract-ocr working with page_segmentation_mode 1 on ubuntu (12.04) and the OSD trained data. I'm having trouble doing the...
I was trying to answer questions for my inlaws regarding largest cities and such in the various states on our trip from Ohio down to Alabama, and realized that Wikipedia...
Hey everybody, I've been spending some time over the past week trying to use `mbox-to-sqlite` to import my 57gb mbox from GMail. After a bunch of tinkering I've created an...