Sergio Brighenti

Results 27 comments of Sergio Brighenti

Depending how old it is, you should be able to update it to the latest version, no major database changes are done since a good while then. Without the database,...

I agree on the tesseract way, because the google vision api is neither open source nor free, and is not self hosted. Before this, a tag system is needed to...

Thank you for the testing! I see also other problems: rake is not language agnostic, and only support 4-5 langs, and also, tesseract need to know the target language in...

The embedded reader takes the last part of the url as the file name, so since the pdf is returned by the `/raw` endpoint, it automatically takes that, didn't find...

In the file config.php, you should have the base url used to create links. You should remove the port from there.

Probably on the next 4.0 version

Can you provide some examples of h5p media? Are they have some specific mime type? Thanks

Yeah the tag system could be expanded, maybe adding automatically the username or custom tags based on the upload mime-type.

Audio, images, and video are not "easy" to compress to save data. It requires a lot of computational power server-side (and cannot be done on-the-fly, for example when you open...

It's possible to add an expiration date, but for actually delete the file a cron is required. If the goal is only hide (and delete if requested) can be done,...