Uses of Class
com.logicaldoc.barcode.Barcode
-
Packages that use Barcode Package Description com.logicaldoc.barcode -
-
Uses of Barcode in com.logicaldoc.barcode
Methods in com.logicaldoc.barcode that return Barcode Modifier and Type Method Description Barcode
BarcodeManager. extract(com.logicaldoc.core.document.Document doc, BarcodeSpec zone)
Extracts the barcode from the given documentBarcode
BarcodeManager. extractPDFZoneBarcode(File pdfScan, BarcodeSpec zone, String tenant, boolean updateSample)
Extracts the barcode from a given zone of the scanBarcode
BarcodeManager. extractZoneBarcode(File scan, BarcodeSpec zone, String tenant, boolean updateSample)
Extracts the barcode from a given zone of the scanMethods in com.logicaldoc.barcode that return types with arguments of type Barcode Modifier and Type Method Description List<Barcode>
BarcodeManager. extract(com.logicaldoc.core.document.Document doc, Collection<String> possibleFormats)
Extracts the barcodes from the given documentList<Barcode>
BarcodeManager. extract(File file, String tenant, Collection<String> possibleFormats)
List<Barcode>
BarcodeManager. extractBarcodes(File imageFile, String tenant)
List<Barcode>
BarcodeManager. extractPDFBarcodes(File pdffile, String tenant)
-