ImageDatabase/ocr.sh
2013-06-02 19:19:30 -05:00

4 lines
99 B
Bash
Executable File

#!/bin/bash
g++ -I/usr/local/include `pkg-config --cflags --libs opencv tesseract` ocr.cpp -o ocr