Uses of Class
com.logicaldoc.barcode.Barcode
-
Uses of Barcode in com.logicaldoc.barcode
Modifier and TypeMethodDescriptionBarcodeManager.extract
(com.logicaldoc.core.document.Document doc, BarcodeSpec zone) Extracts the barcode from the given documentBarcodeManager.extractPDFZoneBarcode
(File pdfScan, BarcodeSpec zone, String tenant, boolean updateSample) Extracts the barcode from a given zone of the scanBarcodeManager.extractZoneBarcode
(File scan, BarcodeSpec zone, String tenant, boolean updateSample) Extracts the barcode from a given zone of the scanModifier and TypeMethodDescriptionBarcodeManager.extract
(com.logicaldoc.core.document.Document doc, Collection<String> possibleFormats) Extracts the barcodes from the given documentBarcodeManager.extract
(File file, Collection<String> possibleFormats) BarcodeManager.extractBarcodes
(File imageFile, Collection<String> possibleFormats) Recognizes all the barcodes in the given image file.BarcodeManager.extractPDFBarcodes
(File pdffile) BarcodeManager.extractPDFBarcodes
(File pdffile, Collection<String> possibleFormats) Recognizes all the barcodes in the given PDF file