go.mod 230 字节
Newer Older
L
LKKlein 已提交
1
module github.com/LKKlein/PaddleOCR/deploy/paddleocr-go
L
LKKlein 已提交
2 3 4 5 6 7 8 9

go 1.14

require (
	github.com/LKKlein/gocv v0.28.0
	github.com/ctessum/go.clipper v0.0.0-20200522184404-9c744fa3e86c
	gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
)