> ## 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

Android Features - Scan Card

## 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.

### Implementation

#### 1.0 Add the Scan Card Dependency

Add this scan card dependency to your build.gradle file:

```gradle theme={"system"}
dependencies {
  implementation 'io.pesaswap:react-native-pesaswap-scancard:+'
}
```
