kevin2li / PDF-Guru

A Multi-purpose PDF file processing tool with a nice UI that supports merge, split, rotate, reorder, delete, scale, crop, watermark, encrypt/decrypt, bookmark, extract, compress, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

使用通配符*批量ocr时报错

mingkai0319 opened this issue · comments

使用通配符*批量ocr时报错,

Traceback (most recent call last): File "C:\Users\user\AppData\Local\Temp_MEI139642\guru_server\pdf_toolbox\localocr.py", line 308, in ppocr_json File "fitz\fitz.py", line 4118, in init raise FileNotFoundError(msg) fitz.fitz.FileNotFoundError: no such file: 'D:\files\test*.pdf'

表单验证没有问题,可以正确识别到文件数量。选中单个文件进行ocr识别功能正常。