jbarlow83

Results 31 issues of jbarlow83

**Describe the bug** ``` Sorry, AREPL has ran into an error Traceback (most recent call last): File "/usr/local/Cellar/[email protected]/3.9.2_4/Frameworks/Python.framework/Versions/3.9/lib/python3.9/asyncio/selector_events.py", line 261, in _add_reader key = self._selector.get_key(fd) File "/usr/local/Cellar/[email protected]/3.9.2_4/Frameworks/Python.framework/Versions/3.9/lib/python3.9/selectors.py", line 193, in...

bug
has-workaround

### Description As far as I can tell, cibuildwheel is only prepared to copy wheels back to the host and has no room for exporting side channel shenanigans like I'm...

https://www.reddit.com/r/Python/comments/6utwyn/a_python_cheat_sheet_about_security/dlvo6n2/

Determinism issues: - OCR page grafting is not deterministic and would result in different output files if workers finish at different times. However, it's possible that qpdf linearization compensates for...

Leptonica cannot handle images more than 2^31 bytes for its internal buffer and it also needs 4 bytes per pixel. Limit of about 23000x23000 pixels. We should avoid situations that...

I would appreciate if someone were able to contribute a Chocolately package for ocrmypdf for Windows.

enhancement
help wanted

(As requested by @tcurdt) Some users want optional downsampling of images, but we don't want to do this all the time in case the file has high resolution scans (e.g....

enhancement

--oversample 400 --deskew for example will increase the size of output images. It's always worked this way, but this isn't strictly necessary to enlarge output images. It would make sense...

VECTOR_PAGE_DPI check does not consider whether there is printable text on the page when asking if we should scale up rasterizing resolution, causing text to be rendered at low resolution...

I'd love to have an [AppImage](https://appimage.org/) but the process for creating one that bundles Python and many other programs besides is a bit intimidating - so I thought I'd reach...

help wanted