React Native Document Scanner

screenshot of React Native Document Scanner
react
react-native

Document scanner, features live border detection, perspective correction, image filters and more !

Overview

The React Native Document Scanner is a live document detection library that allows users to capture images and returns either a URI or a base64 encoded string of the captured image. It offers features like live detection, perspective correction, camera filters, flash, and easy storage options for images.

Features

  • Live detection: Real-time detection of documents
  • Perspective correction and crop: Automatically corrects perspective and crops the image
  • Live camera filters: Adjust brightness, saturation, and contrast during image capture
  • Flash: Easily toggle the flash on or off
  • Base64 image: Images can be returned in base64 format for easy storage

Summary

The React Native Document Scanner is a versatile library for capturing documents live. With features like perspective correction, live camera filters, and easy image storage options, this library simplifies the process of integrating document scanning functionality into React Native applications. The provided installation guide ensures a smooth setup process for both iOS and Android platforms.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

react-native
React Native

React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.