Class ExtensionAdvancedScanException
Inheritance
Namespace: IronOcr
Assembly: IronOcr.dll
Syntax
public class ExtensionAdvancedScanException : Exception
ExtensionAdvancedScanException signals that an advanced-scan read failed inside IronOCR's machine-learning extension, the path behind the advanced document, photo, passport, and license-plate reads. It is typically thrown when the required ML model files are missing or cannot load, or when the engine cannot process the supplied input. Confirm the machine learning models directory is populated, the input is readable, and the advanced-scan dependencies are installed, then retry. It derives directly from Exception.