Skip to content

Commit 12874aa

Browse files
committed
Minor improvement of function doc
1 parent 3812115 commit 12874aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

veryfi/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ def process_w9_document_url(self, file_url: str, file_name: Optional[str] = None
219219
"""
220220
Process W9 Document from url and extract all the fields from it.
221221
222-
:param file_name: Name of file, eg. receipt.jpg
223222
:param file_url: Publicly accessible URL to a file, e.g. "https://cdn.example.com/receipt.jpg".
223+
:param file_name: Optional name of file, eg. receipt.jpg
224224
:param kwargs: Additional request parameters
225225
226226
:return: Data extracted from the document.
@@ -240,7 +240,7 @@ def process_w9_document(self, file_path: str, file_name: Optional[str] = None, *
240240
Process W9 Document from url and extract all the fields from it.
241241
242242
:param file_path: Path on disk to a file to submit for data extraction
243-
:param file_name: Name of file, eg. receipt.jpg
243+
:param file_name: Optional name of file, eg. receipt.jpg
244244
:param kwargs: Additional request parameters
245245
246246
:return: Data extracted from the document.

0 commit comments

Comments
 (0)