android-vision
android-vision copied to clipboard
Changes needed in the OcrGraphic class
trafficstars
In this class there is a contain() method which return rect.contans(x, y); it should be rect.contains(x, y);
Simple spelling mistake . Thank you.