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.
Open Note Scanner is available for simplified installation on Google Play Store, from Amazon App Store and also from F-Droid Android Open Source Repository.
Binary APK file is available directly from GitHub in the releases section of the project.
Starting on 1.0.26, small enhancements will be made available only as a source code release. F-Droid should automatically build the source code releases and offer it to installation. Binary releases will be made available on Google Play, Amazon App Store and direct apk
download from the releases page.
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/ctodobom/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
My job is on enterprise servers administration and some development consulting. I do collect money from my customers. I am well paid for that.
For being part of open source projects and documenting my work here I really do not charge anything. I am trying to avoid any type of ads also.
If you think that any information you obtained here is worth of some money and are willing to pay for it, feel free to send any amount through paypal or bitcoin, or dogecoin (wow!).
Paypal | Bitcoin | Dogecoin |
---|---|---|
1H5tqKZoWdqkR54PGe9w67EzBnLXHBFmt9 |
DFBaP724XR3rfs9wFahBd353yFkgkqatvd |
If you have any idea, feel free to fork it and submit your changes back to me.
As an open source application, contribution are always welcome. Everyone that submits any code will be listed here.
- Nicolas Raoul - English corrections
- Claudio Arseni - Italian translation
- Francisco Toca - Spanish translation
- @nebulon42 - German translation
- Ondřej Míchal - Czech translation
- @nigelinux - Traditional Chinese (zh-rTW) Translation
- @SparkyCola - help on picture focus enhancements
- @brenard - French translation
- @naofum - Japanese translation
Other people helped submitting Issue Reports and giving info through the Telegram Group. Their help is appreciated as well.
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 - Claudemir Todo Bom
Software licensed under the GPL version 2 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.