delayedNNLoad property
Defines whether the DocumentReader delays loading of neural networks.
When set to true the initialization starts in the background thread after
the method DocumentReader.initialize is called. If the document
processing is initiated before all the networks are loaded,
the DocumentReader will wait for it before starting the handling.
When set to false the initialization is performed during
DocumentReader.initialize method.
Implementation
bool delayedNNLoad = false;