Remove duplicate test folder

This commit is contained in:
Jim Barlow
2015-07-25 01:00:40 -07:00
parent 0c5c208db0
commit 77bd35c3c7
3 changed files with 0 additions and 19 deletions
-15
View File
@@ -1,15 +0,0 @@
#!/bin/sh
#
# Perform OCR several times in order to find how quicly the quality decreases
cpt=1
while [ $cpt -le 10 ] ; do
echo "------- Itteration $cpt ---------"
! ../../OCRmyPDF.sh -vv -l deu -k ../../tmp/ocred-$(($cpt-1)).pdf ../../tmp/ocred-$cpt.pdf && exit 1
cpt=$(($cpt+1))
done
-4
View File
@@ -1,4 +0,0 @@
Note
====
The file(s) located in this folder are aimed at testing the OCRmyPDF script