Category Archives: Development

Active X, Basic, VB, VB DotNet, C \/ C++ C#, Compilers & Interpreters, Components & Libraries, Debugging, Delphi, Help Tools, Install & Setup, Management & Distribution, Other, Source Editors

Azure OCR Product 2022.12.10830

Product Page: https://ironsoftware.com/csharp/ocr/technology/azure-ocr/

azure-OCR-screenshot.png

It does Azure work with OCR? For Azure .Net applications you may wish to add optical character recognition functionality. IronOCR provides that functionality without ever sending your data outside of the ether application, helping to ensure the security of your data. IronOCR adds native OCR functionality to any .Net framework or core or standard application. This allows us to add OCR functionality to Azure without having to pay for a SAS service or any monthly fees. It uses the most advanced known build of Tesseract, which has been finely tuned for .Net and ACR work giving conventional users over 99.8% accuracy in a very fast API.
What kinds of features are available within Azure OCR? By looking at the IronOCR homepage, you will see that IronOCR adds functionality for advanced OCR using the Tesseract, five, four or three engines. OCR of PDF documents and multi-page tifs, multi-threaded OCR, OCR in 176 International languages, allowing any PDF or image to become a searchable PDF, OCR within rectangular areas of images. It also provides filters allowing us to optimize images automatically for OCR which can greatly improve speed and efficiency, including unrotated DSU, the removal of noise and color transformations. IronOCR can allow Azure to perform OCR in custom OCR languages using the .test data file format, which has become an industry standard. The results are returned as a results object model, which can be inspected for the content, accuracy, and alternative choices for any word paragraph line or character of text and also to find barcodes within any OCR document. In short, IronOCR provides a comprehensive Azure OCR functionality for .Net developers, which does not require a web service for its OCR functionality, does not require data to be sent across the internet and provides highly accurate results using the latest Tesseract five engine, which does not need to be installed on the host machine. IronOCR contains a custom build for C# of Tesseract five with

C# QR Code Generator 2022.11.10702

Product Page: https://ironsoftware.com/csharp/barcode/tutorials/csharp-qr-code-generator/

Generating-QR-Codes-with-C-Sharp-Screenshot.jpg

Iron Barcode is an example of a high-quality QR code library for C# and .NET. It is available on NuGet Package Manager under the name Barcode (https://www.nuget.org/packages/barcode). Iron Barcode can read QR codes from native System.Drawing.Image and Bitmap objects in addition to any modern image formats, scans, photographs, and PDF documents – https://ironsoftware.com/csharp/barcode/tutorials/csharp-qr-code-generator/

IronBarcode provides unique functionality for styling QR codes in .NET. Using a fluent API, we can style a QR code: re-scale, add margins, annotations, and change all of the colors, in a single line of code.

Iron Barcode also provides functionality for .NET developers to: specify exactly the error correction rate within a QR code, add a logo to the QR code (automatically snapped to grid), all using the QR Code Writer class in the Iron Barcode namespace.

Typically we read QR codes when processing a batch of documents, uploaded document, mobile phone camera photo, or webcam scan. When we write QR codes, we output them as images – Iron Barcode also offers the option to output them to screen, PDF, and even HTML.

IronBarcode (https://ironsoftware.com/csharp/barcode) is quite possibly the most sophisticated QR writing library for .NET. It provides advanced styling options, allowing developers to add logos and recolor their barcodes and QRs. In addition, Iron Barcode has advanced functionality, allowing System.IO.Stream data and binary data in byte arrays to be encoded and decoded in QR, which is not supported by many .NET QR libraries.

Iron Barcode is unique in that it brings everything into a single place QR reading and writing from a single library with high fidelity. Its unique features include: fault tolerance; the ability to read corrupted or low-resolution scans; the ability to stylize QR images; the ability to color QR images; and the ability to output in a wide range of formats, including HTML, HTML tags, PDFs and Images.

The C# Excel Library 2022.12.10926

Product Page: https://ironsoftware.com/csharp/excel/

excel-charp-screenshot-ironxl.jpg

IronXL is a C# .NET software library allowing .net software engineers to read and write Excel XSLX, XLS, & CSV Spreadsheets in .NET Framework and .NET Core applications and websites. It is available from https://ironsoftware.com/csharp/excel/ It is also available on NuGet using the package name IronXL.Excel https://www.nuget.org/packages/IronXL.Excel/.

IronXL does not require use of Office Excel Interop and does not require Microsoft Excel to be installed on a server. All without other dependancies. A quick and natural approach to create Excel and Other Spreadsheet files in C# and VB.NET.

* Read / Import Data from XLS/XLSX/CSV/TSV.
* Export Excel WorkSheets to XLS/XLSX/CSV/TSV/JSON.
* Work with Spreadsheets as System.Data.DataSet and System.Data.DataTable.
* Excel Formulas recalculated each time a sheet it edited.
* Intuitive Ranges setting with a WorkSheet[‘A1:B10’] structure.
* Sort Ranges, Columns and Rows.
* Style Cells – Font, Size, Background design, Border, Alignment and Number formats.

IronXL .Net Excel Library works well in C#, VB .NET, MVC, ASP.NET, dotnet Core projects for Websites, Console & Desktop APPs. The C# Excel Library supports .Net Core 2.0 or above, .Net Standard as well as .Net Framework 4.5 or above. Installation on Microsoft Windows, Linux, MacOS, Xamarin, Mobile, Mono or cloud based services such as Azure and AWS.

The C# Excel Library features full online documentation, software tutorials, a NuGet installer, GitHub Repositories with examples, and technical support provided by the original development team. Tutorials available here: https://ironsoftware.com/csharp/excel/tutorials/how-to-read-excel-file-csharp/