File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 2222from mindee .parsing .common .predict_response import PredictResponse
2323from mindee .parsing .common .workflow_response import WorkflowResponse
2424from mindee .parsing .v2 import InferenceResponse , JobResponse
25+ from mindee .v2 .product .classification .classification_parameters import (
26+ ClassificationParameters ,
27+ )
28+ from mindee .v2 .product .classification .classification_response import (
29+ ClassificationResponse ,
30+ )
31+ from mindee .v2 .product .crop .crop_parameters import CropParameters
32+ from mindee .v2 .product .crop .crop_response import CropResponse
33+ from mindee .v2 .product .ocr .ocr_parameters import OCRParameters
34+ from mindee .v2 .product .ocr .ocr_response import OCRResponse
2535from mindee .v2 .product .split .split_parameters import SplitParameters
2636from mindee .v2 .product .split .split_response import SplitResponse
2737
3040 "AsyncPredictResponse" ,
3141 "Base64Input" ,
3242 "BytesInput" ,
43+ "ClassificationResponse" ,
44+ "ClassificationParameters" ,
3345 "Client" ,
3446 "ClientV2" ,
47+ "CropParameters" ,
48+ "CropResponse" ,
3549 "DataSchema" ,
3650 "DataSchemaField" ,
3751 "DataSchemaReplace" ,
4256 "Job" ,
4357 "JobResponse" ,
4458 "LocalResponse" ,
59+ "OCRParameters" ,
60+ "OCRResponse" ,
4561 "PageOptions" ,
4662 "PathInput" ,
4763 "PollingOptions" ,
You can’t perform that action at this time.
0 commit comments