Open su-stephen opened 4 years ago
[Auto response] Looks like this is your first issue. I will look into it as soon as possible.
Which snip app are you using? I am using the macOS as while and I can paste the images captured by macOS built-in snip function. Try Shift (⇧)-Control (⌃)-Command (⌘)-4 .
Yes I am doing the same built-in "copy picture of selected area to the clipboard" mac built in snipping function with that shortcut.
Let me know if there's any other information I can supply. I am using the latest version of the app
Check macOS preferences - Security & Privacy - Input Monitoring. Have you granted this permission to an app called 'java'?
I use the same procedure to test the problem as you described. But I cannot reproduce the same result. I would guess this might be a permission problem? A workaround solution might be pasting the image into Microsoft Word and then copy the image from Microsoft Word then press the 'enter'.
Check other permissions in the Security & Privacy
to see if there is any permission you haven't granted to the java
app.
The question has been solved, it may not be the problem of the software, and the question should because of the network, when I use a vpn, the question doesn't appear anymore.
Sent with ProtonMail Secure Email.
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ 2020年10月8日星期四晚上6点19分,Blaise Wang notifications@github.com 来信:
Check macOS preferences - Security & Privacy - Input Monitoring. Have you granted this permission to an app called 'java'?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Yes the problem is alleviated by first pasting the image into microsoft word! So that means it's a permissions issue? I tried enabling both java and the Image2Latex App in input monitoring/accessibility permissions but still wasn't able to circumvent the issue
Yes the problem is alleviated by first pasting the image into microsoft word! So that means it's a permissions issue? I tried enabling both java and the Image2Latex App in input monitoring/accessibility permissions but still wasn't able to circumvent the issue
I am not sure. Might be the permission issue. Do you have any other application that might alter your clipboard?
I don't think I have any other application but I will think about if there are any other conflicting issues
Do you have Python 3 installed on your mac? Please take a screenshot first, then run the following code, and then test whether the screenshot can be used for OCR with the app. If not, please upload the debug.data
generated by the following code. Pillow needs to be installed to run the code, python3 -m pip install Pillow
.
from PIL import ImageGrab
im = ImageGrab.grabclipboard()
with open("debug.data", "wb") as f:
f.write(im.tobytes())
Try this version to see if the issue still occurs?
debug.data.zip Hi. Unfortunately the issue still occurs. Here is the debug data
Thank you!
Hello I also have the same issue. I use Dropbox whenever I take a screenshot by Cmd+Shift+4 it gives me the dropbox access link to my clipboard. I think it is not possible to solve this problem.
For this reason I use 3rd party program Lightshot and assign another key just for İmage2Latex. However it doesn't copy to clipboard automatically. I need to use the manual option only which is very annoying.
Thanks for your interest in advance.
Try this version to see if the issue still occurs?
Hello, I am having the same issue on high sierra. I tried suggestions above but the problem still persists. I have the 0.7.8 version on my other MacBook and the app is just working great. Also, the link above for the latest version seems not working.
Has anyone somehow overcome this issue? Running it on High Sierra.
不能连续使用,识别一张截图后,再次截图时图片导入不进去,只能退出软件重新进入,怎么解决?另选择图片导入(MacBook Pro 13-inch, 2018, Four Thunderbolt 3 Ports 11.0.1)
我使用相同的程序来测试您描述的问题。但我无法重现相同的结果。我猜这可能是权限问题?解决方法可能是将图像粘贴到 Microsoft Word 中,然后从 Microsoft Word 复制图像,然后按“输入”。
“输入”是哪个按钮?
Seems like no solution or workaround yet :(
Describe the bug I'm getting a no clipboard image found bug
To Reproduce I take a screenshot with the default mac app that transfers to clipboard and then press "enter", but I get the error message. I am able to paste afterwards into microsoft word but the program doesn't pick up the clipboard
Desktop (please complete the following information): Mac
Thanks!!