File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 71
71
"cell_type" : " markdown" ,
72
72
"metadata" : {},
73
73
"source" : [
74
- " > Let's take a look at the analyzer template"
74
+ " > Let's take a look at the analyzer template of Pro mode "
75
75
]
76
76
},
77
77
{
228
228
" from IPython.display import FileLink, display\n " ,
229
229
" \n " ,
230
230
" 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 " ,
232
232
" \n " ,
233
233
" # Create the output directory if it doesn't exist\n " ,
234
234
" output_dir = \" output\"\n " ,
246
246
"cell_type" : " markdown" ,
247
247
"metadata" : {},
248
248
"source" : [
249
- " > Let's check the extracted fields with Pro mode "
249
+ " > Let's take a look at the extracted fields with Pro mode "
250
250
]
251
251
},
252
252
{
You can’t perform that action at this time.
0 commit comments