card.io-iOS-source
card.io-iOS-source copied to clipboard
The open-source code for the card.io-iOS-SDK: provides fast, easy credit card scanning in mobile apps
Edge detection struggles on non-credit cards objects when preset resolution is higher than 640x480
I am attempting to repurpose card.io to be able to perform some basic edge and corner detection on paper documents. By setting `detectionMode` to `CardIODetectionModeCardImageOnly`, I'm able to successfully capture...
[Issue moved here from [card.io-iOS-SDK](https://github.com/card-io/card.io-iOS-SDK/issues/106)] [Issue actually created by @biksappdev] Hi @dgoldman-ebay , I have been trying to get this going with little luck. So I tried calling the autoFocusOnce...
I'm trying to integrate the source code but when I compile I will get a bunch of errors that includes : `/env/card.io-iOS-source/dmz/Eigen/src/Core/Block.h:50:21: error: 'XprType' does not refer to a value...
There is access to a rectified card image; usually 428x270. Might there be a way to get a high resolution of the card image? (not limited to 428x270) It would...
@dgoldman-ebay @josharian Regarding issue #50, I was wondering if the Python library and scripts needed to generate/modify models were ever going to documented and released in the future. Given that...
See most recent Readme for description: https://github.com/CTBConsulting/Card.io-for-Capital-One-vertical-Cards/blob/dev/README.md
Creating fresh PR from https://github.com/card-io/card.io-iOS-source/pull/65.
Hello Team , I am Compiling icc Project using Xcode , Using Scheme CARDIO static library , Project compiles Successfully , but I can not find build folder under project...
I'd like to start some discussion around Xamarin support for Card.IO (iOS and Android). Moving it to this new issue as per https://github.com/card-io/card.io-iOS-SDK/issues/205 We (Xamarin) already have a set of...
I need to scan an ATM card that has a different pattern. I've made some quick changes to the source code, and replaced the Visa pattern found in n_vseg.cpp. Luckily,...