问题标签 [card.io]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
5 回答
4024 浏览

android - 如何从 Card.io Phonegap iOS 和 Android 中删除/隐藏 Paypal 徽标?

我已经成功地在 Android 和 iOS 中集成了 Phonegap 的 Card.io 插件。

我的客户不希望 Paypal 徽标显示在扫描屏幕的右上角。有没有办法隐藏它?

在此处输入图像描述

0 投票
2 回答
2864 浏览

android - Card.io Does not scan non - Raised Digit Credit Cards

I have a problem with scanning non-raised digit credit cards with card.io sdk. I haven't seen any explanation about this issue on the official site of card.io. Does this sdk work for only raised digit credit cards?

0 投票
3 回答
2447 浏览

android - 没有card.io的Android PayPal集成?

我使用PayPal Android SDK将 PayPal 支付集成到我的应用程序中,它运行良好。我想知道,我可以禁用“card.io”支持(用户扫描信用卡的地方)吗?并因此删除 4MB 的 .so “card.io” 库文件?我在 PayPal 官方网站和 Google 上都找不到任何相关信息。

在此处输入图像描述

0 投票
1 回答
308 浏览

ios - 从框架(iOS)将卡 IO 链接到项目

使用 iOS,我将作为框架设置的静态库链接到核心项目。我已将“-all_load -ObjC”添加到核心项目的链接器以修复视图控制器问题。

这产生了一个意想不到的后果,即 card.io 现在无法正确通过。我收到以下错误。

这是以前有人遇到过的吗?

谢谢,克里斯

0 投票
3 回答
2655 浏览

android - 删除/隐藏 card.io/paypal 徽标 android

我正在将 Card.io 集成到我的 android 应用程序中,并且我想删除 paypal 徽标。我搜索了stackoverflow并了解了EXTRA_USE_CARDIO_LOGO的用法。

将此设置为 true 或 false,将显示 Paypal 或 Card.io 徽标。我的客户要求根本不应该有徽标。有什么帮助吗?

0 投票
1 回答
329 浏览

ios - Automatic snap photo in Card.io SDK iOS

I am using Card.io which is used for detecting credits cards and fetching its data. In my application i use this SDK for detecting any card not only the credit card, and this SDK recognise them perfectly, i don't care about credit card info i'm just want to detect if there is a card in front of the camera. when there is a card in front the camera the card will be surrounded by a green box and the rest of the camera UI will be blurred. The SDK automatically fetch the the credit card info it was a valid credit card and take them out and returned by the delegate.

What i want is: can i make the camera takes a photo automatically whenever there is a card detected ( credit card or ID or any other type of card ) i mean when the green box is fully drawn.

i don't want the user to press ( snap photo ) button i just want to be captured automatic.

0 投票
1 回答
316 浏览

ios - CardIOPaymentViewController 隐藏状态栏

我无法使用 CardIOPaymentViewController 隐藏状态栏。我的其他视图都没有显示状态栏。我在 iOS7 中使用 Card.io SDK,它以模态方式呈现——只是状态栏总是显示在这个视图中。我的 info.plist 有:

我已经检查了部署信息部分中的应用程序启动期间隐藏选项。

我试过了:

我还确保我的 CardIOPaymentViewController 控制器具有(我的其他视图控制器不需要):

有什么建议或类似的经历吗?

0 投票
1 回答
231 浏览

android - 更改 CardIOActivity 标题和按钮背景颜色

我在我的 android 项目中集成 Card.IO 库,我想知道一种更改 CardIOActivity 标题和按钮背景颜色的方法。

我试过以下

我想用这个充气机给一个视图充气然后改变颜色。但是,我不知道标题 xmls 和按钮 xmls 的名称。

如何更改这些各自的背景颜色?

0 投票
1 回答
3373 浏览

image-processing - How does card.io image processing work?

How do services like card.io work behind the scenes? Do they use an OCR library like Tesseract or is it more complex?

Also, in this video, it looks like the app is waiting for you to hold your card in a specific range from the camera inside the green boundaries on the camera, and when you do it takes the photo automatically. If the image recognition is happening on the server, how did they do that?

How can I implement my own mobile 2D object scanner? Where do I start?

0 投票
1 回答
658 浏览

android - card.io 在生产中不起作用

从 eclipse 安装 card.io 效果很好。安装导出的 apk 时,活动会抛出:ERROR_NO_DEVICE_SUPPORT:此设备无法使用相机读取卡号。

  1. 试图禁用 proguard 和导出。
  2. 打开 apk 文件以验证 .so 文件是否存在于 lib 下的正确文件夹中。
  3. 这发生在 3 种不同的设备上,nexus 4、samsung s3、alcatel。

card.io 的项目是其他 android 项目使用的库项目。

有任何想法吗?谢谢,沙龙。