fix: run ocr alone without opencv

This commit is contained in:
debugtalk
2022-09-21 18:11:26 +08:00
parent 937b48236e
commit 976e715357
11 changed files with 42 additions and 24 deletions
+4
View File
@@ -28,6 +28,10 @@ You can get more installation introduction on [hybridgroup/gocv].
OCR API is a paid service, you need to pre-purchase and configure the account key.
```bash
$ make build tags=ocr
```
## Thanks
This uixt module is initially forked from [electricbubble/gwda-ext-opencv] and made a lot of changes.