for full documentation see wiki
DocumentScanner or RScan (as I like to call it) is an OpenCV based project to scan documents in various modes. This repository contains source code to scan documents just like state-of-the-art mobile apps like Microsoft Lens or Adobe Scan.
The same algorithm to scan documents is available in both Python & Java.
-
Python code to scan documents can be located at: DocumentScanner/RScan/Python/scan
-
Java code to scan documents can be located at:
-
DocumentScanner/RScan/Java/src/scan has the code for Scan package that contains all the methods to scan documents
-
Main.java in DocumentScanner/RScan/Java/main imports the Scan package and calls public methods of the Scan class to scan images.
-
-
Both Python & Java directories have empty folders named, "crop". I'll be uploading code to automatically crop documents in the near future.
- Python 3.5.4 & OpenCV 3.4.3
- Java JDK 11.0.8 & OpenCV 3.4.4
Wiki contains complete documentation of the project.
Java code is supposed to make RScan ready for Andriod Development.
RScan requires two or three parameters to be provided manually in order to scan the documents. These parameter selections need to be automated to give a completeness to the project. Once done, an API to scan documents can be coded.
- LinkedIn profile
- email id: sourabhkhemkask@gmail.com