-
iOS 13 finally adds a view controller in the SDK which does the same thing as WeScan,
it may be a good idea to add a note to recommend people use that instead of WeScan for iOS 13 and above.
Even…
-
It may be possible for us to make it easier to import the swift classes into a Objective-C project.
There is a `SWIFT_INSTALL_OBJC_HEADER` setting our framework target should have enabled, from tha…
-
From Objective -c I am calling we scan like this.
**ImageScannerController *imageScanner = [[ImageScannerController alloc] init ];
[self presentViewController:imageScanner animated:true completion…
-
I was thinking we could us Gitter or something to discuss development of WeScan and other things.
-
By making the scanning UIView public, we would give users the opportunity to implement their own flow if they don't want to use the one provided by WeScan.
-
I needed it in one of my project because I used your library as a drop in replacement for mine.
The idea here is to skip the page showing the cropped image and display a Done button directly on the…
-
The Dropbox apps comes with excellent document scanning capabilities. Its page/quad detection is very good -- better than `CIDetector` or `VNDetectRectanglesRequest`. It would great if WeScan can deve…
-
This issue is present on `EditScanViewController` and `ReviewViewController`, as seen below:
**iOS 13 light mode**:
**iOS 13 dark mode**:
Screenshots taken on iOS 13 GM, built with XCode …
-
Pick a photo from photo library to scan and check cancel button is missing.
-
"entry point (_main) undefined. for architecture arm64" When I added this folder to Objective c project.