Rilasci di Aspose.OCR for .NET
Released: Jun 30, 2026
Aggiornamenti in V26.6
Funzionalità
- Added NaturalLanguageQueryAIProcessor to the AsposeAI module for natural language querying of OCR results with LLMs.
- Added rule-based document type detection with neural-model support through the new DetectDocumentType method.
- Added AI-powered document type detection based on LLM prompts through the new DetectDocumentTypeAI method.
- Improved execution time and memory footprint by adding buffer-wise model loading, fixing a native memory leak, and introducing TrackNativeResources...
Released: May 18, 2026
Aggiornamenti in V26.5
Funzionalità
- Added region-level recognition results to RecognitionResult - Added the ability to access recognized text per detected region via RecognitionRegionsResult.
Correzioni
- Fixed JSON serialization for RecognitionResult, including byte-array image fields, to produce stable and complete serialized output.
Released: Mar 31, 2026
Aggiornamenti in V26.3
Correzioni
- Performance and memory consumption issue: add 'EnableCpuMemArena' and 'EnableMemoryPattern' to configure ONNX Runtime.
Released: Feb 27, 2026
Aggiornamenti in V26.2
Funzionalità
- Internal improvements and stability refinements.
Released: Jan 28, 2026
Aggiornamenti in V26.1
Funzionalità
- Improved region detection accuracy.
- Keyword and numeric search - Allowed searching by keywords as well as numeric values.
- Added RecognizeTables method in the API.
Correzioni
- Fixed bug with resource download (add check sum for models size).
Released: Dec 27, 2025
Aggiornamenti in V25.12
Funzionalità
- Integrated the new LLM AI library into the project.
- Removed all obsolete fields and functions.
Released: Nov 18, 2025
Aggiornamenti in V25.11
Funzionalità
- Added CSV output format support for table detection (in OcrOutput class).
- Added support for OCRTable recognition result format.
- Integrated formula detection and recognition functionality.
Released: Sep 25, 2025
Aggiornamenti in V25.9.1
Funzionalità
- Table recognition has been improved.
Correzioni
- Fixed issue with OCR Accuracy using Aspose.OCR on PDF.
Released: Sep 12, 2025
Aggiornamenti in V25.9
Funzionalità
- Improved markdown output format with table detection.
Correzioni
- HOCR export to MemoryStream and incompatibility with Aspose.PDF conversion.
Released: Aug 29, 2025
Aggiornamenti in V25.8
Funzionalità
- Integrated LLM into table recognition.
- Improved Excel output with LLMs table recognition.
Correzioni
- Fixed bug with multi languages and multi threading.