Closed Winnie619 closed 4 years ago
尝试在 Preferences 中开启 manual button 选项,使用按钮手动进行 OCR 请求
仍旧显示No image found in clipboard,是系统设置的问题么?在input monitoring里面没有找到这个app
是否有信息需要填在proxy里呢?
不用,先尝试截图完能不能粘贴到其他地方吧
我把截图放到word里面,再复制粘贴就好了,谢谢您!
截图之后点击空格键了吗?
wenlzhang notifications@github.com于2020年9月6日 周日上午1:40写道:
截图之后点击空格键了吗?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/blaisewang/img2latex-mathpix/issues/87#issuecomment-687726870, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQQTMTQK4JKTP5AZCTLYI43SENDIBANCNFSM4PWEH6HQ .
没有,我是粘贴在word里面然后再复制粘贴 点submit
现在还有相同的问题吗?电脑中装有 Python 3 吗?麻烦先截图,然后运行以下代码,然后测试截图是否可以使用 app 进行 OCR。如果不行,麻烦上传以下 Python 代码运行之后生成的 debug.data 文件。代码运行需要安装 Pillow ,python3 -m pip install --upgrade Pillow。
from PIL import ImageGrab
im = ImageGrab.grabclipboard()
with open("debug.data", "wb") as f:
f.write(im.tobytes())
font{
line-height: 1.6;
}
ul,ol{
padding-left: 20px;
list-style-position: inside;
}
非常感谢您的回复,问题已经解决了
wena.linnn
wena.linnn@gmail.com
签名由
网易邮箱大师
定制
在2020年10月12日 20:01,Blaise Wang<notifications@github.com> 写道:
现在还有相同的问题吗?电脑中装有 Python 3 吗?麻烦先截图,然后运行以下代码,然后测试截图是否可以使用 app 进行 OCR。如果不行,麻烦上传以下 Python 代码运行之后生成的 debug.data 文件。代码运行需要安装 Pillow ,python3 -m pip install --upgrade Pillow。
from PIL import ImageGrab
im = ImageGrab.grabclipboard()
with open("debug.data", "wb") as f:
f.write(im.tobytes())
—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe.
怎么解决掉的呢?
font{
line-height: 1.6;
}
ul,ol{
padding-left: 20px;
list-style-position: inside;
}
我先截图然后复制粘贴到word文档当中,再次复制粘贴,就可以了
wena.linnn
wena.linnn@gmail.com
签名由
网易邮箱大师
定制
在2020年10月12日 20:04,Blaise Wang<notifications@github.com> 写道:
怎么解决掉的呢?
—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe.
font{
line-height: 1.6;
}
ul,ol{
padding-left: 20px;
list-style-position: inside;
}
还是不行,需要word中转
wena.linnn
wena.linnn@gmail.com
签名由
网易邮箱大师
定制
在2020年10月15日 11:13,Blaise Wang<notifications@github.com> 写道:
试下这个版本,看能不能不用 word 中转一次了。
—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe.
[Auto response] Looks like this is your first issue. I will look into it as soon as possible.