Robert Knight

Results 727 comments of Robert Knight

Thanks, that's useful to know. I think I based the above snippet on [this tutorial](https://pytorch.org/docs/stable/onnx_dynamo.html#a-simple-example).

It will be possible to use the new engine only for detection and then feed the outputs into Tesseract or something else for recognition, although using one engine for the...

An early preview of the new engine has been published as a Rust crate. A WebAssembly version with an API similar to this repository will be coming in future. After...

tesseract-wasm currently only supports a single language at a time. `loadModel` replaces whichever language was loaded previously. The underlying Tesseract engine has support for multiple languages in the same image,...

> can you add this function? Are you referring to this comment: > The underlying Tesseract engine has support for multiple languages in the same image, but this is not...

From https://www.kravchyk.com/typescript-npm-package-json-exports/: > The (root) types fields will not be respected by most bundlers and TypeScript in client packages if the exports field is used, instead a types subfield of...

Based on discussions earlier this week, it seems that: - Actual instances of multiple people having the same name in the same course are rare enough that this is a...

This makes sense and is probably quite easy to implement. The terminology used in web interfaces for elements that don't scroll with the content is that they are "sticky" (as...

Slack thread with original context and technical discussion around ES 6 -> 7 changes: https://hypothes-is.slack.com/archives/C2BLQDKHA/p1734649457476149

In https://github.com/hypothesis/lms/pull/6540#issuecomment-2285750118 I identified an easy way to end up with "invalid" IDs in the query string just by clicking around our existing interface. In the "All courses view": 1....