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

@@ -16,7 +16,7 @@ bump: ## bump hrp version, e.g. make bump version=4.0.0
.PHONY: build
build: ## build hrp cli tool
@echo "[info] build hrp cli tool"
@. scripts/build.sh
@. scripts/build.sh $(tags)
.PHONY: install-hooks
install-hooks: ## install git hooks