Does iOS 11 have a Document Scanning SDK or is the Vision SDK the recommended way of doing this?

I'm trying to implement a feature similar to what iOS 11 has in Notes. I'm wondering if iOS 11 has a way to do this or if I have to implement it myself. Thanks.

Replies

Same thought

I m thinking if iOS 11 Vision Framework could help. Anyone tried?
https://developer.apple.com/documentation/vision/vndetectrectanglesrequest

Have you found any more info on whether IOS 11 will allow for document scanning?

I just saw the Notes feature, thought the same thing, searched and found this thread. 🙂


Searched on "VNTrackRectangleRequest" and found an excellent article and source on Github from Jeffrey Bergier -> "Getting Started with Vision". Yay! (Thanks, Jeff!)

Same question, have you guys found already something?