> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pesaswap.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Features

# Scan Card

<img height="400" noZoom src="https://mintcdn.com/pesaswap/pFE8yKyFtIj8XeAN/logo/pesa26.png?fit=max&auto=format&n=pFE8yKyFtIj8XeAN&q=85&s=3b0731e753b3a9f1ccb41abfadf23737" data-path="logo/pesa26.png" />

## Key Features of Pesaswap's Card Scanning Technology

### 1. Accuracy

Leveraging optical character recognition (OCR) nology, Pesaswap's card scanning feature accurately extracts credit card details in real-time. This significantly reduces the likelihood of manual entry errors and speeds up the checkout process.

### 2. Seamless Integration

Pesaswap offers a developer-friendly SDK that makes it easy to integrate the card scanning feature into various platforms, including native mobile apps (iOS and Android), cross-platform frameworks, and even in-browser applications.

## Benefits of Pesaswap's Card Scanning Feature

### 1. Improved User Experience

By eliminating the need for manual card data entry, the card scanning feature significantly enhances the user experience, potentially leading to higher conversion rates for businesses.

### 2. Reduced Error Rates

The scanning nology minimizes the risk of mistyped card information, reducing transaction errors and potential disputes.

### 3. Time-Saving Efficiency

For both customers and merchants, the card scanning feature saves valuable time during the checkout process, potentially leading to increased customer satisfaction and loyalty.

## 1.0 Configure Pods to Support Scan Card Feature

### Scan Card Setup

Add these lines to your Podfile:

```ruby theme={"system"}
use_frameworks!
target 'YourApp' do
  pod 'Pesaswap-sdk-ios/scancard'
end
```

**Note:** The above subspec installs both Pesaswap SDK and Scan Card dependencies to your app.

Run the following command:

```bash theme={"system"}
pod install
```

To update to the latest version of the SDK, run:

```bash theme={"system"}
pod install --repo-update
```

## 1.1 Enable Scan Card Support for iOS App

To enable scan card support, set the `NSCameraUsageDescription` (**Privacy - Camera Usage Description**) in the Info.plist of your application, and provide a reason for accessing the camera (for example, "Camera access required to scan cards").

**Requirements:** Devices with iOS 13 or higher support card scanning.
