OpenNoteScanner
OpenNoteScanner copied to clipboard
Android application for scanning and manipulating handwritten notes and documents.
Describe your issue here. ### Steps to reproduce The result of my scanned doc is poor. Therefore it's difficult to read it in PDF. ### Expected behaviour Possibility to increase...
Dear OpenNoteScanner-Team, I'm starting to use the program and it's conveniently simple and fine so far. Thank you very much for this piece of software! But I'm having trouble getting...
Here: https://github.com/ctodobom/OpenNoteScanner/blob/c063f3363e81f4039bf7cc3ae68d2e83b452e790/app/src/main/java/com/todobom/opennotescanner/OpenNoteScannerActivity.java#L157 Camera is deprecated, I propose using the new [CameraX](https://developer.android.com/training/camerax?hl=es-419) lib.
Right now Open Note Scanner is good to detect colored lines, but fail on fillings. A better image enhancement for colored drawings would be useful.
When am trying to use Splash screen as launcher activity, then application crashing on below line of OpenNoteScannerActivity: if (intent.getAction().equals("android.media.action.IMAGE_CAPTURE")) { ### Steps to reproduce Create Splash screen and make...
Add "About" page in Ukrainian (`uk_UA`) ## Description Please include a summary of the change and which issue is fixed. List any dependencies that are required for this change. If...
Had to force quit and start the app afresh in order to continue.
This is basically a further iteration of #98. The main point addressed there was the output format. It was argued that lossless compression was a better fit for the general...
I'm using version 1.0.32 on a S5 Mini with Android 7.1.2 (LineageOS). For me it seems not possible to get any useful result when scanning a document. All I'm getting...
Dear developers, In the position of OpenNoteScanner's code: (1)com.ortiz.touchview.TouchImageView: void setImageURI(); (2)com.todobom.opennotescanner.helpers.Utils: android.graphics.Bitmap decodeSampledBitmapFromUri() bitmap object is created with the invocation of setImageURI() and decodeStream(). However, these methods are slow...