diff --git a/README.md b/README.md index e08ed9e..8d560ba 100644 --- a/README.md +++ b/README.md @@ -65,12 +65,11 @@ with open("path_to_file.pdf", "rb") as f: #Parse it using this method without reference: response = client.profile.parsing.add_file( - source_key="INSERT_THE_TARGET_SOURCE_KEY", - profile_file=file, - sync_parsing=1, # This is to invoke real time parsing - tags=[{"name": "application_reference", "value": "TS_X12345"}], # Attach an application tag to the profile to be parsed - ) - + source_key="INSERT_THE_TARGET_SOURCE_KEY", + profile_file=file, + sync_parsing=1, # This is to invoke real time parsing + tags=[{"name": "application_reference", "value": "TS_X12345"}], # Attach an application tag to the profile to be parsed +) ``` @@ -79,4 +78,4 @@ response = client.profile.parsing.add_file( - [HrFlow.ai Academy](https://www.youtube.com/@hrflow.aiacademy9534) on Youtube for videos on how to get started with HrFlow.ai - [Updates page](https://updates.hrflow.ai/) to keep you informed about our product releases - [Documentation](https://developers.hrflow.ai/reference/authentication) to provide information on HrFlow.ai features -- [Our Roadmap](https://roadmap.hrflow.ai/) to show upcoming features or request new ones \ No newline at end of file +- [Our Roadmap](https://roadmap.hrflow.ai/) to show upcoming features or request new ones