imgrep
imgrep copied to clipboard
improve OCR algorithm
biggest bottleneck by far, should look into better algos/optimizations we can make. possible first step might be removing gosseract dependency
direct os.Exec calls to the tesseract binary might give us some better control. other options might be to fork gosseract and see if it can be improved.