You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
just a variable name fix for quick start snippet included in your README
fromhrflowimportHrflowclient=Hrflow(api_secret="YOUR_API_KEY", api_user="YOU_USER_EMAIL")
# read file from directory (in binary mode)withopen("path_to_file.pdf", "rb") asfile_resume_cv:
# Parse it using this method without reference:response=client.profile.parsing.add_file(
source_key="INSERT_THE_TARGET_SOURCE_KEY",
profile_file=file_resume_cv,
sync_parsing=1, # This is to invoke real time parsing# Attach an application tag to the profile to be parsedtags=[{"name": "application_reference", "value": "TS_X12345"}],
)
The text was updated successfully, but these errors were encountered:
Hi,
just a variable name fix for quick start snippet included in your README
The text was updated successfully, but these errors were encountered: