Uses of Class
com.logicaldoc.zonalocr.Zone
-
Packages that use Zone Package Description com.logicaldoc.zonalocr -
-
Uses of Zone in com.logicaldoc.zonalocr
Methods in com.logicaldoc.zonalocr that return types with arguments of type Zone Modifier and Type Method Description Map<String,Zone>
OCRTemplate. getZones()
Methods in com.logicaldoc.zonalocr with parameters of type Zone Modifier and Type Method Description static BufferedImage
Util. cropImage(BufferedImage originalImage, Zone zone)
Crops an area from given imagestatic void
Util. cropImageToFile(String content, Zone zone, File file)
Crops an area and stores it in a given .jpg fileString
ZonalOCR. extractZoneText(File scan, Zone zone, Locale locale, String tenant, boolean updateSample)
Uses the OCR to extract the text from the given zonestatic void
Util. updateZoneSample(String sampleContent, Zone zone)
Method parameters in com.logicaldoc.zonalocr with type arguments of type Zone Modifier and Type Method Description void
OCRTemplate. setZones(Map<String,Zone> zones)
-