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