Uses of Class
cn.com.anysdk.ocr.model.OcrResult.Box
Packages that use OcrResult.Box
-
Uses of OcrResult.Box in cn.com.anysdk.ocr.model
Methods in cn.com.anysdk.ocr.model that return OcrResult.BoxModifier and TypeMethodDescriptionOcrResult.OcrBlock.getBox()OcrResult.OcrLine.getBox()OcrResult.OcrWord.getBox()OcrResult.Box.setHeight(int height) OcrResult.Box.setWidth(int width) OcrResult.Box.setX(int x) OcrResult.Box.setY(int y) Methods in cn.com.anysdk.ocr.model with parameters of type OcrResult.BoxModifier and TypeMethodDescriptionOcrResult.OcrBlock.setBox(OcrResult.Box box) OcrResult.OcrLine.setBox(OcrResult.Box box) OcrResult.OcrWord.setBox(OcrResult.Box box)