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 |
CornersDocumentCutout | ScanCutout |
ImageProcessing.correctDocumentImageProcessing.imageWithoutRotationImageProcessing.imageBWBinarizationImageProcessing.imageGrayBinarizationimageColorBinarization | ScanPicture.refine()with a list of RefineFeature.* |
ImageWriter(type) | One of the image writers:ImageWriterPdfImageWriterTiffImageWriterPng |