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
+4 -4
View File
@@ -26,11 +26,11 @@ You can get more installation introduction on [hybridgroup/gocv].
### OCR
OCR API is a paid service, you need to pre-purchase and configure the account key.
OCR API is a paid service, you need to pre-purchase and configure the environment variables.
```bash
$ make build tags=ocr
```
- VEDEM_OCR_URL
- VEDEM_OCR_AK
- VEDEM_OCR_SK
## Thanks