This little application provides a way on scanning handwritten notes and printed documents.
It automatically detect the edge of the paper over a contrastant surface.
When using the printed special page template it automatically detects the QR Code printed on the bottom right corner and scans the page immediately.
After the page is detected, it compensates any perspective from the image adjusting it to a 90 degree top view and saves it on a folder on the device.
It is also possible to launch the application from any other application that asks for a picture, just make sure that there is no default application associated with this action.
Because of the version of OpenCV that is used in the project it needs to run on Android 5.0 (lollipop) or newer.
In order to capture and manipulate images Open Note Scanner depends on having the OpenCV Manager application installed. If not installed Open Note Scanner will ask to download it from https://github.com/ctodobom/OpenCV-3.1.0-Android or from Google Play Store.
Binary APK file is available directly from GitHub in the releases section of the project.
Import the project from GitHub using File -> New -> Project from Version Control -> GitHub, fill the URL https://github.com/ctodobom/OpenNoteScanner.git
It will ask for a base directory, normally AndroidStudioProjects, you can change it to your preference.
After this the Open Note Scanner can be built.
Go to your base folder and import it using git:
$ git clone https://github.com/LibGdxEngine/OpenNoteScanner.git
This should import the Open Note Scanner repository in OpenNoteScanner folder
You need to point the environment variable ANDROID_HOME to your Android SDK folder and run gradle to build the project:
$ cd OpenNoteScanner
$ export ANDROID_HOME=~/android-sdk-linux
$ ./gradlew assembleRelease
I've started this app on a brazilian holyday "extended weekend" based on the fact that I was unable to find any open source application that does this job. I was mainly inspired on the RocketBook Wave closed source application.
I really do not know if I will extend more the application, but I am writing bellow some objectives to make it better.
- enhance the image gallery of scanned documents
- register a share action in order to obtain documents already pictured through standard camera apps
- implement automatic action based on the RocketBook Wave marking of the page
This application wouldn't be possible without the great material produced by the community. I would like to give special thanks to the authors of essencial parts I've got on the internet and used in the code:
- Android-er / GridView code sample
- Android Hive / Full Screen Image pager
- Adrian Rosebrock from pyimagesearch.com for the excellent tutorial on how to handle the images
- Gabriele Mariotti / On how to implement sections in the RecyclerView
Copyright 2016 - Ahmed Fathy Zain
Software licensed under the GPL version 3 available in GPLv3.TXT and online on http://www.gnu.org/licenses/gpl.txt.
Use parts from other developers, sometimes with small changes, references on autorship and specific licenses are on individual source files.



