refactor: vedem ocr get texts

This commit is contained in:
debugtalk
2022-10-12 20:25:02 +08:00
parent 43b1c181e5
commit 6b2b662bb1
6 changed files with 28 additions and 59 deletions

View File

@@ -4,10 +4,10 @@
# Usage:
# $ make build
# $ make build tags=ocr
# $ make build tags=opencv
# or
# $ bash scripts/build.sh
# $ bash scripts/build.sh ocr
# $ bash scripts/build.sh opencv
set -e
set -x
@@ -16,7 +16,7 @@ set -x
mkdir -p "output"
bin_path="output/hrp"
# optional build tags: opencv ocr
# optional build tags: opencv
tags=$1
# build