diff --git a/Jenkinsfile b/Jenkinsfile index f195cc4..1a6f129 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' } }