Text ends with: The text in the image must end with the key text you provide.
Key occurrence: Specify which instance of the key text to use if it appears multiple times (e.g., 1 for the first occurrence, 2 for the second).
Anchor text: Specific text from the image used to locate the key text, especially when it appears multiple times or its location varies. It's more like a reference point on the image from where the bot will start looking for key text so that it does not have to search through the entire image.
For example, say you want to extract the billing address, which appears twice: once under "Billing Information" and again under "Shipping Information." You can use "Billing Information" as the anchor text to extract only the first instance.
Anchor occurrence: The number of times the anchor text appears before starting extraction.
Data extraction coordinates:
Define the precise location and size of the data you want to extract relative to the key, using pixel offsets for X (horizontal), Y (vertical), and the width and height of the extraction area.
X: The horizontal distance (in pixels) from the
left edge of the image to the
top-left corner of the data you want to extract.
Y: The vertical distance (in pixels) from the
bottom edge of the image to the
top-left corner of the data you want to extract
Width: The
horizontal size (in pixels) of the data you want to extract, measured
from the X coordinate.
Height: The
vertical size (in pixels) of the data you want to extract, measured
from the Y coordinate.