Aspose.OCR for Java 23.1.1 - Release Notes

What was changed

Key Summary Category
OCRJAVA-304 Logging support. New feature

Public API changes and backwards compatibility

This section lists all public API changes introduced in Aspose.OCR for Java 23.1.1 that may affect the code of existing applications.

Added public APIs:

The following public APIs have been introduced in this release:

Logging

You can output the recognition progress to the console or write it to a file. Logging parameters are configured through the static Logging class. You can specify the severity of the log by specifying one of the following values in the LoggingLevel property:

Severity Description
LoggingLevel.Error Error events of considerable importance that will affect normal program execution.
LoggingLevel.Warning Potentially harmful situations that might still allow the application to continue running.
LoggingLevel.Debug Detailed trace messages useful for application developers.
LoggingLevel.None No logging.

Updated public APIs:

No changes.

Removed public APIs:

No changes.

Usage examples

The examples below illustrates the changes introduced in this release:

Logging