android-vision icon indicating copy to clipboard operation
android-vision copied to clipboard

The misprinting in the code

Open goelakansha006 opened this issue 5 years ago • 1 comments

In ocrgraphic.java class when you are changing the contains method,

There you are calling rect.contns(x,y) but it should be rect.contains..

goelakansha006 avatar Apr 07 '19 21:04 goelakansha006

Currently, it's:

rect.contans(x, y)

but it still should be

rect.contains(x, y)

bingli224 avatar Feb 16 '20 18:02 bingli224