atoi

Results 5 comments of atoi

I found the official response to this problem: https://bugs.python.org/issue34034 > It could be many different things. The bottom line here, though, is that the Process class is not designed to...

Would you please fix this problem (to support python 3.7 and future versions)?

Hello! This feature is helpful for providing llm with descriptions of tags/edges. Is there any progress?

Just set `os.environ['CUDA_VISIBLE_DEVICES'] = '1'` without specifying `gpu_id` and calling `set_device()` works in my project.

原因是在有CTM_info的文件中,计算字符offset时使用了CTM_info的resizeX。但是后续计算font size时却使用的是默认的resizeX=1,导致offset和font size不匹配。在`easy_ofd/draw/draw_pdf.py`的`line 179`后增加一行`resizeX=CTM_info["resizeX"]`即可