IronOCR for .NET Releases

Released: Oct 3, 2024

Updates in 2024.10.3

Funktionen

  • Improved ReadPassport for rotated input.
  • Updated IronSoftware.System.Drawing Dependency to 2024.9.11.

Released: Sep 9, 2024

Updates in 2024.9.6

Funktionen

  • Added a new ReadDocumentAdvanced reading method specialized for reading Table data.
  • Updated IronSoftware.System.Drawing Dependency to 2024.9.10.

Released: Jul 31, 2024

Updates in 2024.8.21

Funktionen

  • Updated IronSoftware.System.Drawing Dependency to 2024.8.1.

Fehlerkorrekturen

  • Fixed issue with temp files not getting cleaned after being read.

Released: Jul 10, 2024

Updates in 2024.7.13

Funktionen

  • Updated IronSoftware.System.Drawing Dependency to 2024.7.2.
  • Reduced searchable PDF output file size from TIFF input file.

Fehlerkorrekturen

  • Fixed DetectPageOrientation only returned the result of the first page content.
  • Fixed ConvertToSearchablePdf overload issue.

Released: Jun 4, 2024

Updates in 2024.6.3

Funktionen

  • Improved control over scanned characters: Gain more control over the characters captured during advanced scans.
  • Enhanced document scanning: Advanced scan mode now supports a wider range of languages including Chinese, Traditional Chinese, Japanese, Korean, and Latin, allowing you to scan documents in more languages.
  • Updated IronSoftware.System.Drawing Dependency to 2024.6.1.

Fehlerkorrekturen

  • Fixed issue where searchable PDFs returned overlapped text: This update resolves an issue...

Released: Apr 29, 2024

Updates in 2024.5.25

Funktionen

  • Introduced new Read methods, requires a separate installation of the IronOcr.Extension.AdvancedScan package.
  • Added new ReadPhoto() advanced method.
  • Added new ReadScreenshot() advanced method.
  • Added new ReadPassport() advanced method.
  • Added new ReadLicensePlate() advanced method.
  • Updated IronSoftware.System.Drawing Dependency to 2024.5.1.

Released: Apr 9, 2024

Updates in 2024.4.6

Funktionen

  • Renamed method: AddArchiveEntry to Add for IronTarArchive, IronGZipArchive and IronBZip2Archive.

Released: Mar 4, 2024

Updates in 2024.3.4

Funktionen

  • Implemented 'DetectPageOrientation' to detect orientation of the input.
  • Updated IronSoftware.System.Drawing Dependency to 2024.3.2.

Fehlerkorrekturen

  • Fixed a bug where license key would not be picked up from web.config file in .NET Framework.

Released: Jan 29, 2024

Updates in 2024.2.41

Funktionen

  • Added support for Microsoft .NET 8.
  • Overhauled all OcrInput methods to use Load instead of Add prefix.
  • Improved overall speed by up to 90% in large PDF input contexts, using up to 80% fewer allocations and live objects.
  • Improved memory management for bitmaps in IronCV contexts.
  • Moved SearchablePdf to its own flag.
  • Removed hOCR outputs from default flags. Use Configuration.RenderhOCR = true to explicitly use.
  • Updated IronSoftware.System.Drawing Dependency to 2024.2.2.

Released: Dec 29, 2023

Updates in 2024.1.17

Funktionen

  • Updated IronSoftware.System.Drawing to v2024.4.1.

Fehlerkorrekturen

  • Fixed issue where Rotation got ignored in output searchable PDF.
  • Fixed the dimension of the output searchable PDF to be relative to the input images.
  • Fixed issue of 16 BPP BMP exported as blank searchable PDF.