Skip to content

Commit c7c3f6a

Browse files
fix smoke test v2
1 parent fdc934c commit c7c3f6a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/code_samples/v2_extraction_polling.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
use Mindee\V2\Client;
4-
use Mindee\Input\InferenceParameters;
4+
use Mindee\V2\Product\Extraction\Params\InferenceParameters;
55
use Mindee\Input\PathInput;
66
use Mindee\Parsing\V2\InferenceResponse;
77

docs/code_samples/v2_extraction_webhook.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
use Mindee\V2\Client;
4-
use Mindee\Input\InferenceParameters;
4+
use Mindee\V2\Product\Extraction\Params\InferenceParameters;
55
use Mindee\Input\PathInput;
66

77
$apiKey = "MY_API_KEY";

0 commit comments

Comments
 (0)