Get desktop application:
View/edit binary Protocol Buffers messages
string id = 1
string language_code = 2
bytes image_bytes = 3
repeated Box boxes = 4
string ocr_engine = 5
string id = 1
string language_code = 2
string base64_image = 3
repeated Box boxes = 4
string ocr_engine = 5
string id = 1
string language_code = 2
bool crop_image = 3
bytes image_bytes = 4
string ocr_engine = 5
repeated string language_codes = 1
int32 max_image_width = 1
int32 cpu_threads = 2
string inference_runtime = 3
double det_db_thresh = 4
double det_db_box_thresh = 5
double det_db_unclip_ratio = 6
string det_db_score_mode = 7
bool use_dilation = 8
double cls_thresh = 9
bool keep_alive = 1
int32 timeout_seconds = 2
(message has no fields)
string stream_id = 1
bytes frame = 2
int32 threshold_min = 3
int32 threshold_max = 4
int32 stream_length = 5
int32 frame_diff_sum = 1
int32 frame_threshold_non_zero_count = 2
Used in: DetectResult, RecognizeBase64Request, RecognizeBytesRequest, Result
optional Vertex bottom_left = 1
optional Vertex bottom_right = 2
optional Vertex top_left = 3
optional Vertex top_right = 4
Used in: DetectResponse, RecognizeDefaultResponse
int32 width = 1
int32 height = 2
Used in: DetectResponse
bytes image_bytes = 1
optional Box box = 2
Used as response type in: OCRService.RecognizeBase64, OCRService.RecognizeBytes
string id = 1
repeated Result results = 2
Used in: RecognizeDefaultResponse
string text = 1
float recognition_score = 2
float classification_score = 3
int32 classification_label = 4
optional Box box = 5
Used in: Box