now i use detect_full_text() to detect words in sdk way. there are two issues:
- the detect_full_text cannot return correct language code and words info when the texts in picture is chinese.
- 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?