|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
static final long Code39Extended
static final long Interleaved2of5
Method Detail |
---|
java.util.Map<java.lang.Integer,java.util.List<BarcodeEntry>> readBarcodesFromPdf(java.io.InputStream inputStream, long codeType, boolean isGrayScaleImage)
inputStream
- the input streamcodeType
- the code typeisGrayScaleImage
- the is gray scale image
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |