Skip to content

Commit 3a0e739

Browse files
small revise
1 parent 7895a5d commit 3a0e739

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

notebooks/field_extraction_pro_mode.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"cell_type": "markdown",
7272
"metadata": {},
7373
"source": [
74-
"> Let's take a look at the analyzer template"
74+
"> Let's take a look at the analyzer template of Pro mode"
7575
]
7676
},
7777
{
@@ -228,7 +228,7 @@
228228
"from IPython.display import FileLink, display\n",
229229
"\n",
230230
"response = client.begin_analyze(CUSTOM_ANALYZER_ID, file_location=input_docs)\n",
231-
"result_json = client.poll_result(response, timeout_seconds=360)\n",
231+
"result_json = client.poll_result(response, timeout_seconds=600) # set a longer timeout for pro mode\n",
232232
"\n",
233233
"# Create the output directory if it doesn't exist\n",
234234
"output_dir = \"output\"\n",
@@ -246,7 +246,7 @@
246246
"cell_type": "markdown",
247247
"metadata": {},
248248
"source": [
249-
"> Let's check the extracted fields with Pro mode "
249+
"> Let's take a look at the extracted fields with Pro mode "
250250
]
251251
},
252252
{

0 commit comments

Comments
 (0)