Uses of Class
com.mindee.v2.product.crop.CropItem
-
Packages that use CropItem Package Description com.mindee.v2.fileoperations com.mindee.v2.product.crop -
-
Uses of CropItem in com.mindee.v2.fileoperations
Methods in com.mindee.v2.fileoperations with parameters of type CropItem Modifier and Type Method Description ExtractedImageCrop. extractSingle(CropItem cropItem)Method parameters in com.mindee.v2.fileoperations with type arguments of type CropItem Modifier and Type Method Description ExtractedImagesCrop. extractMultiple(List<CropItem> cropItems) -
Uses of CropItem in com.mindee.v2.product.crop
Methods in com.mindee.v2.product.crop that return types with arguments of type CropItem Modifier and Type Method Description ArrayList<CropItem>CropResult. getCrops()List of objects and their cropping coordinates identified in the source document.Constructor parameters in com.mindee.v2.product.crop with type arguments of type CropItem Constructor Description CropResult(ArrayList<CropItem> crops)Creates a newCropResultinstance.
-