Arild
Arild
Resolves #8
I tested this with GS 9.00 and it works fine in my case: ``` $pdflib = new PDFLib(); $pdflib->setPdfPath($pdf_realpath); $pdflib->setOutputPath($img_realpath); $pdflib->setDPI(150); $pdflib->convert(); ``` Is there a specific need for the...
I had to remove the `-dNumRenderingThreads=4` of the convert command in order to make this work on my server. It would be nice to have this configurable. Maybe other parts...
With any request that includes more than the first tile, I get an error: ``` Request URI mapped to iiif=test/medelbild/vips2/9118326.tif/0,0,257,256/full/0/default.jpg Full Request is iiif=test/medelbild/vips2/9118326.tif/0,0,257,256/full/0/default.jpg [1/1]: Command / Argument is iiif...
In the decision of which image server software to employ, it would help a lot if this overview would outline the image file formats that are supported by the various...
I followed https://nuxtjs.org/guide/async-data#handling-errors and https://nuxtjs.org/guide/views#error-page. In a page component `pages/Page.vue` I have: ```js async asyncData({ route, store, error }) { // ... error({ statusCode: 404, message: 'Not found' }) },...
The typical wordlist to use for word games is Svenska akademiens ordlista (SAOL; [search](https://svenska.se/saol/), [info in Swedish](https://www.svenskaakademien.se/svenska-spraket/svenska-akademiens-ordlista-saol)), but it is not free to use in software. An alternative, free resource...
Word list compiled with this script: https://gist.github.com/arildm/394bd95f06ba2e12686e430b1206e392
We want to use the `sparv schema` output to generate a config form in Mink, but some details seem to be missing to be able to properly generate form components....
If a request fails, there's (usually?) a response with information in `ERROR`. Example: https://ws.spraakbanken.gu.se/ws/korp/v8/query?default_context=1%20sentence&start=0&end=24&corpus=ABOUNDERRATTELSER2012&cqp=[ It would be useful to cover this in the API docs. Can this happen for any...