Skip to content

Commit

Permalink
rename resume extract sync SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Sdddell committed Nov 5, 2024
1 parent dd537f3 commit 9e32846
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion any_parser/any_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def extract_key_value(
else:
return f"Error: {response.status_code} {response.text}", None

def resume_extract(
def extract_resume_key_value(
self,
file_path: str,
) -> Tuple[str, str]:
Expand Down
2 changes: 1 addition & 1 deletion examples/extract_resume_key_value.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"outputs": [],
"source": [
"file_path = \"./sample_data/resume_1.pdf\"\n",
"json_result = ap.resume_extract(file_path)"
"json_result = ap.extract_resume_key_value(file_path)"
]
},
{
Expand Down

0 comments on commit 9e32846

Please sign in to comment.