Relative Content

Tag Archive for pythonopencvcomputer-vision

Remove all text from the document, leaving only the template

I have a document in the form of an image. The content of the document is some information in the form of a table. Most often, these are some scanned documents, that is, black and white. However, sometimes there may be originals, where there may be a blue seal, or a company logo of any color (perhaps this information is important for solving my issue).

Issues Detecting Line in QR Code for Orientation Detection

I’m currently working on a project that requires detecting the orientation of a QR code. I’m using the qrcode library to detect the center of the QR code and then trying to orient it using a line. However, I’m facing issues due to lighting conditions affecting the detection for certain colors. The line is evident, but the parameters I’m using to detect the lines don’t seem to be effective.My objective is to detect the angle for the piece with the x axis.