Barcode Xpress for Java v14.0 - Updated
com.accusoft.barcodexpress Package / BarcodeReader Class / analyze Method
a bitmap containing the image to be analyzed.
In This Topic
    analyze Method
    In This Topic
    Detects barcodes on the given bitmap image.
    Syntax
    public Result[] analyze( 
       java.awt.image.BufferedImage image
    )

    Parameters

    image
    a bitmap containing the image to be analyzed.

    Return Value

    array of Result objects representing recognized barcode results.
    Exceptions
    ExceptionDescription
    General base BarcodeXpress exception.
    See Also