Skip to content

Android application for scanning and manipulating handwritten notes and documents.

License

Notifications You must be signed in to change notification settings

allgood/OpenNoteScanner

Repository files navigation

OpenNoteScanner

Table of Contents

Overview

Build Status

OpenNoteScanner is an open-source application that provides a way to scan handwritten notes and printed documents using your mobile device.

Features

  • 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.

Screenshots

screenshot1 screenshot1 screenshot1 screenshot1

Requirements

  • 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.

How to Install

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.

Get it on Google Play Get it on F-Droid

Disclaimer: Google Play version is ad-supported.

Binary APK file is available directly from the releases section on GitHub.

Usage

For detailed usage instructions, please refer to the FAQ.

Building from Source

Android Studio

  1. Import the project from GitHub using File -> New -> Project from Version Control -> GitHub, enter the URL https://github.com/ctodobom/OpenNoteScanner.git
  2. Choose the base directory (usually AndroidStudioProjects, but you can change it to your preference).
  3. Build the project.

Command Line

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

Contributing

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.

History

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.

Roadmap

  • 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.

Donations

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.

Acknowledgements

Contributors

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.

External code

This application wouldn't be possible without the great material produced by the community. Special thanks to the authors of these essential components:

License

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.