Uses of Class
com.logicaldoc.barcode.Barcode
Packages that use Barcode
- 
Uses of Barcode in com.logicaldoc.barcodeMethods in com.logicaldoc.barcode that return BarcodeModifier 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 scanMethods in com.logicaldoc.barcode that return types with arguments of type BarcodeModifier 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