Chris Pimlott
Chris Pimlott
There are also some minor issues with `setElement` that make it preferable to pass the actual `td` element directly to the view constructor: marionettejs/backbone.marionette#1940 marionettejs/backbone.marionette#1952
I linked the wrong revision of my demo, this is the latest: http://live.datatables.net/futuwife/11/edit
I ran into this same issue. A possible workaround is to pass the parameters via the Applescript command `run script ... with parameters`. ```applescript set myApplescriptFile to "Macintosh HD:Users:vincent:.hammerspoon:my-applescript.scpt" as...
I also see that ``--force-ocr`` is another option that _is_ supported by ``--deskew``; however the description is less clear and make it sounds like ``force-ocr`` is potentially lossy and/or destructive,...
Further adding to my confusion is that running OCR + deskew in two steps (via `--force-ocr`) results in a slightly larger file than running OCR + deskew in one step:...
> --force-ocr asks ocrmypdf to rasterize an image of the page and mostly discard the original contents. The raster image often ends up being larger than the original. (For example,...
Okay, I understand that, my question is whether `--deskew` on a PDF without text also ends up doing the same rasterization as `--force-ocr` (which as you say could change the...
Okay, I spent some time reading the code, please correct me if I'm wrong here. [Based on the definition of `options.lossless_reconstruction`](https://github.com/ocrmypdf/OCRmyPDF/blob/8a5f94988a46cd3703b1f5e5ac607bd75ba5b279/src/ocrmypdf/_validation.py#L90), full rasterization (with [all the effects your described earlier](https://github.com/ocrmypdf/OCRmyPDF/issues/1081#issuecomment-1474968432))...
As I said, I'm talking about links generated by the framework, e.g. ``` entityLinks.linkToCollectionResource(Project.class); ``` or ``` ControllerLinkBuilder.linkTo(methodOn(LanguagesController.class).getAllLanguages()); ```