package response type OcrResponse struct { Success bool `json:"success"` // 是否成功 Texts []string `json:"texts"` // 识别结果 GuessBookInfo }