ok-oldking

Results 4 issues of ok-oldking

``` def read(self, n: int) -> bytes: try: return self._read_fully(n) except socket.timeout: raise AdbTimeout("adb read timeout") ``` read的时候,如果adb.exe被别的进程杀掉可能会报ConnectionResetError,是否也catch尝试重连? File "D:\projects\ok-baijing\venv\Lib\site-packages\adbutils\_adb.py", line 106, in _read_fully chunk = self.conn.recv(t) ^^^^^^^^^^^^^^^^^ ConnectionResetError: [WinError...

``` import os import py7zr try: with py7zr.SevenZipFile('corrupt.zip', mode='r') as z: z.extractall('test') except Exception as e: os.remove('corrupt.zip') ``` When I’m extracting a particular corrupted 7z file, I get the PermissionError:...

bug

#### Describe the bug ![image](https://github.com/user-attachments/assets/073e7ddf-26b1-408c-9834-3b49536fde3c) 用AzureSpeech API转换的语音, 点下载,扩展名是.mp3 实际格式是wav ![image](https://github.com/user-attachments/assets/f9904a7d-d4ec-4634-bd05-5076e0015845)

bug

#### 问题描述 / Problem Description 使用ch_mobile, 或者使用onnx+ch_server都正常, ch_server+openvino会报异常 ``` File "ok\\__init__.pyx", line 3128, in ok.OCR.rapid_ocr result = self.executor.ocr_lib(image, use_det=True, use_cls=False, use_rec=True) File "D:\projects\sanmou\.venv\Lib\site-packages\rapidocr\main.py", line 118, in __call__ det_res = self.text_det(img)...

help wanted