added
Python SDK: Introducing the add_folder() Function for Batch Profile Parsing
8 months ago by Wafaa Kahoui
We are pleased to announce a new function in our Python SDK designed to parse large batches of profiles efficiently.
😍 Why it’s a big deal for HrFlow.ai users?
- Efficiently parse large local folders of resumes.
- Manage retries and handle failures with the argument
move_failure_to
- Control parsing progress and optimize rate limits with the argument
show_profress
🔧 How does it work?
- Install the HrFlow.ai Python SDK using the command
pip install -U hrflow
orconda install hrflow -c conda-forge
. - Log in to the HrFlow.ai Portal at hrflow.ai/signin.
- Obtain your API key from developers.hrflow.ai/docs/api-authentication.
- Ensure the Profile Parsing API is enabled in your account
- Create a Source as described at developers.hrflow.ai/docs/connectors-source.
- Use the
add_folder()
function from our Python SDK, providing the necessary arguments.