IronOCR for .NET のリリース

Released: Nov 27, 2023

2023.12.34 での更新項目

機能

  • Updated IronSoftware.System.Drawing to v2023.12.1.

Released: Oct 27, 2023

2023.11.35 での更新項目

機能

  • OcrResult.Barcode's Position data is now based on original image instead of relative to Crop Region.
  • Added support for UTF-8 Encodings for OcrResult.SaveAsTextFile.
  • StampCropRectangle can now accept a list of rectangles to stamp.
  • StampCropRectangle now has a static overload that returns the stamped OcrInput for further processing.

不具合の修正

  • Saving Searchable PDF now correctly outputs original image dimensions instead of A4.
  • Resolved issue with pre-rotated PDF documents saving as square output...

Released: Sep 26, 2023

2023.10.9 での更新項目

機能

  • Updated 'IronSoftware.System.Drawing' to version 2023.10.1.
  • Updated 'IronSoftware.Common' to version 2023.10.2.

Released: Sep 8, 2023

2023.9.4 での更新項目

機能

  • Added 'IronSoftware.Common' as a new dependency.
  • Updated 'IronSoftware.System.Drawing' to version 2023.9.2.
  • Updated 'IronSoftware.Native.PdfModel' to version 2023.9.18570.

不具合の修正

  • Fixed bug causing a crash when multiple IronSoftware products are installed.

Released: Aug 1, 2023

2023.8.34 での更新項目

機能

  • 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.

不具合の修正

  • Fixed stamping of crop rectangles not displaying properly.

Released: Jul 3, 2023

2023.7.28 での更新項目

機能

  • Added EnableTesseractWarnings set to false by default, to suppress Tesseract warnings in the console.
  • You can now use IronSoftware.Native.PdfModel to read and write PDF.
  • Updated IronSoftware.System.Drawing to 2023.7.1.

Released: May 29, 2023

2023.6.6 での更新項目

機能

  • Updated IronSoftware.System.Drawing to 2023.6.1.

不具合の修正

  • PostBuildEvent Runtime Folder Copy Fix: Resolved an issue related to copying the runtime folder during PostBuildEvent.

Released: May 1, 2023

2023.5.35 での更新項目

機能

  • Updated IronSoftware.System.Drawing to 2023.4.4.

不具合の修正

  • Fixed an issue where license keys would not be retrieved from web.config in some .NET Framework ASP.NET projects.

Released: Apr 6, 2023

2023.4.13 での更新項目

機能

  • Updated IronSoftware.System.Drawing to 2023.3.3.
  • Added new 'ReadPdfAndOverlayText' method on IronTesseract which allows you to add text and preserve original PDF bookmarks/annotations.
  • Added support for license keys stored in .config and .json files in subfolders of the application.

不具合の修正

  • Resolved an issue causing Searchable PDFs with many images to becomes large files.
  • Fixed an issue where the Binarize filter made Searchable PDFs blank.
  • Fixed issue where the Read method would create temp...

Released: Mar 1, 2023

2023.3.2 での更新項目

機能

  • Added compatibility for Amazon AWS (Amazon Linux).
  • Added compatibility for various older Linux distributions.
  • Improved reliability when reading text from PDFs.
  • Improved speed and fidelity when creating searchable PDFs.
  • Improved logic for finding language files.
  • Removed dependency on System.Drawing.