paper_scanner_android 0.1.2
paper_scanner_android: ^0.1.2 copied to clipboard
Android implementation of paper_scanner, using OpenCV for document detection, perspective crop and filters.
0.1.2 #
- Update
paper_scanner_platform_interfacedependency. - Update repository visibility to public.
0.1.1 #
- Retargets the federated implementation to
paper_document_scanner.
0.1.0 #
- Initial release.
- OpenCV-backed
detectInImage,detectInFrame,cropPerspective,applyFilter. - Bundles
org.opencv:opencv:4.10.0;minSdk 21. - EXIF-aware upright decoding so detection and crop share the same pixels.