From 536275266b189b28a78ff37221e7f8c9a987efd8 Mon Sep 17 00:00:00 2001 From: Stanislaw-Golebiewski Date: Sun, 8 Dec 2019 23:10:57 +0100 Subject: [PATCH] Jenkinsfile tessdata --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) 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' } }