Read QRcode from scanned document in R
问题 I am using the qrcode_gen() function from the qrcode package in R to generate a QR code, then place it on the top of a document (example linked below). The document is printed, written on, scanned, and stored as an image (.png) file. I would like to be able to read the QR code in R to get the imbedded text back. Eventually the whole process will be semi-automated in an Rshiny app, so I am hoping to keep everything in R , and not need to use an outside web tool to read the code. Has anyone