ocr library
OCR service from Ant Investor Profile package.
Classes
- OCRFile
- OCRFile represents the result of OCR processing for a single file.
- OCRService
- OCRService provides optical character recognition capabilities. All RPCs require authentication via Bearer token.
- OCRServiceApi
- RecognizeRequest
- RecognizeRequest initiates OCR processing for one or more files. Supports both synchronous and asynchronous processing modes.
- RecognizeResponse
- RecognizeResponse returns OCR results for the requested files.
- StatusResponse
- StatusResponse returns the status of an async OCR request.
Extension Types
- OCRServiceClient
- OCRService provides optical character recognition capabilities. All RPCs require authentication via Bearer token.
Constants
-
OCRFile$json
→ const Map<
String, Object> -
OCRServiceBase$json
→ const Map<
String, dynamic> -
OCRServiceBase$messageJson
→ const Map<
String, Map< String, dynamic> > -
RecognizeRequest$json
→ const Map<
String, Object> -
RecognizeResponse$json
→ const Map<
String, Object> -
StatusResponse$json
→ const Map<
String, Object>
Properties
- oCRFileDescriptor → Uint8List
-
Descriptor for
OCRFile. Decode as agoogle.protobuf.DescriptorProto.final - oCRServiceDescriptor → Uint8List
-
Descriptor for
OCRService. Decode as agoogle.protobuf.ServiceDescriptorProto.final - recognizeRequestDescriptor → Uint8List
-
Descriptor for
RecognizeRequest. Decode as agoogle.protobuf.DescriptorProto.final - recognizeResponseDescriptor → Uint8List
-
Descriptor for
RecognizeResponse. Decode as agoogle.protobuf.DescriptorProto.final - statusResponseDescriptor → Uint8List
-
Descriptor for
StatusResponse. Decode as agoogle.protobuf.DescriptorProto.final