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
-5
View File
@@ -22,8 +22,3 @@ func (dExt *DriverExt) FindImageRectInUIKit(imagePath string) (x, y, width, heig
log.Fatal().Msg("opencv is not supported")
return
}
func (dExt *DriverExt) MappingToRectInUIKit(rect image.Rectangle) (x, y, width, height float64) {
log.Fatal().Msg("opencv is not supported")
return
}