Step 1 - Create a Document AI Configuration to Process Resumes
Now that you've completed the prerequisites and gathered the required information (Client Secret, Consumer Key, and Salesforce Domain URL), you're ready to create your first Data 360 Document AI configuration to process and extract data from resumes. Learn more about Document AI.
- From App Launcher, find and select the Data 360 app (it may appear as Data Cloud).
- Go to the Unstructured Data tab (in some orgs, this may be labeled as Process Content).
- On the left-hand navigation menu, click Document AI.
- Click New to create a new configuration.
- Choose how you want to create your document schema configuration by selecting Without a source object.
-
Prepare your resume document for upload. In the document schema builder, click Upload Files and select your resume.
-
On the top left, select any LLM model. Gemini 2.0 Flash is recommended for PDF analysis.
-
Configure extraction fields:
- On the right, under Outputs, click Create Manually and then click Next.
- Click Add Field and add the following fields one-by-one. For each field, set the data type to string, and leave the prompt field blank.
| Field Name | Description |
|---|---|
| First Name | Candidate's first name |
| Last Name | Candidate's last name |
| Email Address | Candidate's email address |
| Phone Number | Candidate's phone number |
| Street Address | Candidate's street address |
| City | Candidate's city |
| State or Province | Candidate's state or province |
| Country | Candidate's country |
| Pin Code or Zip Code | Candidate's postal code |
| Summary of Qualifications | Summary of candidate's qualifications |
Verify the results of the resume data extraction.
- Click Test.
- Document AI processes your uploaded sample file and extracts the defined fields. Review the output to verify that all fields are extracted correctly.
- Save your configuration:
- Click Save.
- Enter a Document Schema Name and API Name:
resume_config. Copy and save the API name for next steps. - Click Save.
- Step 2 - Create a Prompt Template in Prompt Builder: Create a Flex prompt template to format Document AI JSON output for your flow.