it.sistematica.isharedoc.service.bcr
Interface ContentAnalysis

All Known Implementing Classes:
ContentAnalysisImpl

public interface ContentAnalysis

The Interface ContentAnalysis.


Field Summary
static long Code39Extended
          The Constant Code39Extended.
static long Interleaved2of5
          The Constant Interleaved2of5.
 
Method Summary
 java.util.Map<java.lang.Integer,java.util.List<BarcodeEntry>> readBarcodesFromPdf(java.io.InputStream inputStream, long codeType, boolean isGrayScaleImage)
          Read barcodes from pdf.
 

Field Detail

Code39Extended

static final long Code39Extended
The Constant Code39Extended.

See Also:
Constant Field Values

Interleaved2of5

static final long Interleaved2of5
The Constant Interleaved2of5.

See Also:
Constant Field Values
Method Detail

readBarcodesFromPdf

java.util.Map<java.lang.Integer,java.util.List<BarcodeEntry>> readBarcodesFromPdf(java.io.InputStream inputStream,
                                                                                  long codeType,
                                                                                  boolean isGrayScaleImage)
Read barcodes from pdf.

Parameters:
inputStream - the input stream
codeType - the code type
isGrayScaleImage - the is gray scale image
Returns:
the map