04-14-2014 10:49 AM
find . -maxdepth 1 -name "*.tif" -print0 | while IFS= read -r -d '' n; do
tesseract "$n" "$n" -l eng hocr;
hocr2pdf -i "$n" -n -o "$n.pdf" < "$n.html";
done
04-17-2014 01:58 PM
04-21-2014 03:36 AM
04-21-2014 06:12 AM
07-31-2016 02:10 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.