diff --git a/examples/test_sync_example.py b/examples/test_sync_example.py index 00961a1..5892c59 100644 --- a/examples/test_sync_example.py +++ b/examples/test_sync_example.py @@ -15,7 +15,7 @@ # create instance of AnyParser ap = AnyParser(API_KEY) -# synchronous extract job (extraction and result fetching together) +# synchronous extract job (both extraction and result fetching, 60s timeout) md_output, total_time = ap.extract(FILE_PATH) print(md_output) print(total_time)