ahrm
ahrm
It can (at least for english text), again, it is not something that I imlemented. It is part of `add_freetext_annot`.
There is some documentation in the readme. You need to first install it using pip: ``` python -m pip install sioyek ``` and then add the configuration corresponding to the...
What OS are you using. You can always try to run these commands from command line, for example: ``` python -m sioyek.paper_downloader download "%{sioyek_path}" "%{paper_name}" ``` (after replacing `%{sioyek_path}` and...
When you run this manually in command line: ``` python -m sioyek.dual_panelify "/Applications/sioyek.app/Contents/MacOS/sioyek" "/Users/xxx/Desktop/main.pdf" "" ``` do you get an error?
I borrowed one of my friends' mac machine and I have found that if you open sioyek using this command: ``` open /Applications/sioyek.app ``` it works but when you open...
> Meanwhile, I found when I embed_annotations, I have the following issue---some highlights show up---which I did not applied. Should be fixed in the latest version of sioyek python package.
What exactly is your configuration?
Do you have multiple python versions?
Maybe sioyek is using another python version? You could specify the exact path to your python executable in `prefs_user.config` instead of just using `python`.