QR code detection

更新时间:
复制 MD 格式

The QR code detection feature detects QR codes in images and returns their locations and content. This feature is often used in scenarios such as QR code reading and image moderation.

Important

This document is no longer maintained. You can use the new version of Intelligent Media Management.

Function overview

The QR code detection feature detects QR codes in images and returns their locations and content. The location data includes the x and y coordinates of the upper-left corner, the width, and the height, as shown in the following figure. The feature supports various image sources, such as photos and screenshots.

You can use the retrieved metadata to scan and read QR codes in your application, or to block and mask QR codes in images.

figqcode11

Usage

You can detect QR codes by calling the DetectImageQRCodes (Recommended) or DetectQRCodes operation from an SDK in your preferred language.