Uses of Class
com.logicaldoc.ocr.Barcode
-
Packages that use Barcode Package Description com.logicaldoc.barcode com.logicaldoc.ocr -
-
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 static List<Barcode>
BarcodeUtil. extract(com.logicaldoc.core.document.Document doc, String tenant, Collection<String> possibleFormats)
static List<Barcode>
BarcodeUtil. extract(File file, String tenant, Collection<String> possibleFormats)
-
Uses of Barcode in com.logicaldoc.ocr
Methods in com.logicaldoc.ocr that return types with arguments of type Barcode Modifier and Type Method Description List<Barcode>
OCR. extractBarcodes(BufferedImage image, String tenant, Collection<String> possibleFormats)
Recognizes all the barcodes inside the given image.List<Barcode>
OCR. extractBarcodes(File imageFile, String tenant)
List<Barcode>
OCR. extractBarcodes(File imageFile, String tenant, Collection<String> possibleFormats)
Recognizes all the barcodes in the given image file.List<Barcode>
OCR. extractPDFBarcodes(File pdffile, String tenant)
List<Barcode>
OCR. extractPDFBarcodes(File pdffile, String tenant, Collection<String> possibleFormats)
Recognizes all the barcodes in the given PDF file
-