jlsutherland / doc2text

Detect text blocks and OCR poorly scanned PDFs in bulk. Python module available via pip.
MIT License
1.27k stars 98 forks source link

Compile opencv in /tmp #16

Closed rcatajar closed 8 years ago

rcatajar commented 8 years ago

It avoids having opencv and opencv_contrib in working directory after installation. /tmp dir is cleared at boot time, but maybe we also want to manually remove the folders after installation.

Also, FYI your installation script also work with Ubuntu 14.04

jlsutherland commented 8 years ago

This is a nice addition. Thank you @rcatajar :)