it.sistematica.isharedoc.service.bcr
Class ContentAnalysisImpl
java.lang.Object
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
licPdfKit
com.aspose.pdf.License licPdfKit
licBcr
com.aspose.barcode.License licBcr
ContentAnalysisImpl
public ContentAnalysisImpl()
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 streamcodeType
- the code typeisGrayScaleImage
- 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)