PFCCLab / PPOCRLabel

PPOCRLabelv2 is a semi-automatic graphic annotation tool suitable for OCR field, with built-in PP-OCR model to automatically detect and re-recognize data.
105 stars 32 forks source link

导出表格标注无响应,文件夹tableRec_excel_output已创建,但是Excel文件未生成 #39

Closed Duyalun closed 3 months ago

Duyalun commented 4 months ago

错误日志 unicodeFilePath is C:\Users\admin\Desktop\traindata\701-771\at06_000702_2.jpg Can not save excel file, maybe Permission denied (.xlsx is being occupied) CANNOT OPEN .xlsx. It could be one of the following reasons: Only support Windows | No python win32com CANNOT OPEN .xlsx. It could be the following reasons: .xlsx is not existed 文件创建成功了,但是Excel无法生成,第一次提示缺少pandas,安装后提示无权限创建 命令框全程使用管理员模式进行操作的 QQ_1721372738151

GreatV commented 4 months ago

安装一下 pywin32 试试

Duyalun commented 4 months ago

pywin32已经是安装的状态,依然是无法生成Excel QQ_1721611263806 QQ_1721611318930

Bishow-99 commented 3 months ago

@Duyalun this issue can be solved using the command pip install tablepyxl

Duyalun commented 3 months ago

已解决此问题,感谢 This issue has been resolved, thank you!