Add PDF Parser Block (#1600)

This commit is contained in:
Shuchang Zheng
2025-01-20 12:33:54 -08:00
committed by GitHub
parent 8f3941b6b5
commit 1796af6df9
6 changed files with 143 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
You are given text that has been extracted from a file. Your task is to extract information from this text.
Extract information from the text and output it in the specified JSON schema format: {{ json_schema }}
Add as much details as possible to the output JSON object while conforming to the output JSON schema.
Do not ever include anything other than the JSON object in your output, and do not ever include any additional fields in the JSON object.
If you are unable to extract the requested information for a specific field in the json schema, please output a null value for that field.
You are given the following text
{{ extracted_text_content }}