Show HN: Digitizing photos of whiteboards using the command line
1–10 of 37 posts
Re: Show HN: Digitizing photos of whiteboards using the command line
#2Re: Show HN: Digitizing photos of whiteboards using the command line
#3Re: Show HN: Digitizing photos of whiteboards using the command line
#4also photos of whiteboards always come out terrible, this cleans them up nicely.
Re: Show HN: Digitizing photos of whiteboards using the command line
#5NB: This works fine on the Windows version of ImageMagick, however if (like me) you want to wrap it in a batch file you must escape the -level command by changing the "60%,91%,0.1" to "60%%,91%%,0.1" or else the batch file will misinterpret it, since %1 refers to variable names (the same as bash scripts). If you don't, you'll just get a black PNG file.
Re: Show HN: Digitizing photos of whiteboards using the command line
#6Nice idea. It would be fantastic if this could be done on the phone during the image capture
Re: Show HN: Digitizing photos of whiteboards using the command line
#7On a slightly related note, camscanner, an app for android (and IOS?) does something similar, but can also correct for the angle at which the photo was taken (I think it has to detect squares/rectangles in the photo). Does anyone know if this is possible using the command line too?
Re: Show HN: Digitizing photos of whiteboards using the command line
#8Re: Show HN: Digitizing photos of whiteboards using the command line
#9Looks much better than the original photos. On a slightly related note, camscanner, an app for android (and IOS?) does something similar, but can also correct for the angle at which the photo was taken (I think it has to detect squares/rectangles in the photo). Does anyone know if this is possible using the command line too?
Re: Show HN: Digitizing photos of whiteboards using the command line
#10Nice idea, would it be possible to do some OCR at the end?