Is it possible to use Android mobile vision api to scan credit card info? - android-vision

I'm trying to adopt Android mobile vision API to scan credit cards inside my Android app (https://android-developers.googleblog.com/2016/06/android-mobile-vision-text-api.html?hl=sq)
Original developer blog post even mentions this use case.
However, it cannot recognize credit card number which typically has an embossed font.
Is it possible to provide extra params to narrow the search to increase recognition success?

Related

react-native-maps which api use and how is its costs?

I'm creating an app based on maps.
From 11 June 2018 Google changes his price plan of the Google Maps Api.
I read here (Google maps price matrix) that for mobile application it's unilimited free.
But... which api use Google Maps in this library?
I try to use the library and for emulator not use Google API KEY. In this way i'm not sure that i use only free plan.
How i understand how calculate my costs? If there are.
I found all information about it.
react-native-maps use Maps SDK for iOS and Android.
This page Google Maps Costs examplain that for SDK there aren't costs.
I tried to enable only SDK Api and check report monitor on Google Cloud console
In this way you can use dynamic maps, use marker in your react application without costs.
It is different if you use search api or geocode api. This api follow the common cost of api reported in previous link.
In this case you can use mix of Google Maps SDK and Open Street maps API

Google Pay on the web with 3ds

I'm trying to implement Google pay on the web by this example: https://developers.google.com/pay/api/web/guides/paymentrequest/tutorial.
When I remove "PAN_ONLY" from the example code, the button becomes invisible on my PC and on smartphone.
Under what conditions with the authentication method "CRYPTOGRAM_3DS" payment will be available?
I'm using the latest version of Google Chrome.
Tokenized cards are only available from your Android device today, where there are the means to securely authenticate the transaction and store sensitive information related to your forms of payment.
There are initiatives in the industry aiming at adding means of security and second factors to the web. These are expected to help the utilization of tokenization on the Web too.

CameraRemoteAPI get number of remaing pictures to take

I'm developing an Android app with CameraRemoteApi to take pictures using an HDR-AS30V and store them on the smartphone. I need to know if it's possible to get the number of pictures the camera microSD can hold before it's full.
'getStorageInformation' API can be used to determine number of recordable images and also recordable time left. Right now only HDR-AZ1 and Lens style cameras QX1 and DSC-QX30 support this API.
Please check the latest SDK documentation for more information on the API.
Best Regards,
Prem, Developer World team

ITunesConnect: 3rd person transactions?

I'm making a utility application for a photographer. He is going to (obviously) be taking pictures, but wants to charge people at an event for a handful of digital images emailed or shared on social media. In this situation i would have to use Paypal or Square SDKs and not in app purchasing because he is going to compose the transaction and not the customer buying the pictures. Sort of like a mini POS system. He can't pay himself with another's credentials - so it would have to be a 3rd party solution. right? Is this against Apple's guidelines?
Am I over thinking this?
If the intent is to support in-person / face to face (swipe) credit card or keyed in credit card payments, check out the PayPal Here SDKs for iOS and Android which are now available on the PayPal Developer site:
https://developer.paypal.com/webapps/developer/docs/integration/mobile/pph-sdk-overview/
There is also a version for Windows 8.1+ in Beta, available upon request. You can email DL-PayPal-Here-SDK#ebay.com for help with any of these.

Google Maps, Bing Maps, OpenStreetMaps and MapQuest limitation

I'm very confused reading the online term of use of some Online Map Service (like Google Maps, Bing Maps, OpenStreetMaps and Mapquest)...
There is a way to use Google or Bing Maps on a website for non-commercial or commercial pourpose without any daily limitation of request?? What kind of Api I can use for free without any limitation of use or request, if I want to see a map on my site with several point of interest inserted by me??
I have read that in free version of Google or Bing some ads may appear sometimes inside the maps, and I cannot insert in my webpages any ads from another provider different from Google or Bing. It's true?
If I want to use OpenStreetMaps (an opensource Maps Database) or the partner MapQuest, it's true that there aren't any limitations of daily request or appearing ads on the maps or policy of exclusive banner campaign??
But, at the end, If I try to build a portal with this maps, and I want to plan in the future the insertion of some ads and the creation of a little company, I'm doing a commercial or not-commercial use (now and in future)??
Google recently announced new advertising and rate limiting in their terms of service. Websites will be forced to display ads in their maps, or pay for a premium account. Popular websites (resulting in lots of hits of google map tile server) will also need to pay for a premium account. It's not clear if your intended use will trigger those limits.
OpenStreetMap might offer a viable alternative. They do run a map tile server which can be used to embed a slippy map on your website. There is also an open source javascript library called OpenLayers (among other options), meaning that you can be free of google and their ads. OpenStreetMap do however operate a strict tile usage policy to protect the service which is paid for by donations, and run by volunteers.
OpenStreetMap also uniquely offers another approach: Create your own tile server, rendering the raw map data yourself. This might be a sensible option if you run a very popular website, or if you require only a limited area of the world to be shown. It's also really neat because you have full control over rendering style. It's a fairly technical process though ...but
Because this is possible, a number of third parties will offer you a map tile service built using OpenStreetMap data. e.g. MapQuest, CloudMade, TileServer, TileDrawer, or MapBox