dynobo
dynobo
Hi @Pawwwle, what you experience is NormCap's "parse" mode, which tries to detect certain common text layouts and automatically (re-)format the text accordingly. In your example, NormCap _does_ detect the...
Thanks for trying, @Pawwwle. This in deed seems odd, I'll take a look at it and hopefully get it improved a bit for the 0.5.0 final version :slightly_smiling_face:
Is was able to identify an issue in "raw"-mode which caused some missing line-breaks. Also, I was able to improve the paragraph parsing a bit: With https://github.com/dynobo/normcap/pull/552/commits/8ad2f6ab3957686d85cd285354bcf557f8a7ac1a, when detecting the...
Thanks for reporting this, @rwese ! You actually scored a Hattrick here, pointing to three issues :see_no_evil: : 1. `xclip` is used to copy to clipboard on Xorg, instead of...
Hi @SampoVirtanen, thanks for reporting this issue. Unfortunately, I can't reproduce: ``` $ flatpak install com.github.dynobo.normcap Looking for matches… Remotes found with refs similar to ‘com.github.dynobo.normcap’: 1) ‘flathub’ (system) 2)...
Hi @SampoVirtanen , thanks for providing the logs. When you tried `flatpak install com.github.dynobo.normcap --verbose`, you already had a NormCap version installed, so it just skipped installation, see the line...
Hi @coldfeudal, thanks for your suggestion! > Multilanguage ocr would also be appreciated as an option, but i am pretty sure it needs a whole bunch of work done on...
Thanks for reporting! NormCap on Gnome + Wayland + Multi-Monitor setup requires the Gnome Extension ["Window Calls"](https://extensions.gnome.org/extension/4724/window-calls/) to properly position its windows on the screen. (See #582 for the underlying...
@sojusnik , @jasiralavibiztripz, I just noticed, that the dbus exceptions are handled correctly, so it shouldn't crash NormCap. (If you look closely, you will see the exceptions logged as "DEBUG",...
I found the issue. For some reason, `.showFullScreen()` doesn't work anymore on Ubuntu 24.04 with Gnome 46 + Unity. (It still works e.g. on Arch + Gnome 46). But I...