Skip to main content

Purpose

Contains statistics for each document editing event. Diagram of relationships between Processing logs tables

List of columns

NameTypeRequiredDescription
AssemblingErrorsInintyesThe number of errors made during the assembly of the document by the time it enters a particular processing stage.
AssemblingErrorsOutintyesThe number of errors made during the assembly of the document by the time its processing at a particular processing stage has been completed.
CorrectedSymbolsintyesThe number of corrected characters in the document.
DocErrorsInintyesThe number of rule errors in the document when it enters a particular processing stage.
DocErrorsOutintyesThe number of rule errors in the document when it leaves a particular processing stage.
EventIdbigintyesEvent identifier. Corresponds to the entry identifier in the EventLog table.
ExtendedDataA JSON file with extended information about the document (document source, list of fields, pages, errors at various processing stages, etc.).
FieldErrorsInintyesThe number of formatting errors in the document when it enters a particular processing stage.
FieldErrorsOutintyesThe number of formatting errors in the document after its processing at a particular processing stage has been completed.
FieldsForVerificationInintyesThe number of fields that have to be verified in the document when it enters a particular processing stage.
FieldsForVerificationOutintyesThe number of fields that still have to be verified in the document after its processing at a particular processing stage has been completed.
FlagsintyesReserved for future use.
ProcessingStageIdintyesThe identifier of the processing stage at which the document was edited.
SecondsCountintyesThe amount of time in seconds spent on editing the document.
SymbolsForVerificationInintyesThe number of characters that have to be verified in he document when it enters a particular processing stage.
SymbolsForVerificationOutintyesThe number of characters that still have to be verified in the document after its processing at a particular processing stage has been completed.
VerifiedFieldsInintyesThe number of fields that have been verified in the document when it enters a particular processing stage.
VerifiedFieldsOutintyesThe number of fields that have been verified in the document when its processing during a particular stage has been completed.
Back to top