Nice idea. It would be fantastic if this could be done on the phone during the image capture
There's a whole heap of iOS 'scanning' apps that do this sort of thing device-side.
Show HN: Digitizing photos of whiteboards using the command line
31–37 of 37 posts
Re: Show HN: Digitizing photos of whiteboards using the command line
#32[1] http://www.reddit.com/r/commandline/comments/1weqnn/cli_onel...
Re: Show HN: Digitizing photos of whiteboards using the command line
#33Re: Show HN: Digitizing photos of whiteboards using the command line
#34Nice idea, would it be possible to do some OCR at the end?
I did experiment with using this to bring out the text in photos of books. Here's an example: Input image - http://i.imgur.com/6o5FwxG.jpg Output image - http://i.imgur.com/7OIOxfO.png I tried to use vanilla Tesseract on it, but I had no luck getting anything usable out of it.
Some commercial OCR engines such as Nuance Capture SDK have built in functionality for this.
Re: Show HN: Digitizing photos of whiteboards using the command line
#35Cool! I did something similar just recently for cleaning up scans of my laboratory notes (in a moleskin). I have an Automator action which watches the scan folder, automatically crops/splits the pages and cleans them up, then uploads them into Evernote. Gives me a searchable cloud backup of my lab notes! Anyway, I cheated by using some of these actions: http://www.fmwconcepts.com/imagemagick/ In particular the "textc…
Re: Show HN: Digitizing photos of whiteboards using the command line
#36Re: Show HN: Digitizing photos of whiteboards using the command line
#37I'd like to see similar script for blackboards (greenboards?).
Another approach I took recently was to combine this with -threshold (90 worked well in my case) and the Dilate morphology - I had a black and white set of plans printed using varying-sized dots.