package response type OcrResponse struct { Success bool `json:"success"` Texts []string `json:"texts"` GuessBookInfo }