We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5803072 commit b0e020eCopy full SHA for b0e020e
1 file changed
docs/extras/code_samples/default_v2.txt
@@ -16,11 +16,11 @@ params = InferenceParameters(
16
)
17
18
# Load a file from disk
19
-input_doc = mindee_client.source_from_path(input_path)
+input_source = mindee_client.source_from_path(input_path)
20
21
# Upload the file
22
response = mindee_client.enqueue_and_parse(
23
- input_doc, params
+ input_source, params
24
25
26
# Print a brief summary of the parsed data
0 commit comments