Specifies the query context for the DocumentAnalyzer.
public RepositoryContext QueryContext { get; set; } Public Property QueryContext() As RepositoryContextGetSet
public:property RepositoryContext^ QueryContext{RepositoryContext^ get()void set(RepositoryContext^ value)}
Null.
Typically, initialize FileRepositoryContext and set it for this property.
This example shows how to load and run analysis.
using Leadtools;using Leadtools.Document.Analytics;using Leadtools.Document;using Leadtools.Document.Unstructured;using Leadtools.Document.Data;public void Sample(){using (var engines = UnstructuredOcrEngines.Defaults(@"D:\OcrLEADRuntime")){var analyzer = new DocumentAnalyzer(){Reader = new UnstructuredDataReader(){OcrEngines = engines.Engines},QueryContext = new FileRepositoryContext(@"D:\ruleset.json")};var options = new DocumentAnalyzerRunOptions(){ElementQuery = new RepositoryQuery(),ActionQuery = new RepositoryQuery()};using (var document = DocumentFactory.LoadFromFile(@"c:\test.docx", new LoadDocumentOptions())){var results = analyzer.Run(document, options);}}}
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document
