Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas65535 authored Mar 12, 2024
1 parent 4fbc3bf commit 7a6eb3b
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
```


Expand All @@ -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
- [Our Roadmap](https://roadmap.hrflow.ai/) to show upcoming features or request new ones

0 comments on commit 7a6eb3b

Please sign in to comment.