Available in XBOUND 3.8 and later. Extended in XBOUND 3.8.1.
This view contains processed Capture values for a field. The data is provided by the Agent for Reporting.
This view provides the number of processed fields for the Capture Statistic report and the Detailed Capture Statistics report.
Column | Description |
FieldID | The ID of the field (FieldID in W_FieldReport). |
OCRValue | The field value after the last OCR process step (Cat=OCR). (OCRValue in W_FieldReport.) |
OCRValid | The status of the field after the last OCR process step (Cat=OCR). (OCRValid in W_FieldReport.) |
CorrectValue | The field value of the last corrective OCR process step (Cat=CORR). (CorrectValue in W_FieldReport.) |
CorrectValid | The status of the field after the last corrective OCR process step (Cat=CORR). (CorrectValid in W_FieldReport.) |
FieldEvaluation | 0 = CorrectValid (AUTOM_VALUE = CORR_VALUE and AUTOM_VALID = Valid) |
AutomValue | The field value after the last automatic process step (Cat=AUTOM). (AutomValue in W_FieldReport.) |
AutomValid | The status of the field after the last automatic process step (Cat=AUTOM). (AutomValid in W_FieldReport.) |
CaptureEndValue | The value reported after the last process step that is configured in the XBOUND reporting category as the capture end point (CaptureEndValue in W_FieldReport). For more information, see XBOUND Help topic "Configuring a reporting category". |
CaptureEndValid | The status of the field after the last process step that is configured in the XBOUND reporting category as the capture end point (CaptureEndValid in W_FieldReport). |
Name | The name of the field (Name in W_Field). |
Type | The field type (Type in W_Field). Possible values: 0 = group |
VarcharValue | Field value when Type=1 (string). (VarcharValue in W_FieldReport.) |
IntValue | Field value when Type=2 (int). (IntValue in W_FiedlHistory.) |
FloatValue | Field value when Type=3 (float). (FloatValue in W_FieldReport.) |
DatetimeValue | Field value when Type=4 (datetime). (DatetimeValue in W_FieldReport.) |
BatchID | The ID of the root document (BatchID in W_Document). |
ProcessID | The ID of the process (ProcessID in W_Document). |
ProcessName | The name of the process. |
| OriginalDocType | The name of the document type when the document was first created (Name in C_DocType). |
DocumentID | The ID of the document (ID in W_Document). |
| DocCorrectValid | The number of error-free fields. (Sum of fields in this document for which FieldEvalution=0 in the W_FieldReport table.)* |
| Substitutions | The number of fields with substitution errors. (Sum of fields in this document for which FieldEvaluation=1 in W_FieldReport.)* |
| SuggestionCorrect | The number of fields with correct field suggestions. (Sum of fields in this document for which FieldEvaluation=2 in W_FieldReport.)* |
| SuggestionFaulty | The number of fields with incorrect field suggestions. (Sum of fields in this document for which FieldEvaluation=3 in W_FieldReport.)* |
| OcrTime | The total length of time during which the document was checked out by an OCR activity (Cat=OCR). (CheckOutDuration from W_Step.) |
| OcrDate | The date of the last OCR activity (Cat=OCR) for this document. |
| VerifyDate | The date of the last Verify activity (Cat=CORR) for this document. |
| OriginalDocTypeID | The document type when the document was first created. (ID in C_DocType.) |
| ReclassifiedTypeID | The document type after the last process step that is configured in the XBOUND reporting category as the Capture end point (IsCaptureEnd in C_ProcessStep). This is the value of ID in C_DocType. For more information, see XBOUND Help topic "Configuring a reporting category". |
| OrigClassField | The value of the business_class field after the last automatic process step (Cat=Autom). |
| FinalClassField | The value of the business_class field after the last process step that is configured in the XBOUND reporting category as the Capture end point (IsCaptureEnd in C_ProcessStep). |
| ReclassifiedField | Currently not used. |
| CurrentSheetCount | The number of sheets for this document in the last step. |
| CurrentPageCount | The number of pages for this document in the last step. |
| CurrentImageCount | The number of images for this document in the last step. |
| LastStep | The last process step that was performed on this document. Unique identifier (StepID in W_Step). |
| ReclassifiedDocType | The name of the document type after the last process step that is configured in the XBOUND reporting category as the Capture end point (IsCaptureEnd in C_ProcessStep). For more information, see XBOUND Help topic "Configuring a reporting category". |
| VerifyDateOnly | Only the date (without the time) from the VerifyDate field in W_DocReport. |
| CreatedAt | When the document was created (CreatedAt in W_Document). |
| DocCreateDateOnly | Only the date (without the time) from the CreatedAt field in W_Document. |
* For more information see the description of the FieldEvaluation column in W_FieldReport.