Accusoft.FSInvoices1.Net - Updated
ProcessingState Property




Accusoft.FSInvoices Namespace > ProcessingEventArgs Class : ProcessingState Property
Gets the current ProcessingState.
Syntax
'Declaration
 
Public ReadOnly Property ProcessingState As ProcessingState
'Usage
 
Dim instance As ProcessingEventArgs
Dim value As ProcessingState
 
value = instance.ProcessingState
public ProcessingState ProcessingState {get;}
public: __property ProcessingState get_ProcessingState();
public:
property ProcessingState ProcessingState {
   ProcessingState get();
}
Remarks

Understanding: First stage. The text information on the document has been OCRed, form fields are found and associated, and form tables are found and build.

VendorMatch: Second stage. The vendor associated with the document is identified.

Analysis: Third stage. Template matching using the information acquired during Understanding combined with the template data. Using the matched template and the user-defined rule set, the information acquired during Understanding is distilled down to a final solution.

TemplateUpdate: Fourth stage. Updates the associated templates with the information gained from this document.

See Also

Reference

ProcessingEventArgs Class
ProcessingEventArgs Members