YYTB
YYTB
同样的问题,附议
路径里面有中文不行,我的也是这样。 [https://blog.csdn.net/qq_38846606/article/details/115525390](https://blog.csdn.net/qq_38846606/article/details/115525390) 参考以上链接,把路径加上`.encode('gbk')`可以解决,估计是kenlm模块的问题,希望作者能把有关的方法重写一下,鄙人半桶水,不太会改。
how about this my method got wrong ```python def merge_pdfs(self, file_list: List[Union[Path, str]]): if len(file_list) == 1: self.merge_doc = fitz.open(file_list[0]) else: self.merge_doc = fitz.open() merged_toc = [] for file in...
> Apologies - I should have looked into this myself! I tried to fix this in your source code but failed. If it is not too much trouble to ask,...