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

Trial merge interword-spaces

github.com/ocrmypdf/OCRmyPDF - 7ae6c5ae8707ca53ebd657b823fc14f67355d007 authored almost 7 years ago
Fix Python 3.5 test suite failure on symlinks

Did not account for API difference in pathlib

github.com/ocrmypdf/OCRmyPDF - 4046766ca5cc1afb2ed783358c31bf54e2d31aaa authored almost 7 years ago
pipeline: Refactor duplicate with clause

github.com/ocrmypdf/OCRmyPDF - 810390df0b54ebf96943f56fda56dd492ff6d564 authored almost 7 years ago
Fix regression - output to stdout broken

github.com/ocrmypdf/OCRmyPDF - de749bc7aeba44fccbf350e0a71e106673248b5c authored almost 7 years ago
Move Dockerfiles out of the way

github.com/ocrmypdf/OCRmyPDF - 9965b8800c4f587554d4a2896d67b21ccae50137 authored almost 7 years ago
Dockerignore: glob supported now

github.com/ocrmypdf/OCRmyPDF - ab870fddd6d35fff11673dfd89c096e8acbb99a2 authored almost 7 years ago
Dockerfiles: remove deprecated MAINTAINER tag

github.com/ocrmypdf/OCRmyPDF - a79d6807cf353b6b76b6509fbc554700f85a2443 authored almost 7 years ago
Migrate Travis CI setup to Brewfile

github.com/ocrmypdf/OCRmyPDF - 8185fb7e43452a766a3fcc1ee210b457bdceea0d authored almost 7 years ago
Fix Homebrew python package (#227)

Homebrew removed python3 and python now defaults to version 3. Here we
use `brew upgrade python...

github.com/ocrmypdf/OCRmyPDF - 4b10929b25bf4d7241206a0c9a676712f266f852 authored almost 7 years ago
Fix Homebrew python package

Homebrew removed python3 and python now defaults to version 3. Here we
use `brew upgrade python`...

github.com/ocrmypdf/OCRmyPDF - f6c70312c9d5c5688028a0b73bde5ff9884d00e6 authored almost 7 years ago
Scale BoundingBox and Text elements to account for additional space.

Here we are manually scaling the pt width used for the BoundingBox and
the Text element when man...

github.com/ocrmypdf/OCRmyPDF - 9fd9c7a51fb37c0ebf5d5f0f69ca58832c775ec0 authored almost 7 years ago
Add option to explicitly add interword spaces to HOCR pdf-renderer

This commit includes an optional work around for limitations of the
PDF.js viewer described in
h...

github.com/ocrmypdf/OCRmyPDF - e6e34251c6a7d103d0b5fc44cc3614631d781c6f authored almost 7 years ago
Add a note to the documentation about interword-spaces

github.com/ocrmypdf/OCRmyPDF - 422e61997856cc70674952baaa28d6a603b8884d authored almost 7 years ago
Improve docs

github.com/ocrmypdf/OCRmyPDF - 2d8aad108611d7bff9209bbf25013dc2f038fd9b authored almost 7 years ago
Issue #223: improve text of encrypted PDF error message

github.com/ocrmypdf/OCRmyPDF - 74ca7363336979062b920552a4153e0826cc7480 authored almost 7 years ago
compile_leptonica should have shebang

github.com/ocrmypdf/OCRmyPDF - 5e4fd8b0b9ba910ae2cf0ce3ab188d07f36b1e89 authored almost 7 years ago
lint: unused variables, wildcard imports

github.com/ocrmypdf/OCRmyPDF - 8ab8132411113a8ad0fe02446b32ca7bead6542e authored almost 7 years ago
lint: remove extraneous backslash

github.com/ocrmypdf/OCRmyPDF - 6899dd46e4bb1899f3e7b7804ebb5588e0621998 authored almost 7 years ago
lint: remove duplicate property definition

github.com/ocrmypdf/OCRmyPDF - 8ad0697a200be1c0823d1f8844f619a3b2eca3e3 authored almost 7 years ago
Remove old test case that no longer works

github.com/ocrmypdf/OCRmyPDF - b47e5672e6cb0e8d38ee1807dfad374ed2356072 authored almost 7 years ago
lint: Remove shebangs from non-executable files

github.com/ocrmypdf/OCRmyPDF - 45c7bd9a605eafdaf12a4d001b5aaed64008db0b authored almost 7 years ago
Fix pylint errors

github.com/ocrmypdf/OCRmyPDF - e7bcb95635eecca76585cfa703e19f2bf5e157e6 authored almost 7 years ago
Handle output to /dev/null or directory (#219)

Previously we threw an exception if the output name was a directory (only after doing OCR) and w...

github.com/ocrmypdf/OCRmyPDF - 3de83627a9c926bdb4dd4f60ba6b0cdcfa71ae71 authored almost 7 years ago
Change instructions to point away from private tap

github.com/ocrmypdf/OCRmyPDF - f24857699496ba52de5a58948fa78bd1b99f3757 authored almost 7 years ago
Update autobrew script to match final changes

github.com/ocrmypdf/OCRmyPDF - aac5b6de3b832094baa847430b9c476bcd81e9b1 authored almost 7 years ago
We are now in homebrew

github.com/ocrmypdf/OCRmyPDF - 24435f11e04c2ff44ac9daf67442a6d9eddbf960 authored almost 7 years ago
Add vector-only PDF test case

github.com/ocrmypdf/OCRmyPDF - a9da839c3976e36e6be89d33082df6c2d244254f authored almost 7 years ago
v5.6.0 release notes, docs

github.com/ocrmypdf/OCRmyPDF - fa2c0296d64410e316012c920295e087cb6fef0e authored almost 7 years ago
Preserve "text as curves" vector content

Never updated the checking logic to deal with a pure vector file with no text that needs an OCR ...

github.com/ocrmypdf/OCRmyPDF - 1dfc32d7e6df680af3ea094d255df97fae6a979b authored almost 7 years ago
autobrew: use homebrew's built-in test fixture

github.com/ocrmypdf/OCRmyPDF - 4a61beae41efee4a45f19a9c113cd0c82fcc9a91 authored almost 7 years ago
Update depends_on order

github.com/ocrmypdf/OCRmyPDF - bd30587bf13769b1ff08b99943399c70c8586cee authored almost 7 years ago
Update Dockerfile to use Ubuntu 17.10 (issue #214)

github.com/ocrmypdf/OCRmyPDF - e0070e3e18b37b3c358c6d2ebd609a64668adc1b authored almost 7 years ago
Ghostscript spoof scripts did not report their --version correctly

github.com/ocrmypdf/OCRmyPDF - 019513696b757114d9de81e1da45be207a141790 authored about 7 years ago
hugemono.pdf needs --max-image-mpixels to pass with Pillow 5.0

github.com/ocrmypdf/OCRmyPDF - ad7a4476dbe9bbdc8d017778730a6b259a1f28b3 authored about 7 years ago
Fix tesseract_noop.py generating wrong size of output PDF in tests

This caused trouble before with test_deskew

github.com/ocrmypdf/OCRmyPDF - 4812b20fb2f452373b848f214d3728e1e9e36756 authored about 7 years ago
Fix Ghostscript parameter order

github.com/ocrmypdf/OCRmyPDF - f5e07c942765dd9e6992139314f9418f730430a0 authored about 7 years ago
Niceties: when environment variable overload is used clarify we're not checking the PATH

github.com/ocrmypdf/OCRmyPDF - 75dcb906219fd2f24ef827e3d758a84125387b5d authored about 7 years ago
Update requirements to set Pillow to 5.0

github.com/ocrmypdf/OCRmyPDF - dfc0434cc20a8d333726e19eacbf5de4d752bd35 authored about 7 years ago
Add --max-image-mpixels argument to support Pillow 5.0

github.com/ocrmypdf/OCRmyPDF - 882fc2257ce960764b5e2b0e6c653e359b61b289 authored about 7 years ago
Document process for redoing OCR

github.com/ocrmypdf/OCRmyPDF - 41e83b52fc6aca2e8add6e87d7447e7c53ad167f authored about 7 years ago
Reactivate autobrew

github.com/ocrmypdf/OCRmyPDF - 47758b4d8f211e7305fdd27f502121819df635b9 authored about 7 years ago
Fix some parameter validation for --output-type pdfa-1 and pdfa-2

github.com/ocrmypdf/OCRmyPDF - 6bf1f970a09a540700e4ecd958f3554c7739a99b authored about 7 years ago
Detect old versions of Ghostscript and warn about them (#208)

github.com/ocrmypdf/OCRmyPDF - 7d451f101ff62ce9e38c08d3eff6c433855da514 authored about 7 years ago
Update autobrew template

github.com/ocrmypdf/OCRmyPDF - 7edbfe0e40d0b38231ab5a26223b6972f2220d42 authored about 7 years ago
Fix issue in sandwich renderer when skipping OCR on a rotated and deskewed page

If OCR is skipped due to --tesseract-timeout or similar, and the skip page is rotated with /Rota...

github.com/ocrmypdf/OCRmyPDF - 91b42cbfa855972112492699297a44c6806c9804 authored about 7 years ago
Disable autobrew until homebrew accepts the official release

github.com/ocrmypdf/OCRmyPDF - 6907df41b4184bcb748c3413f8781b41c0275507 authored about 7 years ago
Fix brew audit --strict warnings

github.com/ocrmypdf/OCRmyPDF - 2cebd90cbd1885826f15e37899698054be0dc171 authored about 7 years ago
Re-enable macos

github.com/ocrmypdf/OCRmyPDF - 376a121aaa65515830c5c2389c3bf8829427be4d authored about 7 years ago
qpdf dummy: needs to return version now

github.com/ocrmypdf/OCRmyPDF - da11fd17ee9fe55e3befb99687aa4e003146e167 authored about 7 years ago
tesseract: handle return of bytes properly in error cases

github.com/ocrmypdf/OCRmyPDF - a40689a0ffa1930228871639bd3166236609249b authored about 7 years ago
Add "bad UTF8 output from Tesseract" test

github.com/ocrmypdf/OCRmyPDF - 44a45fc3fb1cc4479215631aa0d7b2cac66926aa authored about 7 years ago
Read tesseract's output as binary to avoid UnicodeDecodeErrors if it messes up

github.com/ocrmypdf/OCRmyPDF - ec4bb5359ad0cb3695d21622b60e70f677ae1007 authored about 7 years ago
Rename _verify_python3_env

github.com/ocrmypdf/OCRmyPDF - d2217632df008f789ed805b937955fa6b1fa10ea authored about 7 years ago
Move qpdf complaint to after options checking so that it won't break ocrmypdf --version

github.com/ocrmypdf/OCRmyPDF - 2cc044feed06d4e5aa12987147736cbbcf5dbe53 authored about 7 years ago
Remove test_qpdf.py only from travis

github.com/ocrmypdf/OCRmyPDF - 64fd0cb54f5d9617b68d0d428362c24ffcd34f0d authored about 7 years ago
That fixed it. Complain about old versions of qpdf now

github.com/ocrmypdf/OCRmyPDF - c5a1d22e811fc93d19cbed4b8671548b31c7d009 authored about 7 years ago
Looks like issue was negzero.pdf with qpdf 5.1.1 on travis, which is why osx passes

Reorganize and see if this is better now

github.com/ocrmypdf/OCRmyPDF - a7b307af044eaa34ccbb247f4619e49a401dcac9 authored about 7 years ago
Is it negzero.pdf?

github.com/ocrmypdf/OCRmyPDF - 3269eba16c2f59443e8fadbb1f095ba192b2a943 authored about 7 years ago
Try to diagnose travis-only failure of qpdf test

github.com/ocrmypdf/OCRmyPDF - d472860e3bf2f8d18499cea2d31f888993ff7574 authored about 7 years ago
Set timeouts on the tests that seem to be stalling on travis (but not elsewhere)

github.com/ocrmypdf/OCRmyPDF - 731c9ea55ea9871ed38570ee891d074d9d416687 authored about 7 years ago
Clarify hocrtransform license/copyright

github.com/ocrmypdf/OCRmyPDF - 0b6af8d965710654bafb22310d93ff6a0e03d910 authored about 7 years ago
Fix test warning/failures, hopefully

github.com/ocrmypdf/OCRmyPDF - 92ca9e954c6278257ed10069b76710755470bab1 authored about 7 years ago
Remove py3.5 deprecation

It'll be in Debian stable for a long time, so maybe not such a good idea

github.com/ocrmypdf/OCRmyPDF - 67aa00e2c560d24924276bcf01999243aa7cee5b authored about 7 years ago
Update v5.4.4 release notes

github.com/ocrmypdf/OCRmyPDF - a1bf161eb7c40ff623f335f9cbd26d612d9d9667 authored about 7 years ago
Add support and tests for handling page count > ulimit - fixes issue #181

github.com/ocrmypdf/OCRmyPDF - 56614fcaa48fd449b980d2202b5428ad433a5168 authored about 7 years ago
Add merge ulimit test case

github.com/ocrmypdf/OCRmyPDF - 4d9169e15fe0e4ec9ba6093977dd117ebef02634 authored about 7 years ago
Nearly smallest possible PDF-1.3 with all required fields

github.com/ocrmypdf/OCRmyPDF - 3a167af2c4249b990dea4a6683ea9c9dbe35383b authored about 7 years ago
v5.4.4 release notes; mention deprecation of 3.5

github.com/ocrmypdf/OCRmyPDF - 64b900503013f69cd04b71bfd36e05fa588c0395 authored about 7 years ago
Test case for issue #200

github.com/ocrmypdf/OCRmyPDF - 965de3a235755b87be09ec994e30e8086854c8e1 authored about 7 years ago
Fix issue #200, uncommon but valid decimal syntax treated as error

Also replace check_output() calls with run() in qpdf.py

github.com/ocrmypdf/OCRmyPDF - 2040ae48568a45571cf9e68621e6e8f6d38c2e21 authored about 7 years ago
pytest-runner should be a setup requirement

github.com/ocrmypdf/OCRmyPDF - 31a1f9f5ea1cab2095da38848310c32fe73870cb authored about 7 years ago
Update docker script based on uid issue

issue #180, fix reported by @Atredis76

github.com/ocrmypdf/OCRmyPDF - 7eadd8204880834a1eed8d5328704743e9006b49 authored about 7 years ago
Ensure intermediate metadata holder PDF has same version as its input file

While not known to cause problems, the absence of this could confuse parsers

github.com/ocrmypdf/OCRmyPDF - 31d0eaac8e808b4ea40bfc67358243edd91a01b8 authored about 7 years ago
Update docs: security, pip install --user

github.com/ocrmypdf/OCRmyPDF - f45d012635952b5331a4960744eb0d0ed59b41f2 authored about 7 years ago
v5.4.3 release notes

github.com/ocrmypdf/OCRmyPDF - 5a777ee9bce1473d44f4b3f65bc491615ec4712a authored about 7 years ago
Travis didn't like LANG, use LC_ALL

github.com/ocrmypdf/OCRmyPDF - 7bbf6bc7f4becaec868b39a2fb1d1f08a6541b25 authored about 7 years ago
Update copyright in license

github.com/ocrmypdf/OCRmyPDF - 9bfc45702d6509a477aa46bdfb87b2346f757f6c authored about 7 years ago
Check that the locale is sane before allowing OCR to proceed

github.com/ocrmypdf/OCRmyPDF - 40aa82ab414df58e68b0505c536b8fb5f7da28ca authored about 7 years ago
Declare in yet another place that this shouldn't run on py2

github.com/ocrmypdf/OCRmyPDF - 5d2c67c62b27b073ba0b09d1e7d0b8d57a388887 authored about 7 years ago
autobrew: declare conflict with mactex

As reported in https://github.com/jbarlow83/homebrew-ocrmypdf/issues/4#issuecomment-345029899

github.com/ocrmypdf/OCRmyPDF - a00ef4836d6b75acc7dceb2b65f225f57071dfe3 authored about 7 years ago
Remove bare 'except:'

github.com/ocrmypdf/OCRmyPDF - 3ef766bb938d8ba5e9401d831c7e9a286edbdab0 authored about 7 years ago
Declare our __version__ properly

github.com/ocrmypdf/OCRmyPDF - 44b5a184624acc67f60b2a904498b6ec9a2728ba authored about 7 years ago
Update requirements.txt

github.com/ocrmypdf/OCRmyPDF - 4df716f0e82e33fbc8e437ff9d24033cc3256d01 authored about 7 years ago
Refactor obtaining version from subprocesses

Issue #196 raised the need to deal with linker warnings on --version.

github.com/ocrmypdf/OCRmyPDF - fcbf34a4d3d0d60a48e75ea5bf1a4acaa18d6970 authored about 7 years ago
Fix issue #194 - --sidecar creates blank txt file

github.com/ocrmypdf/OCRmyPDF - c7b8b6e18ba7fac3db23eb0a87c79ed401a77ee1 authored about 7 years ago
Add 'zlib' to travis recipe

github.com/ocrmypdf/OCRmyPDF - 9fd165bf4b90063dbcca522f2ad7df5c9aa1ad3d authored about 7 years ago
Describe how to stream with Docker

[ci skip]

github.com/ocrmypdf/OCRmyPDF - 2061092ec558c6fb7dd303bf1aa048c3789a78c6 authored over 7 years ago
v5.4.1 release notes

github.com/ocrmypdf/OCRmyPDF - 57466a31ba84f6938ab5e31859f003013b163642 authored over 7 years ago
Try to make travis actually deploy macOS

github.com/ocrmypdf/OCRmyPDF - 4213c69befe3d204bb1831b1d2da459c0d1ae95c authored over 7 years ago
Remove workaround for OSD crash and use explicit -l osd

Suggested by amitdo in https://github.com/tesseract-ocr/tesseract/issues/1167

github.com/ocrmypdf/OCRmyPDF - cc5578488abb71a3086e8f1a58b0a92b08242c93 authored over 7 years ago
Add option to produce PDF/A-1B

github.com/ocrmypdf/OCRmyPDF - 4b7135f0e5b96746780abd6b75546bbc309bef2d authored over 7 years ago
Fixup manifest

github.com/ocrmypdf/OCRmyPDF - 984df023b17005a965071a36acac61522a7dc546 authored over 7 years ago
Track .coveragerc for future reference

github.com/ocrmypdf/OCRmyPDF - 6f8682f55882899ada7b999eeed36ea224127df6 authored over 7 years ago
Import cleanup and some pylint fixes

github.com/ocrmypdf/OCRmyPDF - 51defa6d662855e2bb34ff053d4c69ca76783706 authored over 7 years ago
ghostscript.py: fix missing imports

github.com/ocrmypdf/OCRmyPDF - 7d73098d6e10e0348cb735ce5fa26b12d50821f2 authored over 7 years ago
Revert to pre-build stages travis.yml

It's still in beta for a reason apparently

github.com/ocrmypdf/OCRmyPDF - c580aa4683aeea5cb71d7a003ede9bf8f587dbd6 authored over 7 years ago
Fix travis.yml typo

github.com/ocrmypdf/OCRmyPDF - 47d1199360f4550cf30623c9049aae012ccf1f27 authored over 7 years ago
Try disabling the matrix and osx for build stages

github.com/ocrmypdf/OCRmyPDF - 61ab435b310c050c11b61429b92c3841e9e15456 authored over 7 years ago
pipeline: fix variable not defined in __init__

github.com/ocrmypdf/OCRmyPDF - aa8f534b451d5e04cb26fe945baf7f304fae374e authored over 7 years ago
travis: Explicitly set python versions

github.com/ocrmypdf/OCRmyPDF - dc9589aca85f1083a6a4498d15db22ac5a92decc authored over 7 years ago