Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

OCRmyPDF

OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched
Collective - Host: opensource - https://opencollective.com/ocrmypdf - Code: https://github.com/jbarlow83/OCRmyPDF

test: this error message changed case in newer Tesseract

github.com/ocrmypdf/OCRmyPDF - 31ef2fe9075373d13dfb4a91270714b68985f7c2 authored over 6 years ago
optimize: only enable lossy JBIG2 for -O3

github.com/ocrmypdf/OCRmyPDF - 9a8ec4b210dd50334e528746745bce1c819c6da9 authored over 6 years ago
optimize: Refactor convert_to_jbig2

github.com/ocrmypdf/OCRmyPDF - 75aad4cc799e507065f4595a010e8a0a5b5efd5d authored over 6 years ago
optimize: Disable JBIG2 lossy mode, use lossless instead

github.com/ocrmypdf/OCRmyPDF - 4b27feca980d6f80e3dd2698dbfb78dbb278a8ab authored over 6 years ago
weave: clarify comment about garbage data in ToC

github.com/ocrmypdf/OCRmyPDF - 45522cd15fc9906d24b1cd1586dcdc134c45d6ec authored over 6 years ago
Remove some unhelpful lambdas

github.com/ocrmypdf/OCRmyPDF - 677d9a4e76126b795a07c72db54523f753a6dd55 authored over 6 years ago
Fix log.error where log is None

github.com/ocrmypdf/OCRmyPDF - efa7ea4fdee9e9a21815068547804250f7f28159 authored over 6 years ago
ghostscript: fix missing fspath for py3.5

github.com/ocrmypdf/OCRmyPDF - 137a6e45f50a56fc62bcb45fb87626cd08405e5c authored over 6 years ago
Change to README.md

github.com/ocrmypdf/OCRmyPDF - 29116e1dec2154268f1a2e82f592cd8762adff3a authored over 6 years ago
Improve error handling for improvements to Ghostscript text extraction

github.com/ocrmypdf/OCRmyPDF - cfd4f8a850aa86e3e6b37b1f45b17efc54fc2e9d authored over 6 years ago
Upgrade to pikepdf 0.3.3

Closes #231

github.com/ocrmypdf/OCRmyPDF - eaa324939f1e8a757457158edc6e951c766797f0 authored over 6 years ago
Improve error message on handling KeyboardInterrupt

Closes #301

github.com/ocrmypdf/OCRmyPDF - ef70e538f7823ea69cbffd3d66fbbe6193d66090 authored over 6 years ago
Fix test suite and blank pages

github.com/ocrmypdf/OCRmyPDF - b7b912e56a1005c490a2b1dacacc29bd51d0d0f3 authored over 6 years ago
First cut at improving text extraction speed

github.com/ocrmypdf/OCRmyPDF - 4615cf2f1e242eb5064811e6b48b0c5fc483e799 authored over 6 years ago
Merge v6.2.4 release notes

github.com/ocrmypdf/OCRmyPDF - eaf772f80a3c44f78751c64088020781527b7ddf authored over 6 years ago
Ghostscript: fix issues in strict ASCII implementation

github.com/ocrmypdf/OCRmyPDF - 96ba75eabda6bd8b46487d9a3cc86f8da8a7efca authored over 6 years ago
main: add debug option to force threads

github.com/ocrmypdf/OCRmyPDF - fdfe52c1ad315e98b188746e86d5f2c8fc24d074 authored over 6 years ago
main: print Ghostscript version too

github.com/ocrmypdf/OCRmyPDF - 932b2e2a2915f832687fce4e5266f5a5ab1b41c6 authored over 6 years ago
main: Cleanup; support overriding sys.args in run_pipeline

github.com/ocrmypdf/OCRmyPDF - 57e489c9574b6aa4563ee258e29931f1d39469ef authored over 6 years ago
ghostscript: API docs update

github.com/ocrmypdf/OCRmyPDF - 17a3fa671c14de09cb529dbff88dfed9e23b5cbd authored over 6 years ago
Cleanup gitignore

github.com/ocrmypdf/OCRmyPDF - 2659afb4f62b60b15ab9479296d0314a74657467 authored over 6 years ago
Blacklist Ghostscript 9.24 due to regressions

As per issue #291. Forced push to remove a copyrighted test file that was
accidentally included.

github.com/ocrmypdf/OCRmyPDF - 7392115507fbc247e7361b6d1b709cc068807734 authored over 6 years ago
v7.0.5 release notes

github.com/ocrmypdf/OCRmyPDF - c54d0c7eaa315a9a161eb84b16e43ab6dca343e9 authored over 6 years ago
Fix pikepdf version for Travis

github.com/ocrmypdf/OCRmyPDF - b95eefc65f9767befd71a8f8bf9f91139dcd67a5 authored over 6 years ago
Check for and reject Adobe LiveCycle Designer PDFs

These are the ones that display a "Please wait..." message.

Closes #296

github.com/ocrmypdf/OCRmyPDF - 686207ab7f55fa7cca09d4382ba1caf0ceff0b38 authored over 6 years ago
Work around loss of Unicode DOCINFO in Ghostscript 9.24+

Ghostscript no longer supports UTF-16-BE-hex strings as a way of
supplying Unicode data in pdfma...

github.com/ocrmypdf/OCRmyPDF - 517b385fe5cb2195023100a807e6f18dc7e6faea authored over 6 years ago
Work around invalid TOC entries

Kodak Capture Desktop and probably other software creates a
/Outlines entry with /First being se...

github.com/ocrmypdf/OCRmyPDF - 795019b0c1de8964d6a7cd279d08cdf3fb37b2ab authored over 6 years ago
Ghostscript: no need to specify ProcessColorModel when ColorConversionStrategy

github.com/ocrmypdf/OCRmyPDF - 3127a738223f9d526cd811386ddebac2fe2628f1 authored over 6 years ago
ghostscript: fix for 9.24 having jpeg passthrough available

github.com/ocrmypdf/OCRmyPDF - 069ee6c91f398e61b8a328256a4a510ceaee3086 authored over 6 years ago
tests: Migrate metadata tests to pikepdf

For some reason PyPDF2 has begun to trigger internal errors in
pytest on macOS alone. Not sure w...

github.com/ocrmypdf/OCRmyPDF - 3aac3a98ca284d8e28846599e94192e9c813cfd7 authored over 6 years ago
Merge branch 'master' of github.com:jbarlow83/OCRmyPDF: docs

github.com/ocrmypdf/OCRmyPDF - 268859a304d3e6abb670e670e8be112eb706c9c2 authored over 6 years ago
leptonica: update comments

github.com/ocrmypdf/OCRmyPDF - a96710aa7b05d280e7a446fcb81e2afdc8747b48 authored over 6 years ago
pdfinfo: remove some dead code

github.com/ocrmypdf/OCRmyPDF - edcc58826a4f4a4ff6d4d4ea0a18657124ba9db8 authored over 6 years ago
Fix rst formatting in release notes

github.com/ocrmypdf/OCRmyPDF - 7077c8220a3e501c69f6f797ac5aa7be1475c417 authored over 6 years ago
Updating Arch Linux instalation (#288)

* Updating Arch Linux instalation

And adding a workaround to a wrong dependencies definition ...

github.com/ocrmypdf/OCRmyPDF - f7cbf68edd262a85a78090ad53eeba501197dfe8 authored over 6 years ago
docs: fix hyperlinking of jbig2 page (again) and cleanup release notes

github.com/ocrmypdf/OCRmyPDF - 68a58ee8a54b6c2938edb6be3ad4297a566b8c77 authored over 6 years ago
Require pikepdf 0.3.2

github.com/ocrmypdf/OCRmyPDF - e0599fe8d79e04917809e4ea482c757d64862f56 authored over 6 years ago
docs: mention pikepdf install more clearly

github.com/ocrmypdf/OCRmyPDF - a749240589365b83f842e27d2c4807771b89e13d authored over 6 years ago
Try setuptools_scm_git_archive again

github.com/ocrmypdf/OCRmyPDF - 6decdaa06260331539e6b9a6422aaed4b5d9afee authored over 6 years ago
Fix error in optimize.py on PNGs at -O2

Error was
TypeError: unsupported operand type(s) for -: 'tuple' and 'int'

github.com/ocrmypdf/OCRmyPDF - 4d5c9b8cdf02f530a9481fdf7a3b08c6f4d7fc3d authored over 6 years ago
Remove pikepdf < 0.3 compatibility shims since > 0.3.1 is now required

github.com/ocrmypdf/OCRmyPDF - 1e23ea5364f1f39850d72e7a73d233067993dd4a authored over 6 years ago
Require pikepdf 0.3.1

github.com/ocrmypdf/OCRmyPDF - cf9a8a91b5dfbacde681c5a06784c46b1ce4ce81 authored over 6 years ago
docs: Fix links to JBIG2 encoder page

[ci skip]

github.com/ocrmypdf/OCRmyPDF - 05d3a65e9403a9fe858e59ca904c1ccd21c2b1ee authored over 6 years ago
Fix travis.yml syntax

github.com/ocrmypdf/OCRmyPDF - c043552f8bf2a5fd279d68de9986b191d60dcdbd authored over 6 years ago
Notes for v7.0.2

github.com/ocrmypdf/OCRmyPDF - 487ee2b6c9a6b5f704b184a83c1bd40fbce84df5 authored over 6 years ago
Draw preview image at full resolution

As reported in #281 and confirmed by the test file in #279, downsampling
the preview adversely a...

github.com/ocrmypdf/OCRmyPDF - 8013fd50da112b39df9bcb9672dce47bb3423350 authored over 6 years ago
docs: Describe PDF optimization

github.com/ocrmypdf/OCRmyPDF - 4ec9ec12e3d47f45db4c13aae94646067025e887 authored over 6 years ago
Regroup installation page content around platforms

Also separate out JBIG2 encoder instructions so that distributions that
delete installation.rst ...

github.com/ocrmypdf/OCRmyPDF - ed9659472777137b7288dcce24aea77ad92f3df0 authored over 6 years ago
Travis: use xenial for Python 3.7

github.com/ocrmypdf/OCRmyPDF - 91b7193249db6096282a65754080bd309ece70c7 authored over 6 years ago
Update pinned requirements

github.com/ocrmypdf/OCRmyPDF - 008f65c6a9c6664bafb65629ebe6a52b6224b76b authored over 6 years ago
Explain pytest --runslow

github.com/ocrmypdf/OCRmyPDF - 7aa4e60af27b6f40e878cc415066bd8f300c778d authored over 6 years ago
pipeline: revise logic of rotations to fix pages with nonzero /Rotate

github.com/ocrmypdf/OCRmyPDF - 6ef26516d1d3214cc4b72ae312df9d81d9f93e8d authored over 6 years ago
ghostscript: never use autorotatepages

It looks like from the gs manual that this parameter is only respected for
vector devices so it ...

github.com/ocrmypdf/OCRmyPDF - bb505013697eea4b4c57272d533dbb1992977fb8 authored over 6 years ago
Add intensive (optional) rotation test

github.com/ocrmypdf/OCRmyPDF - 55eb481f30bc9aa5993fbb40c317c461f5f7d4ae authored over 6 years ago
pipeline: remove unused function

github.com/ocrmypdf/OCRmyPDF - 4509ca6e75c838c99609189ba05c3de39c9f2a3f authored over 6 years ago
Fix release notes typos

github.com/ocrmypdf/OCRmyPDF - c61fe9af6193478d887f8c3878b2cba550e604ac authored over 6 years ago
Update setup.py for version changes

github.com/ocrmypdf/OCRmyPDF - 4181a712d12418a160a1f99a32f4fea5c20cdf26 authored over 6 years ago
Merge img2pdf 0.3.0 fix from v6.2.3

github.com/ocrmypdf/OCRmyPDF - c171cb7286eb2fe9f0b08863d25e1da65e7ce306 authored over 6 years ago
Revert previous commit amd reject input images with alpha channel

Decided on this for simplicity of old release branch.

Modifies baiona.png by stripping
alpha, a...

github.com/ocrmypdf/OCRmyPDF - 1d09061130ad54edb866f5a2ccadab465bfdc451 authored over 6 years ago
Discard alpha channel when triaging images

github.com/ocrmypdf/OCRmyPDF - a2203b2447bd39eac2081a7042e72de94e087b91 authored over 6 years ago
optimize: Use new pikepdf Object.write API

github.com/ocrmypdf/OCRmyPDF - 755f6e09798bfc77ec9b1955f834d1a4da308925 authored over 6 years ago
Support removal of Null from pikepdf

github.com/ocrmypdf/OCRmyPDF - 95b2830d1780df2bff1366cdce84fe0f55079c51 authored over 6 years ago
Add more guidance about using Docker

github.com/ocrmypdf/OCRmyPDF - 2669d8332e1593616df2c9f63030a13e8f4737a8 authored over 6 years ago
Merge v6.2.2 (mainly to get release notes)

github.com/ocrmypdf/OCRmyPDF - 11fbd32e6e9cdfa5cb267f9924bb122989a24ea0 authored over 6 years ago
Travis: nevermind xenial, then

Gave a weird build error

github.com/ocrmypdf/OCRmyPDF - 6a302fdb88f311e1253490a83c8184fd464ba686 authored over 6 years ago
Travis: Fix v6 build failures

github.com/ocrmypdf/OCRmyPDF - 1d9cc239ee25bc6539e0b6dcf4f3022ba80f7169 authored over 6 years ago
Update release notes for v6.2.2

github.com/ocrmypdf/OCRmyPDF - d240fc1ea61f2b6d8cdf54d2e4c1d9a51efa8e13 authored over 6 years ago
Skip locale check on Python 3.7

github.com/ocrmypdf/OCRmyPDF - e7d21dd826cc7505d8d7eb9ed3bf1bf711585600 authored over 6 years ago
ocrmypdf.exec: trap FileNotFoundError too

github.com/ocrmypdf/OCRmyPDF - e774b4650bd20e28a3bbc0f06f83857a47701ba0 authored over 6 years ago
Fix problem iterating ruffus exceptions and rotate-pages-threshold parameter validation

github.com/ocrmypdf/OCRmyPDF - 8f8e6dcdd465e309a102ae17e9a52f4cbb34ad15 authored over 6 years ago
Travis: modernize with v7.0.0 updates

Travis: add 3.7 testing
Travis: remove deploy to testpypi since it's broken
Travis: cherry-pick ...

github.com/ocrmypdf/OCRmyPDF - 5252b88f0fb2e492eee844818a6db4468e1dd1bf authored over 6 years ago
Tests: Speed up a slow test (cherry-picked from v7)

github.com/ocrmypdf/OCRmyPDF - ea69883386b87bf5f77a74d3bfa126c7b4769e92 authored over 6 years ago
Tests: Add ability to disable use of cache (cherrypicked from v7)

github.com/ocrmypdf/OCRmyPDF - eb343b1e37c385af7228b963f45a675ce858be49 authored over 6 years ago
main: do better parameter validation

github.com/ocrmypdf/OCRmyPDF - 9f02de55be47e5af791aca32b52afe63bb8fdaae authored over 6 years ago
Cherrypick warning about --user-words not having any effect

Might be available in full release of Tess4

github.com/ocrmypdf/OCRmyPDF - 7394a4cf49f91ee2d5a84a87fcf33bf8adaf049f authored over 6 years ago
Fix a comment about Tesseract behavior in certain versions

github.com/ocrmypdf/OCRmyPDF - ed9fb110b120e20d1f76e5d96145aaa32a8ae047 authored over 6 years ago
Ignore masks when deciding what color to rasterize at

github.com/ocrmypdf/OCRmyPDF - 2ccb3edc584dd5500361f036b7fd971c30ee7ca1 authored over 6 years ago
Cherrypick Python 3.7 documentation updates from v7.0.0

From b0eacd6

github.com/ocrmypdf/OCRmyPDF - 465007442853c060b1b469f4c1f814dab0dafb63 authored over 6 years ago
Backport Python 3.7 fix for ruffus 2.7.0 from ocrmypdf v7.0.0

github.com/ocrmypdf/OCRmyPDF - 70aa644c108dd79374dff4dc37050dc5ceb01882 authored over 6 years ago
More doc updates for 7.0.0

github.com/ocrmypdf/OCRmyPDF - a12a5f11ff24671a0d5800e946fe210a2cc09502 authored over 6 years ago
Dockerfile: should work now

[ci skip]

github.com/ocrmypdf/OCRmyPDF - f46e4067f43889b29c6da4b7c9082ab5dfa15fc9 authored over 6 years ago
Dockerfile: needs leptonica

github.com/ocrmypdf/OCRmyPDF - 47bf5585e8a186e7f9f5d207b7af264146fcfc06 authored over 6 years ago
Dockerfile: fix missing mkdir

github.com/ocrmypdf/OCRmyPDF - 72fb4d39be23dd6dc7d4462e8d0b9170d3bd20de authored over 6 years ago
Eliminate Homebrew autobrewing

The Homebrew-core does such a good job of keeping things up to
date there is little to point to ...

github.com/ocrmypdf/OCRmyPDF - 9681c0e05a4308c8c889fd0fcb56997a1ff38d05 authored over 6 years ago
Adjust Dockerfile again

github.com/ocrmypdf/OCRmyPDF - 2628575dabb497308b50f69192cb02e811b6e668 authored over 6 years ago
Adjust Dockerfile for 7.0.0

github.com/ocrmypdf/OCRmyPDF - f7d59068e56ff6a5e56e08426fafb0cfb1cd0c84 authored over 6 years ago
More work on installation steps

[ci skip]

github.com/ocrmypdf/OCRmyPDF - 4cf10d62ca0174bc2f62fc4d5adf04d0f1e483f4 authored over 6 years ago
(Hopefully) fix build on ReadTheDocs

[ci skip]

github.com/ocrmypdf/OCRmyPDF - 2f65e3aac871231e6b26e55a0ec9b6a92b6d0de7 authored over 6 years ago
Update installation notes

Closes #276

github.com/ocrmypdf/OCRmyPDF - e494cd7aa687ea6de104fb43c372e7ab5bba8a22 authored over 6 years ago
Brew: jbig2dec and libffi are not required

github.com/ocrmypdf/OCRmyPDF - 809880f46d2680ca0d48957202d3e99ed2da17a6 authored over 6 years ago
Merge branch 'develop' (7.0.0) into master

# Conflicts:
# .gitignore
# .travis/linux_before_install.sh
# docs/release_notes.rst
# test_requ...

github.com/ocrmypdf/OCRmyPDF - 5925ebe31c05e466d57ef45213b5d9b42786556b authored over 6 years ago
Fix typo introduced in

338593d

github.com/ocrmypdf/OCRmyPDF - 316709c2919e2be47cbc6bd5d591a7db110ba6b5 authored over 6 years ago
Declare certain APIs public

github.com/ocrmypdf/OCRmyPDF - 0d6a2ba55443e1c3422a34825f4403111e1dc45e authored over 6 years ago
Update release notes

github.com/ocrmypdf/OCRmyPDF - 36138c7c06d136759459ad7260c2c381eee0f3f8 authored over 6 years ago
Remove ruffus 2.6.3 exception special casing

github.com/ocrmypdf/OCRmyPDF - 338593d9e7f041adb4e723f1fc9fb96c94e7b9ec authored over 6 years ago
Remove dependency on private fork of ruffus, change to official 2.7

github.com/ocrmypdf/OCRmyPDF - d6eb1f9578a5c4710df938832553191847533dbe authored over 6 years ago
Fix path error on Py3.5

github.com/ocrmypdf/OCRmyPDF - 1cc9d2d3d1d633c820bfb18acf874353d3481792 authored over 6 years ago