OpenNoteScanner icon indicating copy to clipboard operation
OpenNoteScanner copied to clipboard

Android application for scanning and manipulating handwritten notes and documents.

Results 107 OpenNoteScanner issues
Sort by recently updated
recently updated
newest added

In current state, the search for the "biggest quadrangular" is problematic because: * It only works on surfaces that have a "solid color contrasting with paper" * It doesn't work...

enhancement
help wanted

### Steps to reproduce Enable the dark system theme in the Android appearance settings. ### Expected behaviour The app should follow the set theme. ### Actual behaviour OpenNoteScanner doesn't apply...

Project now supports generating lossless PNG images, but this format isn't supported by ExifInterface methods. Recently the folks that regulates the PNG format issued an standard for Exif tags on...

enhancement
help wanted
Intended feature

It would be great if this project implement the OpenCV natively in the code without needing the OpenCV to be externally downloaded/instaleed ?

~~~ > Task :app:compileGplayDebugKotlin FAILED e: C:\OpenNoteScanner\app\src\main\java\com\todobom\opennotescanner\helpers\Utils.kt: (200, 46): Type mismatch: inferred type is String? but String was expected e: C:\OpenNoteScanner\app\src\main\java\com\todobom\opennotescanner\views\TagEditorFragment.kt: (65, 34): Type mismatch: inferred type is String? but...

Camera preview is wrong on my Sony Xperia 5 II. ![Screenshot_20220224-210522](https://user-images.githubusercontent.com/24771215/155867636-58618970-ac27-4390-ba31-be3598f84308.png) ### Steps to reproduce Own a Sony Xperia 5 II Try using app ### Expected behaviour Full screen camera...

When using the app on a Moto G7 with the app installed from the play store scanning a document with the image processor turned off results in the app crashing...

Scanning worked fine. However, when I wanted to convert the resulting JPEG into a PDF, I was displayed a PDF with inverted colors (white text on black background). ### Steps...

This issue will receive a new comment every time I change something on the strings of the project, in order to inform translators about the pending work. For now we...

enhancement
help wanted

Move OpenCV to this app and statically link, then remove unused funtions. This would allow for a smaller APK, and the need to download another app.