MinmoTech

Results 35 comments of MinmoTech

Netflix now exposes these attributes over it's api ```js netflix.appContext.state.playerApp.getAPI().getVideoMetadataByVideoId().getCurrentVideo().getEpisodeNumber() ```

Sorry if this kind of comment is annoying, but could this be merged? :) The last remaining issues could even be cleaned up afterwards, could they not? :grin:

I'm not able to edit this PR though, right?

`experimentalForceOwningTab` would also be useful in the case of Browser Extensions

I get the same (inaccurate) result with kubo 0.15.0 and the PR, this is probably related to the missing pagination.

I think I did that :grin: I checked out the repo and switched to your branch with `gh pr checkout 9206`, did `make build` and compared the resulting binary with...

As an update: I tried using `v0.16.0-rc1` just now (I did restart the daemon) and get the same results. I sadly haven't gotten to write code to log the requests...

Yes, I'm trying to develop an OCR application and I'm using pyside6 since pyside2 is not compatible with python3.10 I would also like to support wayland so that's why I...

I'm sorry for making this kind of comment, but what's the status on this?

It doesn't seem to resolve the issue for me: Recognized text: `けげんこうちょう…?知らない町だな。` (The first character is duplicated) Original Image: ![screenshot(575)](https://user-images.githubusercontent.com/25890405/150671229-47101206-5665-4b16-aa20-45b67b0f5cbf.png) After applying my optimizations: ![image](https://user-images.githubusercontent.com/25890405/150671244-8349e4c2-1933-4734-93b7-05454e75238d.png) (I.e. tesseract only sees the...