Giter Club home page Giter Club logo

Comments (14)

github-actions avatar github-actions commented on May 26, 2024

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

from img2latex-mathpix.

blaisewang avatar blaisewang commented on May 26, 2024

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

from img2latex-mathpix.

Winnie619 avatar Winnie619 commented on May 26, 2024

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

from img2latex-mathpix.

Winnie619 avatar Winnie619 commented on May 26, 2024

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

from img2latex-mathpix.

blaisewang avatar blaisewang commented on May 26, 2024

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

from img2latex-mathpix.

Winnie619 avatar Winnie619 commented on May 26, 2024

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

from img2latex-mathpix.

wenlzhang avatar wenlzhang commented on May 26, 2024

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

from img2latex-mathpix.

Winnie619 avatar Winnie619 commented on May 26, 2024

from img2latex-mathpix.

blaisewang avatar blaisewang commented on May 26, 2024

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

from img2latex-mathpix.

Winnie619 avatar Winnie619 commented on May 26, 2024

from img2latex-mathpix.

blaisewang avatar blaisewang commented on May 26, 2024

怎么解决掉的呢?

from img2latex-mathpix.

Winnie619 avatar Winnie619 commented on May 26, 2024

from img2latex-mathpix.

blaisewang avatar blaisewang commented on May 26, 2024

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

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

from img2latex-mathpix.

Winnie619 avatar Winnie619 commented on May 26, 2024

from img2latex-mathpix.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.