Get desktop application:
View/edit binary Protocol Buffers messages
string id = 1
string language_code = 2
bool crop_image = 3
bytes image_bytes = 4
string ocr_engine = 5
repeated string language_codes = 1
string ocr_engine = 1
string language_code = 2
string ocr_engine = 1
string model_name = 2
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
string id = 1
string language_code = 2
string base64_image = 3
repeated Box boxes = 4
string ocr_engine = 5
bool detection_only = 6
string id = 1
string language_code = 2
bytes image_bytes = 3
repeated Box boxes = 4
string ocr_engine = 5
bool detection_only = 6
string id = 1
string language_code = 2
bytes image_bytes = 3
string base64_image = 6
repeated string result_ids = 4
string ocr_engine = 5
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
Used in: DetectionResult, RecognizeBase64Request, RecognizeBytesRequest, Result, TextLine
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
repeated TextLine text_lines = 3
Used in: GetHardwareAccelerationOptionsResponse
string backend = 1
string compute_platform = 2
string compute_platform_version = 3
string install_command = 4
bool installed = 5
Used as response type in: OCRService.RecognizeBase64, OCRService.RecognizeBytes, OCRService.RecognizeSelective
string id = 1
repeated Result results = 2
Used in: RecognizeDefaultResponse
repeated TextLine text_lines = 1
float recognition_score = 2
float classification_score = 3
int32 classification_label = 4
optional Box box = 5
bool is_vertical = 6
string id = 7
string recognition_state = 8
Used in: DetectionResult, Result
string content = 1
optional Box box = 2
Used in: GetSupportedModelsResponse
string name = 1
repeated string language_codes = 2
bool is_installed = 3
Used in: Box