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 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(BufferedImage image, String tenant, Collection<String> possibleFormats)
Recognizes all the barcodes inside the given image.List<Barcode>
BarcodeManager. extractBarcodes(File imageFile, String tenant)
List<Barcode>
BarcodeManager. extractBarcodes(File imageFile, String tenant, Collection<String> possibleFormats)
Recognizes all the barcodes in the given image file.List<Barcode>
BarcodeManager. extractPDFBarcodes(File pdffile, String tenant)
List<Barcode>
BarcodeManager. extractPDFBarcodes(File pdffile, String tenant, Collection<String> possibleFormats)
Recognizes all the barcodes in the given PDF file
-