fix: run ocr alone without opencv

This commit is contained in:
debugtalk
2022-09-21 17:50:08 +08:00
parent 937b48236e
commit 976e715357
11 changed files with 42 additions and 24 deletions

View File

@@ -3,9 +3,9 @@
# release will be triggered on github actions, see .github/workflows/release.yml
# Usage:
# $ make bump version=v0.5.2
# $ make bump version=v4.3.0
# or
# $ bash cli/scripts/bump_version.sh v0.5.2
# $ bash scripts/bump_version.sh v4.3.0
set -e