pdf2word icon indicating copy to clipboard operation
pdf2word copied to clipboard

60行代码实现多线程PDF转Word

Results 23 pdf2word issues
Sort by recently updated
recently updated
newest added

Bumps [lxml](https://github.com/lxml/lxml) from 4.7.1 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.21.4 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

运行完 还是一堆图片 扫描版的pdf识别不了

![image](https://user-images.githubusercontent.com/53966020/85108228-f0c0b180-b241-11ea-929a-578a0820f16a.png)

fix follow error: Collecting pdfminer3k==1.3.1 (from -r requirements.txt (line 3)) Could not find a version that satisfies the requirement pdfminer3k==1.3.1 (from -r requirements.txt (line 3)) (from versions: 1.3.2, 1.3.3, 1.3.4)...

问下pdfminer的版本是多少啊,谢谢

运行"python3 main.py " 或者 "python main.py" ``` 正在处理: aa.pdf 完成 ``` 尽管运行的结果是这样的,我在words的文件夹下没有找到word文件啊... config.cfg中我也进行了如下的编辑 ``` [default] pdf_folder=/home/ffz/Projects/pdfs word_folder=/home/ffz/Projects/words max_worker=5 ```

python版本3.8.5,pip版本20.1.1。 在安装依赖是报错: ``` ERROR: Could not find a version that satisfies the requirement pdfminer3k==1.3.1 (from -r requirements.txt (line 3)) (from versions: 1.3.2, 1.3.3, 1.3.4) ERROR: No matching distribution found for...

Could not find a version that satisfies the requirement pdfminer3k==1.3.1 (from -r requirements.txt (line 3)) (from versions: 1.3.2, 1.3.3, 1.3.4) No matching distribution found for pdfminer3k==1.3.1 (from -r requirements.txt (line...