it.sistematica.isharedoc.service.bcr
Class ContentAnalysisImpl

java.lang.Object
  extended by it.sistematica.isharedoc.service.bcr.ContentAnalysisImpl
All Implemented Interfaces:
ContentAnalysis

public class ContentAnalysisImpl
extends java.lang.Object
implements ContentAnalysis


Field Summary
(package private)  com.aspose.barcode.License licBcr
           
(package private)  com.aspose.pdf.License licPdfKit
           
 
Fields inherited from interface it.sistematica.isharedoc.service.bcr.ContentAnalysis
Code39Extended, Interleaved2of5
 
Constructor Summary
ContentAnalysisImpl()
           
 
Method Summary
 java.lang.String getBcrScanStrength()
           
 java.lang.String getLicBcrFile()
           
 it.neverworks.jasper.ConfigurableFileResolver getLicenseResolver()
           
 java.lang.String getLicPdfKitFile()
           
 java.util.Map<java.lang.Integer,java.util.List<BarcodeEntry>> readBarcodesFromPdf(java.io.InputStream inputStream, long codeType, boolean isGrayScaleImage)
          Read barcodes from pdf.
 void setBcrScanStrength(java.lang.String sBcrScanStrength)
          Deprecated. 
 void setLicBcrFile(java.lang.String licBcrFile)
           
 void setLicenseResolver(it.neverworks.jasper.ConfigurableFileResolver licenseResolver)
           
 void setLicPdfKitFile(java.lang.String licPdfKitFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

licPdfKit

com.aspose.pdf.License licPdfKit

licBcr

com.aspose.barcode.License licBcr
Constructor Detail

ContentAnalysisImpl

public ContentAnalysisImpl()
Method Detail

readBarcodesFromPdf

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

Specified by:
readBarcodesFromPdf in interface ContentAnalysis
Parameters:
inputStream - the input stream
codeType - the code type
isGrayScaleImage - the is gray scale image
Returns:
the map

getLicPdfKitFile

public java.lang.String getLicPdfKitFile()

setLicPdfKitFile

public void setLicPdfKitFile(java.lang.String licPdfKitFile)

getLicBcrFile

public java.lang.String getLicBcrFile()

setLicBcrFile

public void setLicBcrFile(java.lang.String licBcrFile)

getBcrScanStrength

public java.lang.String getBcrScanStrength()

setBcrScanStrength

@Deprecated
public void setBcrScanStrength(java.lang.String sBcrScanStrength)
Deprecated. 


getLicenseResolver

public it.neverworks.jasper.ConfigurableFileResolver getLicenseResolver()

setLicenseResolver

public void setLicenseResolver(it.neverworks.jasper.ConfigurableFileResolver licenseResolver)