The latest version of the opencv R package can detect and decode QR codes!

Install latest opencv

install.packages(“opencv”, repos = “https://ropensci.r-universe.dev")
There are two ways of using this: the ocv_qr_detect function tries…

Continue reading: Scanning QR codes in …