- Overview
- Features
- Screenshots
- Requirements
- How to Install
- Usage
- Building from Source
- Contributing
- History
- Roadmap
- Donations
- Acknowledgements
- License
OpenNoteScanner is an open-source application that provides a way to scan handwritten notes and printed documents using your mobile device.
- Automatic edge detection of documents on contrasting surfaces.
- Perspective correction to a 90-degree top-down view.
- Support for a printed special page template with a QR code for instant scanning.
- Ability to launch from other applications requesting images.
- Organize scanned documents in a local gallery.
- Export scans as a PDF or share as an image.
-
Due to the version of OpenCV that is used, this project requires Android 5.0 (lollipop) or newer to run.
-
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 the Google Play Store.
Open Note Scanner is available for simplified installation from Google Play Store, from Amazon App Store and also from F-Droid Android Open Source Repository.
Disclaimer: Google Play version is ad-supported.
Binary APK file is available directly from the releases section on GitHub.
For detailed usage instructions, please refer to the FAQ.
- Import the project from GitHub using File -> New -> Project from Version Control -> GitHub, enter the URL https://github.com/ctodobom/OpenNoteScanner.git
- Choose the base directory (usually AndroidStudioProjects, but you can change it to your preference).
- Build the project.
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
Contributions are always welcome! If you're new to open-source, please check our Contributing Guidelines and Setup Guidelines. Feel free to fork the project and submit pull requests.
I started this app while on a brazilian holiday (that is, an "extended weekend") based on the fact that I was unable to find any open source application that does this job. I was mainly inspired by the RocketBook Wave closed source application.
I really do not know if I will extend the application more, but I have written some objectives below on how 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 an 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.
Paypal | Bitcoin |
---|---|
1H5tqKZoWdqkR54PGe9w67EzBnLXHBFmt9 |
In order to fund the development of Open Note Scanner, since version 1.0.36 when downloaded from Google Play Store the app will show ads on some screens and will also allow for donation through Google Play in-app purchase. There is no difference on the features available from Google Play version and F-Droid releases.
As an open source application, contributions are always welcome.
Most translation contributions are listed in the CONTRIBUTORS.md file and code contributors are listed on the Changelog file and the commits history
We also thank those who have submitted Issue Reports and provided feedback through the Telegram Group.
This application wouldn't be possible without the great material produced by the community. Special thanks to the authors of these essential components:
- 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
This software is licensed under the GPL version 3, which can be found in the file GPLv3.TXT in this repository and online at http://www.gnu.org/licenses/gpl.txt.
Some parts of this software use code from other developers. References to the original authors and specific licenses can be found in the individual source files.