Example document | Download link |
---|
_driver_name_raw
is a query that extracts a driver’s name by searching below some matched text ("position": "below"
). Its ID is the key for the extracted data. For more information, see Field query object."_driver_name_raw"
field, Sensible matches a string ("name of driver"
). For information about more complex anchors, see Anchor object.LLM-based methods | Layout-based methods | |
---|---|---|
Notes | Ask questions about info in the document, as you’d ask a human. For example, “what’s the policy period”? Uses large language models (LLMs). | Find the information in the document using anchoring text and layout data. For example, write instructions to grab the second cell in a column headed by “premium”. |
Deterministic | no | yes |
Handles complex layouts | no | yes |
pageRange
, cuts out irrelevant pages of the document. For more information about using preprocessors to clean up documents before extracting data, see Preprocessors."driver_name_last"
extracts the last name from the raw output of the _driver_name_raw
field. For more information about transforming field output, see Computed field methods. You can also capture the full name as typed output. See types.