BootstrapBlazor.OCR
7.0.9
dotnet add package BootstrapBlazor.OCR --version 7.0.9
NuGet\Install-Package BootstrapBlazor.OCR -Version 7.0.9
<PackageReference Include="BootstrapBlazor.OCR" Version="7.0.9" />
paket add BootstrapBlazor.OCR --version 7.0.9
#r "nuget: BootstrapBlazor.OCR, 7.0.9"
// Install BootstrapBlazor.OCR as a Cake Addin
#addin nuget:?package=BootstrapBlazor.OCR&version=7.0.9
// Install BootstrapBlazor.OCR as a Cake Tool
#tool nuget:?package=BootstrapBlazor.OCR&version=7.0.9
Blazor 光学字符识别 (OCR) 组件
示例
使用方法:
nuget包
BootstrapBlazor.OCR
_Imports.razor 文件 或者页面添加 添加组件库引用
@using BootstrapBlazor.Components
Program.cs 文件添加
builder.Services.AddOcrExtensions("YourAzureCvKey", "YourAzureCvEndpoint");
Razor页面
Razor
https://github.com/densen2014/Densen.Extensions/blob/master/Demo/DemoShared/Pages/OcrPage.razor@using BootstrapBlazor.Components <OCR ShowUI="true" ShowUI_Capture="true" Debug="true" OnResult="OnResult" /> @code{ List<string> res { get; set; } private Task OnResult(List<string> res) { this.res = res; StateHasChanged(); return Task.CompletedTask; } }
更多信息请参考
Bootstrap 风格的 Blazor UI 组件库 基于 Bootstrap 样式库精心打造,并且额外增加了 100 多种常用的组件,为您快速开发项目带来非一般的感觉
Blazor OCR component
Demo
Instructions:
NuGet install pack
BootstrapBlazor.OCR
_Imports.razor or Razor page
@using BootstrapBlazor.Components
Program.cs
builder.Services.AddOcrExtensions("YourAzureCvKey", "YourAzureCvEndpoint");
Razor page
Razor
https://github.com/densen2014/Densen.Extensions/blob/master/Demo/DemoShared/Pages/OcrPage.razor@using BootstrapBlazor.Components <OCR ShowUI="true" ShowUI_Capture="true" Debug="true" OnResult="OnResult" /> @code{ List<string> res { get; set; } private Task OnResult(List<string> res) { this.res = res; StateHasChanged(); return Task.CompletedTask; } }
More informations
Bootstrap style Blazor UI component library Based on the Bootstrap style library, it is carefully built, and 100 a variety of commonly used components have been added to bring you an extraordinary feeling for rapid development projects
Blazor 组件
AlexChow
今日头条 | 博客园 | 知乎 | Gitee | GitHub
Product | Versions |
---|---|
.NET | net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
-
net6.0
- Azure.AI.FormRecognizer (>= 4.0.0)
- Microsoft.AspNetCore.Components.Web (>= 6.0.0)
- Microsoft.Azure.CognitiveServices.Vision.ComputerVision (>= 7.0.1)
- Microsoft.Extensions.Configuration (>= 6.0.1)
- Microsoft.Extensions.Configuration.UserSecrets (>= 6.0.1)
-
net7.0
- Azure.AI.FormRecognizer (>= 4.0.0)
- Microsoft.AspNetCore.Components.Web (>= 7.0.0)
- Microsoft.Azure.CognitiveServices.Vision.ComputerVision (>= 7.0.1)
- Microsoft.Extensions.Configuration (>= 7.0.0)
- Microsoft.Extensions.Configuration.UserSecrets (>= 7.0.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on BootstrapBlazor.OCR:
Package | Downloads |
---|---|
BlazorShared
BlazorMaui , 整合Blazor,BootstrapBlazor UI组件库,Maui的共享跨平台工程示例共享库 |
|
BootstrapBlazor.Densen.All
Blazor 组件懒人包 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
7.0.9 | 88 | 3/15/2023 |
7.0.8 | 291 | 1/26/2023 |
7.0.7 | 136 | 1/24/2023 |
7.0.5 | 314 | 12/16/2022 |
7.0.4 | 259 | 12/7/2022 |
7.0.3 | 489 | 11/14/2022 |
7.0.2 | 209 | 11/13/2022 |
7.0.1 | 208 | 11/13/2022 |
7.0.0 | 273 | 11/9/2022 |
6.2.4 | 278 | 10/24/2022 |
6.2.3 | 249 | 10/24/2022 |
6.2.2 | 257 | 10/24/2022 |
6.2.1 | 378 | 10/12/2022 |
6.2.0 | 263 | 10/12/2022 |
6.1.2 | 267 | 10/12/2022 |
6.1.1 | 272 | 10/12/2022 |
6.1.0 | 275 | 10/12/2022 |