matejbart / DocScan

GNU Lesser General Public License v3.0
2 stars 0 forks source link

DocScan

App for document scanning.

Get it on Google Play

Authors

Fabian Hollaus, Florian Kleber, Markus Diem

Build Instructions

DocScan makes use of native (C++) OpenCV and OpenCV Java API. The Java part is automatically downloaded after syncing, the native part is imported as a git submodule from https://github.com/hollaus/opencv_libs.git which also automatically downloads the resources.

Sync and build the project

API keys

The app makes use of two APIs that require keys which are not published in the repository and should never be provided to the public. Instead not working dummy keys are provided in the following files:

You can get the API key if you send a mail to docscan@cvl.tuwien.ac.at. Before you replace the dummy keys, assure that you do not commit the keys with the following commands:

Cheatsheet

In case you need a more detailed error message for build errors, try: .\gradlew clean build

Visual Studio Project (C++ Library)