blaisewang / img2latex-mathpix

Mathpix has changed their billing policy and no longer has free monthly API requests. This repo is now archived and will not receive any updates for the foreseeable future.
Apache License 2.0
1.39k stars 209 forks source link

MacBook 上截图了但是无法放到clipboard上 #87

Closed Winnie619 closed 4 years ago

github-actions[bot] commented 4 years ago

[Auto response] Looks like this is your first issue. I will look into it as soon as possible.

blaisewang commented 4 years ago

尝试在 Preferences 中开启 manual button 选项,使用按钮手动进行 OCR 请求

Winnie619 commented 4 years ago

仍旧显示No image found in clipboard,是系统设置的问题么?在input monitoring里面没有找到这个app

Winnie619 commented 4 years ago

是否有信息需要填在proxy里呢?

blaisewang commented 4 years ago

不用,先尝试截图完能不能粘贴到其他地方吧

Winnie619 commented 4 years ago

我把截图放到word里面,再复制粘贴就好了,谢谢您!

wenlzhang commented 4 years ago

截图之后点击空格键了吗?

Winnie619 commented 4 years ago

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

blaisewang commented 4 years ago

现在还有相同的问题吗?电脑中装有 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())
Winnie619 commented 4 years ago
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.

blaisewang commented 4 years ago

怎么解决掉的呢?

Winnie619 commented 4 years ago
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.

blaisewang commented 4 years ago

试下这个版本,看能不能不用 word 中转一次了。

https://github.com/blaisewang/img2latex-mathpix/releases/download/v0.7.8-alpha/Image2LaTeX-0.7.8-macos.zip

Winnie619 commented 4 years ago
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 中转一次了。

https://github.com/blaisewang/img2latex-mathpix/releases/download/v0.7.8-alpha/Image2LaTeX-0.7.8-macos.zip

—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe.