Can I use Google detection API to detect QR code in an image?

963 Views Asked by At

Is it possible to detect a QR code in an image that is in a PDF document with Google API? I just see this page: Google Objects Detection

1

There are 1 best solutions below

0
Holt Skinner On

The Google Cloud Document AI Invoice Parser processor does extract Barcodes and some QR codes when using processor version pretrained-invoice-v1.3-2022-07-15 and later.

Refer to Send a processing request and Handling the processing response for information on using the API.

The Barcode/QR code information is stored in the Barcode field of the Document output object.


FYI, Document AI has an actively monitored tag [cloud-document-ai]