beremiz
Clone
Summary
Browse
Changes
Graph
tests: add tesseract training data "tessdata", still trying to enhance OCR reliability in UI tests
wxPython4
2022-12-15, Edouard Tisserant
ea30051326e9
file is
Executable
tests: add tesseract training data "tessdata", still trying to enhance OCR reliability in UI tests
#!/bin/bash
set -e
CONTAINER=beremiz_sikuli_current
docker stop $CONTAINER
docker start $CONTAINER
docker exec $CONTAINER bash -c "do_tests $1"
docker stop $CONTAINER