16.0.6
📅 2021-09-09
New features
Section titled “New features”PDF loading support on macOS
Section titled “PDF loading support on macOS”As of this release, the extension PDF loading from the Image File module is available on macOS platform.
You can activate this extension by inserting a valid license key in your CIDRSLicense object for the image file module as shown in the snippet below:
// Activate the PDF loading extensionIDRS::CIDRSLicense objLicenseImageFile(IDRS_MODULE_IMAGE_FILE, IDRS_LICENSE_CUSTOM_SOFTWARE, "IDRS_IMAGE_FILE_IRIS_XXXXXXX");objLicenseImageFile.EnableExtension(IDRS_FILE_EXTENSION_PDF, "IDRS_IMAGE_FILE_PDF_IRIS_XXXXXXX");After activating the extension, you are now allowed to load a PDF into a CImage and into a CPage object.
Improvements
Section titled “Improvements”N/A
Deprecated/removed features
Section titled “Deprecated/removed features”N/A
Added/removed resources
Section titled “Added/removed resources”N/A
Fixed bugs
Section titled “Fixed bugs”| ID | Description |
|---|---|
| IDRSRD-6019 | When the iDRS applies several signatures to a PDF, in some cases only the last one is valid |
| IDRSRD-5981 | The docx created with Editable display does not indicate the expected document language when no text is selected |
| IDRSRD-5962 | The iDRS crashes when calling CPageRecognition.AnalyzeLayout on a specific image |
| IDRSRD-5788 | COcrContext::SetUserLexicon is not working |
Known issues
Section titled “Known issues”N/A