From d844d90520662d85b663664e8c73b1b15dbca232 Mon Sep 17 00:00:00 2001 From: Rachel Hu Date: Sat, 6 Apr 2024 19:36:06 -0700 Subject: [PATCH] Update advanced mode extract. --- ...prompt_to_extract_table_from_pdf_to_json_advanced_mode.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/prompt_to_extract_table_from_pdf_to_json_advanced_mode.ipynb b/examples/prompt_to_extract_table_from_pdf_to_json_advanced_mode.ipynb index 54ce7f5..915eaae 100644 --- a/examples/prompt_to_extract_table_from_pdf_to_json_advanced_mode.ipynb +++ b/examples/prompt_to_extract_table_from_pdf_to_json_advanced_mode.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Prompt to Extract Key-values into JSON from W2 (PDF)\n", + "# Prompt to Extract Key-values into JSON from W2 (PDF) using advanced mode\n", "\n", "Below it's an example of using OpenParser to extract key-values from a W2 PDF into JSON format. (Note: the model is still in beta and is NOT robust enough to generate the same output. Please bear with it!)\n", "\n",