now i use detect_full_text() to detect words in sdk way. there are two issues: 1. the detect_full_text cannot return correct language code and words info when the texts in picture is chinese. 2. meanwhile, the detect_text() can return correct info(words and bounds info). since i need the info of each words and bounds, i have to use the first api. Any ideas or is this an exist issue of this api?