using IronQr;
using IronSoftware.Drawing;
using System;
using System.Collections.Generic;
// Open the asset to read a QR Code from
var inputBmp = AnyBitmap.FromFile("IMAGE_TO_READ.png");
// Load the asset into QrImageInput
QrImageInput imageInput = new QrImageInput(inputBmp);
// Create a QR Reader object
QrReader reader = new QrReader();
// Read the Input an get all embedded QR Codes
IEnumerable<QrResult> results = reader.Read(imageInput);
// Use and Store the information as required
foreach (QrResult result in results)
{
// String value of the QR Code
Console.WriteLine(result.Value);
// URI value of the QR Code
Console.WriteLine(result.Url);
// Coordinates of the QR Code
foreach (IronSoftware.Drawing.PointF point in result.Points)
{
Console.WriteLine($"{point.X}, {point.Y}");
}
}
Imports IronQr
Imports IronSoftware.Drawing
Imports System
Imports System.Collections.Generic
' Open the asset to read a QR Code from
Private inputBmp = AnyBitmap.FromFile("IMAGE_TO_READ.png")
' Load the asset into QrImageInput
Private imageInput As New QrImageInput(inputBmp)
' Create a QR Reader object
Private reader As New QrReader()
' Read the Input an get all embedded QR Codes
Private results As IEnumerable(Of QrResult) = reader.Read(imageInput)
' Use and Store the information as required
For Each result As QrResult In results
' String value of the QR Code
Console.WriteLine(result.Value)
' URI value of the QR Code
Console.WriteLine(result.Url)
' Coordinates of the QR Code
For Each point As IronSoftware.Drawing.PointF In result.Points
Console.WriteLine($"{point.X}, {point.Y}")
Next point
Next result
Install-Package IronQR
讀取高級QR碼
我們致力於提供最先進的 QR 碼讀取體驗,這體現在我們對最先進的機器學習技術的整合中。(機器學習)模型。 我們採用了尖端的機器學習技術,將 QR 碼讀取提升到了新的水平。 我們先進的機器學習模型讓您的應用程式能以無與倫比的準確性和效率解碼 QR 碼,即使在具挑戰性的情況下也能表現出色。 不論您是從圖像、影片或即時攝影機串流中讀取QR碼,我們的機器學習驅動解決方案都能確保您迅速且可靠地獲得所需資訊。 這項創新不僅簡化了數據提取過程,同時也增強了安全性,因為它能夠區分合法的QR碼與潛在的威脅。 藉由我們的機器學習模型,您可以相信您的 QR 碼讀取功能處於科技前沿,為您的用戶提供無縫且可靠的體驗。