refactor: OCRService.GetTexts remove options

This commit is contained in:
lilong.129
2023-04-26 21:46:24 +08:00
parent 3ec27b9afc
commit fcab5ece58
2 changed files with 16 additions and 16 deletions

View File

@@ -268,7 +268,7 @@ func (dExt *DriverExt) DoAction(action MobileAction) error {
var point PointF
findTexts := func(d *DriverExt) error {
var err error
ocrTexts, err := d.GetScreenTextsByOCR(scopeOption)
ocrTexts, err := d.GetScreenTextsByOCR()
if err != nil {
return err
}