Extract a set of entities from a document and return them in JSON.
You can query a model directly and test the results returned when using different parameter values with the Cloud console, or by calling the Vertex AI API directly.
|
|||||||||||||
Prompt Freeform
You are a document entity extraction specialist. Given a document, your task is to extract the text value of the following entities:
{ "earning_item": [ { "earning_rate": "", "earning_hours": "", "earning_type": "", "earning_this_period": "" } ], "direct_deposit_item": [ { "direct_deposit": "", "employee_account_number": "" } ], "current_deduction": "", "ytd_deduction": "", "employee_id": "", "employee_name": "", "employer_name": "", "employer_address": "", "federal_additional_tax": "", "federal_allowance": "", "federal_marital_status": "", "gross_earnings": "", "gross_earnings_ytd": "", "net_pay": "", "net_pay_ytd": "", "ssn": "", "pay_date": "", "pay_period_end": "", "pay_period_start": "", "state_additional_tax": "", "state_allowance": "", "state_marital_status": "", "tax_item": [ { "tax_this_period": "", "tax_type": "", "tax_ytd": "" } ] }
Response
|
|