A component that allows you to perform image processing!
https://github.com/28harishkumar/react-native-document-scanner
- Image Cropping
- Simple quadrilateral cropping
- Double quadrilateral cropping
- Fixed size frame cropping
- Image Thumbnails
- Image to PDF
- Image Processing
- Quadrilateral detection
- Double Quadrilateral detection (like open book)
- Background clear
- Black & White Image
- Image view-quaity enhancement
- Merge multiple images in one
- Optical Character Recognition (OCR)
- Save Image to external storage or in cache
$ npm install https://github.com/28harishkumar/react-native-image-processor --save
This library uses react-native-svg, you must install it too. See https://github.com/react-native-community/react-native-svg for more infos.
If you do not already have openCV installed in your project, add this line to your settings.gradle
include ':openCVLibrary310'
project(':openCVLibrary310').projectDir = new File(rootProject.projectDir,'../node_modules/react-native-perspective-image-cropper/android/openCVLibrary310')