From 7b5797e44b301ab9d2f41acec5ae3bb0a9adc91d Mon Sep 17 00:00:00 2001 From: Sasa Skevin Date: Tue, 31 Mar 2015 10:11:28 +0200 Subject: [PATCH] Updated to include Scannr app --- pdf417-interop-sample/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdf417-interop-sample/README.md b/pdf417-interop-sample/README.md index b1565e7a..fa94d3ce 100644 --- a/pdf417-interop-sample/README.md +++ b/pdf417-interop-sample/README.md @@ -2,7 +2,7 @@ This is a sample IOS application that demonstrates how to interact with the **pdf417** scanner application from your own application to request scanning and retrieve barcode data. -> You can use SDK and build your own scanner app, or use PDF417.mobi PRO app found in App Store https://itunes.apple.com/us/app/pdf417-pro-barcode-scanner/id901413059?mt=8. +> You can use SDK and build your own scanner app, or use either PDF417.mobi PRO app found in App Store https://itunes.apple.com/us/app/pdf417-pro-barcode-scanner/id901413059?mt=8 or Scannr App for US driver's license scanning http://scannrapp.com/. By using this approach you do not need to integrate the **pdf417 SDK** into your application, you request scanning by invoking a scan URL recognized by the **pdf417** application and all the scanning and processing is handled for you. The results are passed back to your application via a similar URL schema that you have to implement to receive the data.