Jenkinsfile tessdata

This commit is contained in:
Stanislaw-Golebiewski 2019-12-08 23:10:57 +01:00
parent 2f6263725c
commit 536275266b
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -12,6 +12,7 @@ pipeline {
echo '> Test tesseract installation...'
sh 'sh scripts/check_tesseract.sh'
echo '> Test OCR api module...'
sh 'ls /usr/share/tesseract-ocr/4.00/tessdata'
sh 'python bk_api/ocr_module/main.py -i bk_api/ocr_module/img/biedra.jpg'
}
}