1. Swift
  2. Release Notes

Swift

Release Notes

v1.8.0 - May 01, 2025

📝 Summary

This release now has new Tensor Framework and latest models. Also it provides bounding boxes for detected codes and document.

New Features

- Latest Models
- Improvements
- Bounding boxes for detected codes and document
- Latest Tensor Framework

v1.7.9 - Apr 21, 2025

📝 Summary

This release now has improved integration with its dependencies. It now has significantly less size compared to our previous versions. Detected barcodes now contain their symbology as well

New Features

  • Removed TensorFlow framework.
  • Improvements
  • Barcode symbologies added for detected barcodes.

v1.7.7 - Mar 13, 2025

📝 Summary

This release contains a critical fix for a crash that happens when on-device extraction is performed on an image with no readable text.

New Features

  • VisionSDK now handles images with no readable text available.
  • VisionSDK also automatically extracts barcodes from provided image when no barcodes are provided externally when performing extraction

v1.7.4 - Mar 11, 2025

📝 Summary

This release introduces an automated logging system in VisionSDK, allowing users to access internal operation logs for better debugging and analysis.

New Features

  • Automated Logging System: VisionSDK now automatically records logs for its internal operations. Logs are retained for one week before being automatically deleted.

⚙️ Improvements

  • Log Accessibility: Users can now retrieve logs using the following method:
  • OnDeviceOCRManager.shared.getVSDKLogs()
  • Logs are stored for seven days before being automatically cleared.
  • Ensure to retrieve logs within this period if needed for debugging or analysis.

v1.6.6 - Feb 28, 2025

📝 Summary

This release introduces a change in the threading mechanism of VisionSDK internal operations. VisionSDK now employs GCD instead of Swift Concurrency framework. Purpose was to precisely manage thread safety for internal operations.

⚙️ Improvements

VisionSDK now uses GCD for thready handling.