Settings

Theme

Show HN: OpenScan – open-source document scanner app

github.com

200 points by mighty3xodus 5 years ago · 39 comments

Reader

adontz 5 years ago

User Experience: This app does not open scan dialog immediately, annoying.

Features: This app does not fix perspective distortion.

Office Lens (https://play.google.com/store/apps/details?id=com.microsoft....) is so much better, I get rectangular image without any hints, to say nothing about manually selecting anything.

Office Lens really creates this https://play-lh.googleusercontent.com/AgErNUVn_Jg41jSQO2p2CF... from this https://play-lh.googleusercontent.com/yv6eUY6EyR8x2Hd6NB1SBW... and that is amazing.

  • solarkraft 5 years ago

    Office Lens is very good, but huge (> 100MB) and ... pretty proprietary and with some UX quirks. I'd greatly appreciate a FOSS version of it.

  • causality0 5 years ago

    If it doesn't fix perspective distortion then in what sense is it a document scanner and not just a camera app?

    • cfjgvjh 5 years ago

      (Disclaimer, I have not used the app)

      Presumably it outputs multiple images combined as a pdf/word as opposed to just images.

  • hawski 5 years ago

    I always wanted a tool to place a polygon (even just four corners) and ability to set an aspect ratio (custom or preset like 4:3, 16:9 and A-series) and have perspective fixed image or just move vertices around (just like you expect by having a textured polygon). I would like to have this tool as a part of GIMP and a standard around light image editing tools like many viewers are. Perspective correction tools are either designed for photography or I don't really know how to use them. When you have this you can add edge detection and you're almost done to do this automatically.

    • Loranubi 5 years ago

      I made a simple GUI in python which essentially wraps OpenCV's getPerspectiveTransform/warpPerspective. It let's you select the four corners, chose an aspect ratio and do some simple postprocessing. I was working on edge detection, but it's not working well right now.

      I will try to put it on github. EDIT: https://github.com/Dobatymo/dewarp Few years old and very unpolished though

  • jfengel 5 years ago

    I've been using the Adobe equivalent, and it seems to work pretty well. It's not quite as good as a flatbed scanner, but it does a good-enough job with nothing more than my existing phone.

    Still, if there were a better one, I'd use it. Its interface is slightly clunky and it's only so-so with documents that have been folded. Is the MS one any better?

    • qilo 5 years ago

      Tried both, Adobe Scan and Office Lens, and liked MS one more, because its default “auto” filter produced more legible documents (better contrast and brigthness) than the Adobe’s “auto”, IMO.

pinusc 5 years ago

My first instinct is to compare this to OpenNoteScanner, the only other quasi-functioning FOSS note scanning app.

The UI here is significantly more polished and better. The only thing OpenNoteScanner does better is that it starts in camera mode, and therefore the workflow is a bit faster.

However, feature-wise this is seriously lacking. I would not consider using this until it can automatically crop and correct perspective distortion.

Also the default filters are seriously lacking. Either make them smarter or give the user more control (e.g. for B/W allow setting the threshold, even for decently-lit documents I get poor results with random black areas)

You can do both by integrating with OpenCV. No idea how easy it is to integrate it with flutter though...

Anyways, good job! I'll keep following the project and might consider contributing if you ever start working on these features.

  • mighty3xodusOP 5 years ago

    Thank you for the suggestions! I will for sure take it into consideration.

    The scanner itself is from another open source project, the only one which was a viable option. I'll have to look into OpenNoteScanner's scanner if I were to improve mine. Seems people are happy with the edge detection it offers.

    Thank you :)

_odey 5 years ago

I've used OpenNoteScan before:

* https://f-droid.org/en/packages/com.todobom.opennotescanner/

* https://github.com/allgood/OpenNoteScanner

It works OK but it looks a bit old, and you need to install OpenCV Manager separately, outside of F-Droid for it to work.

I can deal with it, but there's no way I could ever be able to convince anybody else, especially non-tech people to use it.

This one looks like a winner in terms of UX, so I'll be using it from now on, Thank you for creating it!

alexmcc81 5 years ago

I see there is an F-Droid compatible repo linked. Is there a reason it has not been submitted to F-Droid proper? Sounds like a perfect addition to the default repo.

ssheth 5 years ago

NAPS2 (https://www.naps2.com/) is also a similar open-source app with OCR built in.

  • rkagerer 5 years ago

    What OCR engine does it use and is it any good? (I see tesseract mentioned in the dependencies?)

  • mdaniel 5 years ago

    That one appears to be for the desktop; is there an Android link that I overlooked?

mawise 5 years ago

I don't see anything on the readme about OCR. In the PDF conversion, does OpenScan do any OCR? I guess I expect this from a document scanning app these days, but I don't really know the space. Are there any good open-source OCR libraries?

nimbius 5 years ago

Question: can it remove printer steganographic tracking dots?

https://en.wikipedia.org/wiki/Printer_steganography

pricci 5 years ago

I like that you are using Flutter. Will give a look at the code.

The image quality is not good, but probably due to my camera. CS CamScanner gives me better results but I don't trust it.

jabberwcky 5 years ago

Quick take: this is staying on my phone, great effort :)

Notes:

- Doesn't keep flash permanently on (like CamScanner)

- Skew correction looks maybe worse quality (than CamScanner)

- Totally fine for at least 80% of the things I'd use CamScanner for. Super well done!

quuuux 5 years ago

Looks like a really great start! Just gave the app a quick test and the basics seem to be working fine.

Apart from automatic cropping and perspective distortion correction others have mentioned already, the white margins of the exported PDFs are IMHO quite a bit too large. In fact, as the app is a document scanner, I'd not expect any border at all.

vzaliva 5 years ago

It is nice start, but cropping function is pretty much not working. When scanning with the phone the page is rarely properly alighned ans cropping step should be automatic (like with CamScan). Even if performing it manually under perfect conditions (white page on back background) it fails to detect page boundaries. Screenshot: https://www.dropbox.com/s/cpvdidugiy7n3lk/Screenshot_2021010...

renewiltord 5 years ago

Very cool. I currently use PhotoScan. I'll give this a shot.

gman83 5 years ago

What are you using for state management besides setState() ?

  • mighty3xodusOP 5 years ago

    None. Any suggestions? Because most of the state manipulation is done in a single screen.

BorisEm 5 years ago

A related open source library for iOS. https://github.com/wetransfer/wescan

  • gregod 5 years ago

    Btw: The Apple Notes application has this functionality built-in if you are just interested in scanning.

    • twobitshifter 5 years ago

      And in the files app, long tapping gives the option to scan a document, which works great. I’m trying to retain fewer pieces of paper and this is super convenient.

deknos 5 years ago

is it able to store the document somewhere via a protocol? that would be really helpful, perhaps with tags?

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection