| ProcessorParseGlobalFields Method |
Uses the specified report file to parse and extract global field only.
Namespace:
Opait.ReportMiner.Api
Assembly:
Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax public IEnumerable<IField> ParseGlobalFields(
string modelFile,
string reportFile = null,
string pluginDll = null,
string password = null
)
Parameters
- modelFile
- Type: SystemString
The path to the saved model file. - reportFile (Optional)
- Type: SystemString
The path to the report file. If null, use the model's sample report file. - pluginDll (Optional)
- Type: SystemString
The path to an optional plugin DLL to post-process the extracted data. - password (Optional)
- Type: SystemString
The optional password used to open the report file.
Return Value
Type:
IEnumerableIFieldAn enumerable list of detected records.
See Also