Expand my Community achievements bar.

Get ready! An upgraded Experience League Community experience is coming in January.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

Asynchronous PDF Extract API calls using the Python SDK

Avatar

Level 1

We are working on a project that requires us to extract data from multiple PDF files for a user/session using the Python SDK. We want to speed up the process by making asynchronous (concurrent) Extract API calls using the asyncio and await functions. However, we are facing some issues with this approach. The Extract API calls are not running concurrently, but sequentially. We are wondering if there is a way to fix this problem or if there is a limitation of the Python SDK that prevents us from making concurrent Extract API calls.

0 Replies