Johannes Baiter
Johannes Baiter
@Sven-WEBDESIGN did you find a good workaround for this issue?
@Shreeshrii , you could try this approach: 1. Split the page image into line images with ocropus/kraken 2. Run the most suitable OCR model on the line images 3. For...
:+1:
This is currently not exposed, but feel free to submit a PR that implements this :-)
Nope, I don't think that will work. Once omxplayer runs, it locks the hardware resources, so running two instances of it in parallel is out of the question, at least...
Thank you for the PR! And sorry it took so long to review :-( A few things in addition to the line-comments: - Could you add a unit test for...
Much cleaner than a plugin indeed, thank you for the update!
Warning: I just tried to implement this in my own application, and it seems to break compatibility with some IIIF endpoints, most notably that of the Vatican. The reason for...
Gotcha, I found out why my code was triggering the preflight request: I was using a `fetch` ponyfill (`cross-fetch`) that somehow didn't use native `fetch` in the browser but its...
Sorry, but turns out that wasn't it, I'm seeing the same result with native `fetch` now (latest Firefox). I think your sample code is not actually setting the `Accept` header,...