ImageDatabase/ocr.sh

4 lines
99 B
Bash
Raw Normal View History

2013-06-02 16:33:42 -05:00
#!/bin/bash
g++ -I/usr/local/include `pkg-config --cflags --libs opencv tesseract` ocr.cpp -o ocr