IronOCR for .NET のリリース
Released: Oct 3, 2024
2024.10.3 での更新項目
機能
- Improved ReadPassport for rotated input.
- Updated IronSoftware.System.Drawing Dependency to 2024.9.11.
Released: Sep 9, 2024
2024.9.6 での更新項目
機能
- Added a new
ReadDocumentAdvanced reading method specialized for reading Table data.
- Updated
IronSoftware.System.Drawing Dependency to 2024.9.10.
Released: Jul 31, 2024
2024.8.21 での更新項目
機能
- Updated IronSoftware.System.Drawing Dependency to 2024.8.1.
不具合の修正
- Fixed issue with temp files not getting cleaned after being read.
Released: Jul 10, 2024
2024.7.13 での更新項目
機能
- Updated IronSoftware.System.Drawing Dependency to 2024.7.2.
- Reduced searchable PDF output file size from TIFF input file.
不具合の修正
- Fixed DetectPageOrientation only returned the result of the first page content.
- Fixed ConvertToSearchablePdf overload issue.
Released: Jun 4, 2024
2024.6.3 での更新項目
機能
- 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.
不具合の修正
- Fixed issue where searchable PDFs returned overlapped text: This update resolves an issue where text in...
Released: Apr 29, 2024
2024.5.25 での更新項目
機能
- 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
2024.4.6 での更新項目
機能
- Renamed method: AddArchiveEntry to Add for IronTarArchive, IronGZipArchive and IronBZip2Archive.
Released: Mar 4, 2024
2024.3.4 での更新項目
機能
- Implemented 'DetectPageOrientation' to detect orientation of the input.
- Updated IronSoftware.System.Drawing Dependency to 2024.3.2.
不具合の修正
- Fixed a bug where license key would not be picked up from web.config file in .NET Framework.
Released: Jan 29, 2024
2024.2.41 での更新項目
機能
- 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
2024.1.17 での更新項目
機能
- Updated IronSoftware.System.Drawing to v2024.4.1.
不具合の修正
- 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.