paper_scanner_ios 0.1.3
paper_scanner_ios: ^0.1.3 copied to clipboard
iOS implementation of paper_scanner, using Vision for document detection and CoreImage for perspective crop and filters.
0.1.3 #
- Update
paper_scanner_platform_interfacedependency. - Update repository visibility to public.
0.1.2 #
- Add Swift Package Manager (SPM) support —
Package.swift+ Sources layout.
0.1.1 #
- Retargets the federated implementation to
paper_document_scanner.
0.1.0 #
- Initial release.
- Vision-backed
detectInImage/detectInFrame(VNDetectDocumentSegmentationRequestwithVNDetectRectanglesRequestfallback). - CoreImage
cropPerspective(CIPerspectiveCorrection) andapplyFilter(enhance / grayscale / black-and-white). platform :ios, '13.0'; segmentation runtime-gated to iOS 15+.