tehcia000

Results 2 comments of tehcia000

有大佬贴下这个解决这个问题的代码吗?我加的代码不生效啊

> ```python > if isinstance(part, ImagePart): > try: > image = Image.open(BytesIO(part._blob)) > result, _ = ocr(np.array(image)) > if result: > ocr_result = [line[1] for line in #result] > resp...