# react-native-ios-documentscanner

> iOS document scanner for React Native (using VisionKit)

Latest version **0.0.2** (published 2021-07-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-native-ios-documentscanner
pnpm add react-native-ios-documentscanner
yarn add react-native-ios-documentscanner
bun add react-native-ios-documentscanner
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2021-07-21 |
| First published | 2021-07-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 69.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | James Tang |
| Maintainers | hppppong |
| Keywords | react-native, ios, documentscanner |

## Links

- npm: https://www.npmjs.com/package/react-native-ios-documentscanner
- Repository: https://github.com/hppppong/react-native-ios-documentscanner
- Homepage: https://github.com/hppppong/react-native-ios-documentscanner#readme
- Issues: https://github.com/hppppong/react-native-ios-documentscanner/issues
- npm.io page: https://npm.io/package/react-native-ios-documentscanner

## Dependencies (2)

- [react](https://npm.io/package/react.md) 17.0.1
- [react-native](https://npm.io/package/react-native.md) 0.64.2

## Alternatives

- [@cantoo/pdf-lib](https://npm.io/package/@cantoo/pdf-lib.md) — 297.9K weekly downloads
- [datatables.net-buttons](https://npm.io/package/datatables.net-buttons.md) — 200.1K weekly downloads
- [@ckeditor/ckeditor5-export-pdf](https://npm.io/package/@ckeditor/ckeditor5-export-pdf.md) — 167.0K weekly downloads
- [scanbot-web-sdk](https://npm.io/package/scanbot-web-sdk.md) — 15.0K weekly downloads
- [@syncfusion/ej2-angular-pdfviewer](https://npm.io/package/@syncfusion/ej2-angular-pdfviewer.md) — 8.8K weekly downloads

## Recent versions

- 0.0.2 (latest) — 2021-07-21
- 0.0.1 — 2021-07-21

## README

# React-Native-iOS-DocumentScanner
iOS document scanner for React Native (using VisionKit).

## Installation

1. Install React Native iOS DocumentScanner.
    ```bash
    npm install react-native-ios-documentscanner --save
    ```
2. Run Pod install.
    ```bash
    cd ios
    pod install
    ``` 
    
## Usage

    import DocumentScanner from 'react-native-ios-documentscanner';

    DocumentScanner().startScan(
          {
            savePath: { originalImagePath: 'temp/original', imagePath: 'temp/cropped' },
            callback: (image) => {
              console.log(image.originalImageList, image.imageList)
            }
          })

---
_Source: https://npm.io/package/react-native-ios-documentscanner · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
