Lancements de Aspose.OCR for C++
Released: Aug 29, 2022
Mises à jour de V22.8
Fonctionnalités
- Added support for recognizing text from images provided as an array of bytes.
- Added preprocessing filter that automatically removes dirt, spots, scratches, glare, unwanted gradients, and other noise from photos and scans.
- Added preprocessing filter that automatically straightens skewed images.
Released: Jul 25, 2022
Mises à jour de V22.7
Fonctionnalités
- When saving recognition results in PDF format, the original (recognized) image is now placed on the background of the resulting document. The recognized text is added as an invisible overlay on top of the background image and can be searched and copied to the clipboard.
Released: Jun 29, 2022
Mises à jour de V22.6
Fonctionnalités
- Added a new detection mode for better identification and recognition of tabular structures.
- Added a new machine learning model for image denoising:
- Integrated Binarized Neural Network (BNN) and related tests.
- Added pre- and post-processing algorithms for Binarized Neural Network.
- Recognition results can now be saved in JSON format.
Released: May 20, 2022
Mises à jour de V22.5
Fonctionnalités
- Added a new ML model to support Cyrillic alphabets.
- Added support for new languages: Belorussian, Bulgarian, Ukrainian, Kazakh, Russian and Serbian.
- New API method improves recognition speed.
Released: Apr 22, 2022
Mises à jour de V22.4
Fonctionnalités
- Improved algorithm for creating XLSX and text files.
- Extended enum areas_type with WORDS value and added the ability to get words coordinates as a result.
- Updated ONNX runtime to version 1.11.
Released: Mar 28, 2022
Mises à jour de V22.3
Fonctionnalités
- Added the ability to import Craft models.
- Added the ability to import optimized models.
- Reduced package size.
- Added the ability to choose mode of area detection.
Released: Jan 28, 2022
Mises à jour de V22.1
Fonctionnalités
- Added the ability to recognize multi-page TIFF images.
Released: Dec 29, 2021
Mises à jour de V21.12
Fonctionnalités
- Added the ability to create XLSX (Microsoft Excel) documents as a result of image recognition.
Released: Nov 22, 2021
Mises à jour de V21.11
Fonctionnalités
- Added the ability to set contrast correction preprocessing filter before recognition.
- Added the ability to set only digits or Latin letter recognition.
- Added the ability to save a multipage PDF or DOCX document as the result of processing multiple images.
- Extended preprocessing filters with median and contrast correction filters.
Released: Oct 3, 2021
Mises à jour de V21.10
Fonctionnalités
- Added support for image correction using preprocessing filters.
- Added support for batch recognition of images.
- Added new structure to set image optimization filters for C compatible API:
- custom_preprocessing_filters.
- Added new structures to set image optimization filters for C++ compatible API:
- OCR_IMG_Binarize.
- OCR_IMG_Resize.
- OCR_IMG_Dilate.
- OCR_IMG_Invert.
- OCR_IMG_Rotate.
- OCR_IMG_Grayscale.
- OCR_IMG_Scale.
- OCR_IMG_Threshold.
- Added new field to the RecognitionSettings structure...