Key/Value
Finds the most promising two-column tabular key/value pair in a single page of the source document. This single page and the winning key are those that score highest on the terms
and stopTerms
.
key | value | description |
---|---|---|
id | keyValue | |
terms | Array of strings | An array of terms to score positively. For more information about the NLP approach, see bag of words. |
stopTerms | Array of strings | optional. An array of terms to score negatively. For more information about the NLP approach, see bag of words. |
Updated about 9 hours ago