Barcode Xpress for Java v14.0 - Updated January 7, 2025
com.accusoft.barcodexpress Package / BarcodeReader Class / analyze Method
a bitmap containing the image to be analyzed.
analyze Method
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