IronOCR 2023.08 最新版-Crack

这篇具有很好参考价值的文章主要介绍了IronOCR 2023.08 最新版-Crack。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

The C# OCR Library

  1. OCR for C# to scan and read images & PDFs
  2. .NET OCR library with 127+ global language packs
  3. Output as text, structured data, or searchable PDFs
  4. Supports .NET 7, 6, 5, Core, Standard, Framework

IronOCR 2023.08 最新版-Crack,IronOCR,IronOCR

 文章来源地址https://www.toymoban.com/news/detail-625690.html

Version 2023.8 released See what’s new  

Images to Text with OCRSee All 24 Code Examples 

using IronOcr;

var ocr = new IronTesseract();

using (var input = new OcrInput())
{
    input.AddImage("attachment.png");
    input.AddPdf("report.pdf");

    OcrResult result = ocr.Read(input);
    string text = result.Text;
}
Install-Package IronOcr

Explore the code, install IronOCR with NuGet

Cross Platform Support

Designed for C#, F#, & VB.NET running on .NET 7, 6, 5, Core, Standard, or Framewor

IronOCR 2023.08 最新版-Crack,IronOCR,IronOCR

A C# OCR Library that prioritizes accuracy, ease of use, and speed.

IronOCR is the leading C# OCR library for reading text from images and PDFs. Its user friendly API allows developers to have OCR up and running in their .NET projects in minutes.

Tesseract 5 OCR in the language you need. We support 125+.

IronOCR Release Version 2023.8

Features & Upgrades

See what’s new 

Compatibility

.NET Languages:

  •  C#, VB.NET, F#

Platforms:

  • .NET 7, 6 & 5
  • .NET Core 2x & 3x
  • .NET Standard 2
  • .NET Framework 4.6.2+

App types:

  • Console, Web, & Desktop

Operating Systems:

  • Microsoft Windows
  • macOS
  • Linux
  • Docker
  • Azure
  • AWS

IDEs

  • Microsoft Visual Studio
  • JetBrains ReSharper & Rider

Certification

  • Microsoft Authenticode

OCR Engine

Underlying OCR Engine

  • Tesseract 5 (Custom for .NET)

International Languages

  • 125 Languages
  • High and Fast Quality
  • Custom Languages

Text and Barcode Reading

  • Text and Numbers
  • Multiple Languages at Once
  • Barcodes

Specialist Documents

  • Receipts
  • Checks (Cheques)
  • Invoices

Concurrency

  • Single and Multithreading
  • Async Support
  • Suspend current thread
  • Cancel OCR Reading

Computer Vision:

  • Find text with trained models

OCR Input

Read from Many Formats:

  • Images (jpg, png, gif, tiff, bmp)
  • Multi-Page/Frame (tiff, gif)
  • System.Drawing Objects
  • Streams
  • PDFs (optimized target DPI)

Filters:

  • Filter Wizard (Find best filter combination)
  • Image Correction (Sharpen, Enhance Resolution, Denoise, Dilate, Erode)
  • Fix Image Orientation (Rotate, Deskew, Scale)
  • Fix Image Colors (Binarize, Grayscale, Invert, ReplaceColor, SelectTextColor)

Apply a Crop Region:

  • CropRectangle

OCR Result

Simple Data Output:

  • .NET Text Strings
  • Barcode and QR Data
  • Images

Structured Data Output:

  • Pages
  • Blocks
  • Paragraphs
  • Lines
  • Words
  • Characters

Export Documents:

  • Searchable PDFs
  • hOCR Export
  • HTML Export
  • Page or Text as image
  • Barcode or QR as Image

Highlight Text and Save:

  • Characters, words, lines, and paragraphs

Status and Analytics:

  • OCR Progress Tracking
  • Result Confidence

IronOCR Roadmap

We developed IronOCR to fill a market need, and it’s excelled as one of our leading products. Today we are continually shipping new feature requests, driven by community demand.

We actively work with Google’s latest Tesseract technology to drive stability and high accuracy. This ensures our customers are benefiting from the cutting edge OCR reading engine.

Our monthly releases see IronOCR continually prove its worth, and drive our mission to help end users move the .NET language forward.

We know IronOCR is one of the top choices developers make¹. To cement IronOCR as the leading product of its kind we are applying the latest technology to improve image filters, computer vision and machine learning.

Our next epic will be to launch IronOCR for multiple programming languages.

¹Based on a customer survey conducted in June 2022.


August 2023

IronOCR v2023.8.34

Aug 1 2023

Version 2023.8.34

Features & Upgrades

NuGet Gallery | IronOcr 2023.8.34

Release Notes:
  • Searchable PDFs now retain bookmarks, annotations, page orientation, etc. (use OcrPdfInput)
  • Searchable PDFs now require less disk space
  • Added OcrPdfInput class for streamlined OCR of PDF documents
  • Added OcrImageInput class for streamlined OCR of images
  • Deprecated OcrInput class, although it will still be available for the foreseeable future
  • Fixes stamping of crop rectangles not displaying properly

 

到了这里,关于IronOCR 2023.08 最新版-Crack的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • 【2023最新版】DataGrip使用MySQL教程

    目录  一、安装MySQL 二、安装DataGrip 三、DataGrip使用MySQL 1. 新建项目 2. DataGrip连接MySQL 下载驱动文件 填写root+密码 测试 成功 3. DataGrip操作MySQL 四、MySQL常用命令 1. 登录 2. 帮助 3. 查询所有数据库         MySQL是一种开源的关系型数据库管理系统(RDBMS),它是最流行和广泛

    2024年02月09日
    浏览(62)
  • 【面试】Java高频面试题(2023最新版)

    JDK(Java Development Kit),Java开发工具包 JRE(Java Runtime Environment),Java运行环境 JDK中包含JRE,JDK中有一个名为jre的目录,里面包含两个文件夹bin和lib,bin就是JVM,lib 就是JVM工作所需要的类库。 对于基本类型,== 比较的是值; 对于引用类型,==比较的是地址; equals不能用于基

    2023年04月26日
    浏览(42)
  • 2023年最新版kali linux安装教程

    一、前期准备 前排提醒,文末有 绿色版 安装包免费领取! 二、VMware虚拟机配置 1、打开vmware,点击创建新的虚拟机 2、选择自定义(高级)选项,点击下一步 3、继续下一步 4、选择【稍后安装操作系统】,然后点击下一步 5、客户机操作系统选择【Linux】,版本选择【Debian】,

    2023年04月16日
    浏览(56)
  • IntelliJ IDEA 2023.1 最新版如何激活

    IntelliJ IDEA Ultimate 是一款由 JetBrains 开发的集成开发环境(IDE)。它主要用于Java开发,但也支持其他语言和技术,如Kotlin,Scala,Groovy,Android开发以及前端开发等。 首先,我们可以在 JetBrains 的官方网站购买 IntelliJ IDEA 正版授权。它的授权类型主要有个人版和商业版两种,适

    2024年02月15日
    浏览(56)
  • Parallels Desktop2023最新版免费虚拟机软件

    很多朋友用上了MacBook,但很多软件只能在Windows系统来使用,小白想要在MacBook上装Windows,需要花费大量的时间,所以在此,教大家在MacBook上安装虚拟机,来运行Windows系统。对MacOS用户来说,在遍地充斥着Windows操作系统的世界中工作和娱乐是个并不简单的事情,拿笔者本人来

    2024年02月04日
    浏览(43)
  • Hexo+GitHub搭建个人博客教程(2023最新版)

    1、node环境 首先,安装 nodejs, 因为Hexo是基于 Node.js 驱动的一款博客框架。 ⭐nodejs下载地址 2、git 环境 然后,安装git, 一个分布式版本控制系统,用于项目的版本控制管理,作者是 Linux 之父。 ⭐Git(官网) ⭐Git for Windows(仅windows安装包) ⭐CNPM Binaries Mirror [阿里镜像](速

    2024年02月06日
    浏览(61)
  • 美团青龙教程(2023.8.30最新版)附脚本

    这次直接放上leaffish大佬的库地址吧,美团脚本也在里面 (此为最新脚本,脚本日志能看到版本号,有最新版就重新拉库) 以上是单独的脚本,看到很多伙伴拉脚本失败的,可以试一下拉整个库 /* 美团 v3.02 新版美团仅支持青龙等nodejs环境, 不支持圈X 自动领券和完成一些活

    2024年02月10日
    浏览(163)
  • pycharm—配置python解释器【2023最新版】

    嗨嗨,大家好啊,我是小曼~ 刚入门python的伙伴们,一开始也会很多的问题。今天来给大家分享一下python新手必须学会的技巧 : pycharm中配置python解释器 依次点击file - settings 打开设置 依次点击 project:Pythonproject → Python interpreter 依次选择,点击设置。 左边 第一个是选择Py

    2024年02月08日
    浏览(42)
  • 2023最新版IDEA 创建javaweb项目(图文详细)

    该教学主要针对各位刚刚接触javaweb开发的小伙伴,各位学习java的朋友也难免会经历这个阶段,都要从最基础的servlet项目做起,它是 Java 进军 web 开发的第一款技术,也是完全基于Java实现,闲来无事写出本篇文章在此记录一下。 Java Web,是用Java技术来解决相关web互联网领域的

    2024年02月01日
    浏览(86)
  • 美团青龙教程(2023.8.10最新版)附脚本

    这次直接放上leaffish大佬的库地址吧,美团脚本也在里面 (此为最新脚本,脚本日志能看到版本号,有最新版就重新拉库) 以上是单独的脚本,看到很多伙伴拉脚本失败的,可以试一下拉整个库 /* 美团 v3.02 新版美团仅支持青龙等nodejs环境, 不支持圈X 自动领券和完成一些活

    2024年02月13日
    浏览(192)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包