-
Notifications
You must be signed in to change notification settings - Fork 5
♻️ update regression test sample + add quick accessor for LocalResponse #300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+71
−16
Merged
Changes from 1 commit
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
13ced25
:recycle: update regression test sample + add quick accessor for Loca…
sebastianMindee a3e0754
fix readme
sebastianMindee afe66a7
fix typos
sebastianMindee fcd611c
fix typo
sebastianMindee 006fe3e
restore driver license example
sebastianMindee 6d457ac
update test samples
sebastianMindee File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
from mindee import product | ||
from mindee.client import Client, PageOptions | ||
from mindee.client import Client | ||
from mindee.input.local_response import LocalResponse | ||
from mindee.input.page_options import PageOptions | ||
from mindee.parsing.common.api_response import ApiResponse | ||
from mindee.parsing.common.async_predict_response import AsyncPredictResponse, Job | ||
from mindee.parsing.common.async_predict_response import AsyncPredictResponse | ||
from mindee.parsing.common.feedback_response import FeedbackResponse | ||
from mindee.parsing.common.job import Job | ||
from mindee.parsing.common.predict_response import PredictResponse | ||
from mindee.parsing.common.workflow_response import WorkflowResponse |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.