This commit is contained in:
Stanislaw-Golebiewski 2019-11-25 14:59:47 +01:00
parent 4dd29275e0
commit c12d2fa8f6

1
Jenkinsfile vendored
View File

@ -11,6 +11,7 @@ pipeline {
steps {
echo 'Testing..'
sh 'sh scripts/check_tesseract.sh'
sh 'ls /usr/share/tesseract-ocr/4.00/tessdata/'
sh 'python api/main.py -i api/img/biedra.jpg'
}
}