Skip to content

Commit c94e356

Browse files
authored
docs: fix typo
1 parent 1486b37 commit c94e356

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,11 @@ with open("path_to_file.pdf", "rb") as f:
6565

6666
#Parse it using this method without reference:
6767
response = client.profile.parsing.add_file(
68-
source_key="INSERT_THE_TARGET_SOURCE_KEY",
69-
profile_file=file,
70-
sync_parsing=1, # This is to invoke real time parsing
71-
tags=[{"name": "application_reference", "value": "TS_X12345"}], # Attach an application tag to the profile to be parsed
72-
)
73-
68+
source_key="INSERT_THE_TARGET_SOURCE_KEY",
69+
profile_file=file,
70+
sync_parsing=1, # This is to invoke real time parsing
71+
tags=[{"name": "application_reference", "value": "TS_X12345"}], # Attach an application tag to the profile to be parsed
72+
)
7473
```
7574

7675

@@ -79,4 +78,4 @@ response = client.profile.parsing.add_file(
7978
- [HrFlow.ai Academy](https://www.youtube.com/@hrflow.aiacademy9534) on Youtube for videos on how to get started with HrFlow.ai
8079
- [Updates page](https://updates.hrflow.ai/) to keep you informed about our product releases
8180
- [Documentation](https://developers.hrflow.ai/reference/authentication) to provide information on HrFlow.ai features
82-
- [Our Roadmap](https://roadmap.hrflow.ai/) to show upcoming features or request new ones
81+
- [Our Roadmap](https://roadmap.hrflow.ai/) to show upcoming features or request new ones

0 commit comments

Comments
 (0)