Timeouts

TimeoutMs provides an optional timeout in milliseconds, after which the OCR read operation will be cancelled.

Similar to AbortToken, TimeoutMs also helps with reading large input files in case the program or application becomes stuck.

Please note that the feature is not supported in .NET Framework 4.x.x.

Discover how to implement asynchronous OCR operations and enhance your C# application's efficiency today!