Skip to content

Commit b0e020e

Browse files
committed
rename to input_source in sample code
1 parent 5803072 commit b0e020e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/extras/code_samples/default_v2.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ params = InferenceParameters(
1616
)
1717

1818
# Load a file from disk
19-
input_doc = mindee_client.source_from_path(input_path)
19+
input_source = mindee_client.source_from_path(input_path)
2020

2121
# Upload the file
2222
response = mindee_client.enqueue_and_parse(
23-
input_doc, params
23+
input_source, params
2424
)
2525

2626
# Print a brief summary of the parsed data

0 commit comments

Comments
 (0)