User:Apowell1
From LING073
My name is Andrew Powell. I am a sophomore at Swarthmore College with intended majors in computer science and mathematics. A couple of languages I am considering include:
- Lingala
- Samoan
- Chamorro
Notes
Tesseract OCR
- sudo apt-get update
- sudo apt-get install tesseract-ocr
- gs -dNOPAUSE -q -r500 -sDEVICE=tiffg4 -dBATCH -sOutputFile=test.tif test.pdf
- tesseract test.tif out
- Basic installation: https://github.com/tesseract-ocr/tesseract/wiki
- Compiling binaries (huge pain): https://github.com/tesseract-ocr/tesseract/wiki/Compiling