Migration Notes for Document Imaging SDK Version 2.x Users

You cannot continue using the class com.pixelnetica.imagesdk with the new SDK version.

For reference, see how it is implemented in the DSSDK Sample application. The table below helps you find the replacements.

DSSDK Version 2.x DSSDK Version 3
MetaImage ScanPicture
ImageProcessing.detectDocumentCorners ScanPicture.detectCutout
Corners
DocumentCutout
ScanCutout
ImageProcessing.correctDocument
ImageProcessing.imageWithoutRotation
ImageProcessing.imageBWBinarization
ImageProcessing.imageGrayBinarization
imageColorBinarization
ScanPicture.refine()
with a list of
RefineFeature.*
ImageWriter(type) One of the image writers:
ImageWriterPdf
ImageWriterTiff
ImageWriterPng
Top