Add integration of raycast and wox#149
Add integration of raycast and wox#149Zeqiang-Lai wants to merge 3 commits intolukas-blecher:mainfrom
Conversation
|
Hi, thanks for your contribution! I'll look at it in more detail when I find the time. Right now I'm not sure what the added value is. |
|
There is a cross-platform launcher that supports Linux, i.e., cerebro. We can write a plugin for it, so that we can achieve the same thing for Linux. The main target users are those who have Raycast or Wox already installed, otherwise they could use the Python GUI directly without installing additional software. The integration is suitable for those who:
Install all the dependencies on the use's macOS or Windows machine might be difficult and error-pruning. For my case, I have a GPU server that installed all the torch things, so I don't want to install them on my mac again. Nevertheless, user can still run the API on their local machine, but they don't need to deal with QT things this time. |
|
Ok, I like the idea. |
Add integration of raycast and wox, so that we can use any screenshot app to capture latex image and pass it to latexOCR server via pix2tex.api.
BTW:
It seems that current pypi package doesn't include pix2tex.api due to the lack of
__init__.pyExample usage of Raycast on macOS: