Skip to main content
Back to plugins
@capgo/capacitor-document-scanner
Tutorial
by github.com/Cap-go

Document Scanner

Scan documents with auto edge detection, perspective correction, and PDF export

Guide

Tutorial on Document Scanner

Using @capgo/capacitor-document-scanner

Capacitor plugin to scan document iOS and Android.

Install

bun add @capgo/capacitor-document-scanner
bunx cap sync

What This Plugin Exposes

  • scanDocument - Opens the device camera and starts the document scanning experience.

Example Usage

scanDocument

Opens the device camera and starts the document scanning experience.

import { DocumentScanner } from '@capgo/capacitor-document-scanner';

await DocumentScanner.scanDocument();

Full Reference