File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,12 +65,11 @@ with open("path_to_file.pdf", "rb") as f:
6565
6666# Parse it using this method without reference:
6767response = 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
You can’t perform that action at this time.
0 commit comments