Gabriel Staples

Results 102 issues of Gabriel Staples

Current code: ```cpp //get total count for Timer2 unsigned long eRCaGuy_Timer2_Counter::get_count() { uint8_t SREG_old = SREG; //back up the AVR Status Register; see example in datasheet on pg. 14, as...

pdftoppm is a single-threaded Program but can be made to utilize multiple cores and drastically speed up total processing time as follows: See how many cores you have. See how...

enhancement

instead of compressing the PDF after-the-fact, do this: Post-processing the PDF is a crude way to do it, but it's better than nothing. A better way to do it in...

enhancement

Feature Request: add feature to automatically rotate/straighten the pages before performing OCR on them, just like Adobe Photoshop does! Make this the default option. Add an option to disable it:...

pdf2searchablepdf -c file.pdf Shall produce file_searchable-comp1.pdf. Make it a wrapper around this: https://askubuntu.com/a/243753/327339. See if you can specify multiple resolutions or do multiple passes for further compression. Allow -c1 (same...

enhancement

> I'll add PDF Sandwich to my readme here: https://github.com/ElectricRCAircraftGuy/PDF2SearchablePDF#alternative-software https://news.ycombinator.com/item?id=32454496#32458916

See: https://aws.amazon.com/textract/?nc1=h_ls https://news.ycombinator.com/item?id=32458916 https://news.ycombinator.com/item?id=32454496

## Add these features: ```bash # allow using images as input pdf2searchablepdf in.jpg in2.jpeg in3.png in4.tif in5.tiff # alias it as `img2searchablepdf` too: # (same as above) img2searchablepdf in.jpg in2.jpeg...

enhancement

I need to get it working in Windows, and document how. Sample start to the documentation: --- # Windows Installation Instructions for `pdf2searchablepdf` Tested in Windows 10 running in Virtual...

Scenario: I take some photos of documents with my phone. I download them. They are properly rotated. I cd into their dir and run `pdf2searchablepdf .`, which produces file `._searchable.pdf`....

bug