Extracting data based on document line location

Using Location to automate using Kognitos

You can use directional keywords to automate when working with Kognitos.

get the document's first line which contains "MEDICATION"  
  get the lines below the above as the medication notes

For example. You can write:

get the document's first line which contains "RECIPE"
get the lines below that as the recipe text

In the above example we show two examples of location keywords.

We say get the lines **below** to signal where the automation should look on a document for specific text.

We also say the above/ the right/ the left to reference a value in the automation we want to work with. So by saying line location, we're saying to use the result of the line location almost as a variable. The line location acts as an anchor for Kognitos to search the data you want around it.