Document Scanning SDK for Apple iOS  2.5.2
Pixelnetica Document Scanning SDK for iOS Change Log

Version 2.5.2

  • Added compatibility with iOS 15 and Xcode 13.
  • Fixed Camera UI on iOS 15.
  • Minor bug fixes and demo improvements.

Version 2.5.1

  • Added compatibility with Xcode 12 and above.
  • Minor bug fixes and demo improvements.

Version 2.4.1

  • Fixed: Pure black or white images processing.

Version 2.4

  • Added compatibility with Apple iOS 13.

Version 2.3.4

  • Added additional license key initialization method - from license.txt file.
  • Application Bundle ID changed to conform Apple App Store requirements.
  • Demo application published at App Store as EasyScan: PDF Doc Scanner
  • Demo application source code available on GitHub.
  • Added license debug info.
  • Demo application UI updates.

Version 2.3.3

  • Added build-phase script to safely and conveniently strip unnecessary architecture slices from framework.
  • Demo application UI compatibility with iPhoneX series improved.
  • Minor demo application UI updates and fixes.

Version 2.3.2

  • Added demo application camera compatibility with iPhoneX series models.
  • Fixed problem with invalid document corners error in case of "stretched parallelogram" document borders shape.
  • Fixed several memory leaks issues.
  • Changed PxMetaImage::image property from retain to assign
  • Changed method names from createXXX to newXXX for the ARC compatibilty. Specifically, this change affected the following methods:
  • Minor bug fixes and performance improvements.

Version 2.3.1

  • Added compatibility with Apple iOS 12.

Version 2.3

  • DSSDK now available as an Embedded Framework.
  • Changed PxDocCutout class.
  • Added PxAutoShotDetector class - a more convenient helper to detect when document corners are stable and it is safe to make a camera shot.

Version 2.2

  • New license protection and key format now supporting subscription based licensing.
  • Minor bug fixing and improvements in demo application and documentation.

Version 2.1

  • Added Effective Document area (the area document occupies in the viewfinder) and Trapezoid Distortion control into demo application camera.
  • Minor bug fixing and improvements in demo application.
  • Minor Documentation update.

Version 2.0

  • Added new protocol PxImageWriter (and related enum) for document writing in various formants.
  • Added GLImageSDK::detectDocumentCorners2:correctDocument:corners , with more precise document corner detection algorithm.
  • GLImageSDK::correctDocument:corners now can corrects user changed document corners.
  • Added class DocumentCutout for document corners check and correction.
  • Added class-factory PxImageWriterFactory.
  • Added new protocol PxMetaImage (and related enum), representing Image and related EXIF metadata
  • Added class-factory PxMetaImageFactory.
  • Added class PxException for developer mistakes indication (e.g. wrong enum value or unsupported method call, etc.).
  • Added VertexDrawingFilter.
  • Documentation update
    • New documentation format - now in convenient html.
    • Content update.
  • Demo Application update:
    • Resulted document could be written as: PDF, PNG, TIFF (G4 compressed) and Jpg files.
    • Simulate multi-page output (writes same page three time in row) to demonstrate how to create multi-page documents.
    • Resulted document now could be shared through standard iOS dialogue.

Version 1.3.1

  • Fixed bug with torch in demo application.

Version 1.3

  • Demo application Smart Camera and AutoShot support.
  • Demo application camera UI update.
  • Demo application image rotation support.
  • SDK lib now supports multiple bundle ids.

Version 1.2.3

Fixed bug in imageWithoutRotation method.

Version 1.2.2

Increased compatibility with iOS 8x versions.

Version 1.2

  • *Added Bitcode support.
  • Library became universal and includes support (slices) for devices as well as simulator in single file.
  • Live document border detection support added.
  • Demo application updated:
    • Added ability to scan documents from camera.
    • Smart Camera with live document border detection in viewfinder.
    • Added “Settings” section with ability to change color processing profile as well SmartCrop feature switching.