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

Replace leptonica deskew with tesseract find skew and pillow rotate

Also rebuild the cache.

github.com/ocrmypdf/OCRmyPDF - a55ab05d16223980ab1a9fb895bb71e1d07755c3 authored about 3 years ago by James R. Barlow <[email protected]>
Modernize OrientationConfidence definition

github.com/ocrmypdf/OCRmyPDF - 25d046ae95d952aee00ed9931a898af72852024f authored about 3 years ago by James R. Barlow <[email protected]>
Remove duplicate definition of OrientationConfidence

github.com/ocrmypdf/OCRmyPDF - 01b0f76e3609ad59aef3b38f7d50439b4f6af990 authored about 3 years ago by James R. Barlow <[email protected]>
docs: update some old OS versions

github.com/ocrmypdf/OCRmyPDF - d74d315e8b02545a89468712202e5820f1220b20 authored about 3 years ago by James R. Barlow <[email protected]>
v12.7.2 release notes

github.com/ocrmypdf/OCRmyPDF - 8be9a68c5e9b6a110cfe37f145b70829540f5099 authored about 3 years ago by James R. Barlow <[email protected]>
tesseract: yet another version variant

github.com/ocrmypdf/OCRmyPDF - 6c34d59836f9cc48ed69dacfab134ed6b29f3887 authored about 3 years ago by James R. Barlow <[email protected]>
pdfa: replace read_binary() with files()

github.com/ocrmypdf/OCRmyPDF - 386453d178304f032014b1f3b8ab053ee6bceae7 authored about 3 years ago by James R. Barlow <[email protected]>
tesseract: tidy some uses of str paths instead of Path

github.com/ocrmypdf/OCRmyPDF - 615a7561b55c585ab43b3504086ec10d8e442bb7 authored about 3 years ago by James R. Barlow <[email protected]>
pre-commit updates

github.com/ocrmypdf/OCRmyPDF - c4c64c3ea0dc72044e30437eb61a9785820c595b authored about 3 years ago by James R. Barlow <[email protected]>
Fix leaked file handle for output_type none

github.com/ocrmypdf/OCRmyPDF - 21279f5784cbe2be17f2f29843d070b636400502 authored about 3 years ago by James R. Barlow <[email protected]>
helpers: remove shim for unsupported old version of pikepdf

github.com/ocrmypdf/OCRmyPDF - a63a21a7fcbb8043339b479d67509c1dd7882502 authored about 3 years ago by James R. Barlow <[email protected]>
Improve some error messages

github.com/ocrmypdf/OCRmyPDF - 1c4d5d79f79dc5c11d0bf72dcf583dbfb4dad553 authored about 3 years ago by James R. Barlow <[email protected]>
v12.7.1 release notes

github.com/ocrmypdf/OCRmyPDF - 644581ed3cd73ed181de204b33b2e3da35999b85 authored about 3 years ago by James R. Barlow <[email protected]>
batch.py: tidy

github.com/ocrmypdf/OCRmyPDF - 77f7621bbce726e8af48f45e7f55ffbac119da40 authored about 3 years ago by James R. Barlow <[email protected]>
v12.7.0 release notes

github.com/ocrmypdf/OCRmyPDF - 42713b77d7e9ac80c0c9cf9b77bb1900aa9ab0b5 authored about 3 years ago by James R. Barlow <[email protected]>
Fix test failures on pikepdf 3.2.0 + pybind11 2.8.0

When compiled without pybind11 2.8.0, pikepdf supplies a shim to implement
pikepdf._ObjectMappin...

github.com/ocrmypdf/OCRmyPDF - 690f88119d3ec24b17ddd14bb44832954a452e48 authored about 3 years ago by James R. Barlow <[email protected]>
Offer hint to user to use --max-image-mpixels after decompression bob error

Closes #801

github.com/ocrmypdf/OCRmyPDF - 78f391536b03c2c6b221b73cbdfd4d1ec9202224 authored over 3 years ago by James R. Barlow <[email protected]>
[ci skip] docs/conf.py: add intersphinx mapping to make external links work (#838)

github.com/ocrmypdf/OCRmyPDF - 7bdd1828a986a74b1784e4a617b88517d4998b3a authored over 3 years ago by mara004 <[email protected]>
[ci skip] Update api.rst (#839)

github.com/ocrmypdf/OCRmyPDF - a8f513eeeb58527ab7856c6a0d28878e68d52166 authored over 3 years ago by mara004 <[email protected]>
fixs importlib.{metadata,resource} for new python version (#840)

Signed-off-by: Marco Genasci <[email protected]>

github.com/ocrmypdf/OCRmyPDF - af18bc0684138d371a842b9924b7a17e719a608b authored over 3 years ago by fedeliallalinea <[email protected]>
v12.6.0 release notes

github.com/ocrmypdf/OCRmyPDF - b621df69470858c3c293d435dd3c1103f8a04eb5 authored over 3 years ago by James R. Barlow <[email protected]>
docs: add missing sphinx extensions

github.com/ocrmypdf/OCRmyPDF - 313c9e7dc171351126ad6dac3d5b46cea27cc6f7 authored over 3 years ago by James R. Barlow <[email protected]>
docs: fix package version error

github.com/ocrmypdf/OCRmyPDF - 9d04795f7fd8bea1a47942ff8eaf8239b59d3550 authored over 3 years ago by James R. Barlow <[email protected]>
docs: show logo

github.com/ocrmypdf/OCRmyPDF - 9a08e71e7f1d7764890a426a8befb666ff670136 authored over 3 years ago by James R. Barlow <[email protected]>
Implement --output-type=none to skip producing the PDF and use only the sidecar

Closes #787

github.com/ocrmypdf/OCRmyPDF - 790d3022f68acfc6b9b4247b0593e6f956621fdd authored over 3 years ago by James R. Barlow <[email protected]>
typing: subprocess

github.com/ocrmypdf/OCRmyPDF - ec311af796771f76ff858140f8392e048f68fe74 authored over 3 years ago by James R. Barlow <[email protected]>
flake8 delinting

github.com/ocrmypdf/OCRmyPDF - c725bf79daf302b19ae2a4b037ef65e7e754ec19 authored over 3 years ago by James R. Barlow <[email protected]>
optimize: fix typo in debug msg

github.com/ocrmypdf/OCRmyPDF - 9559f76fae59b4b28a52058aa1549e0e59aa3c95 authored over 3 years ago by James R. Barlow <[email protected]>
cli: clarify text to more accurately describe behavior of --jbig2-lossy

github.com/ocrmypdf/OCRmyPDF - 45736b7c2ba5f2d81163cae9884e31a7f46ab229 authored over 3 years ago by James R. Barlow <[email protected]>
v12.5.0 release notes update

github.com/ocrmypdf/OCRmyPDF - 5629e960b90fd91d5825d13ea977061e65fc3e94 authored over 3 years ago by James R. Barlow <[email protected]>
info: fix incorrect handling of inline images and other typing fixes

github.com/ocrmypdf/OCRmyPDF - 79fd8d01a510ca1a8e90090c5f4d57308b2c2408 authored over 3 years ago by James R. Barlow <[email protected]>
graft: remove separate implementation of unparse_content_stream

github.com/ocrmypdf/OCRmyPDF - 79fe7a0a856cd4c1133b639967bdfeb01de020a1 authored over 3 years ago by James R. Barlow <[email protected]>
optimize: fix typing consistency

github.com/ocrmypdf/OCRmyPDF - b4b32a35b5d6957a534d05999ed454c9a588093f authored over 3 years ago by James R. Barlow <[email protected]>
v12.5.0 release notes

github.com/ocrmypdf/OCRmyPDF - 4634b3db55267c0759621c25bd100d5e7c7222ca authored over 3 years ago by James R. Barlow <[email protected]>
hocrtransform: fix regression causing hocr text to be not rendered

Fixes #828

github.com/ocrmypdf/OCRmyPDF - f5053158d46ddfd5145356e33e411186f57f3afc authored over 3 years ago by James R. Barlow <[email protected]>
pyproject: configure mypy

github.com/ocrmypdf/OCRmyPDF - dfa4ce1612dbc6fe04a9d5f410dfa68444225b30 authored over 3 years ago by James R. Barlow <[email protected]>
pre-commit: autoupdate

github.com/ocrmypdf/OCRmyPDF - 585595a98e8a018eb37544291e227783bea206d9 authored over 3 years ago by James R. Barlow <[email protected]>
pre-commit: drop isort mirror

github.com/ocrmypdf/OCRmyPDF - f6396fbaac7cde608664ec41c160fc209bea157a authored over 3 years ago by James R. Barlow <[email protected]>
Merge branch 'feature/drop-pkg-resources'

github.com/ocrmypdf/OCRmyPDF - 3859bae85e4205045a52d1de4284950f6e06fd39 authored over 3 years ago by James R. Barlow <[email protected]>
requirements: drop setuptools

With importlib_* we no longer setuptools's pkg_resources.

github.com/ocrmypdf/OCRmyPDF - ee1a7baae77e3393bc36e0b86d229b7e5e21448f authored over 3 years ago by James R. Barlow <[email protected]>
docs: various fixes

As suggested by @Chealer

Closes #829, #830, #831, #832

github.com/ocrmypdf/OCRmyPDF - a4da05b66b1036a99d02f29ef8bae69a4f772a76 authored over 3 years ago by James R. Barlow <[email protected]>
importlib helpers don't provide importlib.thing, but importlib_thing

Fix everywhere.

github.com/ocrmypdf/OCRmyPDF - 4d67812d51521267e403e595d9666320917f2283 authored over 3 years ago by James R. Barlow <[email protected]>
ci: Enable build of feature branches

github.com/ocrmypdf/OCRmyPDF - 3534742ef933a7bab0d075b37fcb1124a9b2ef5e authored over 3 years ago by James R. Barlow <[email protected]>
docs: update copyright

github.com/ocrmypdf/OCRmyPDF - 8bfd46c80d8a1d7f3107ff8b08f00e86376fa422 authored over 3 years ago by James R. Barlow <[email protected]>
Replace pkg_resources version lookup with importlib.metadata

github.com/ocrmypdf/OCRmyPDF - cc6e9cecc0dcf770da0ff2442d6c543787f1efe3 authored over 3 years ago by James R. Barlow <[email protected]>
pdfa: replace pkg_resources with importlib.resources

github.com/ocrmypdf/OCRmyPDF - 208657f840a58d8c740f8b0fcece8f9dc03971f7 authored over 3 years ago by James R. Barlow <[email protected]>
Introduce importlib-resources,metadata backports for Python < 3.9

github.com/ocrmypdf/OCRmyPDF - f3de980447593dc2e2e7bc39e7e215e80f1e3ad0 authored over 3 years ago by James R. Barlow <[email protected]>
Update release notes

github.com/ocrmypdf/OCRmyPDF - eb8992e58b6163189d523f478f8fe03daec8d746 authored over 3 years ago by James R. Barlow <[email protected]>
Merge branch 'master' of github.com:jbarlow83/OCRmyPDF

github.com/ocrmypdf/OCRmyPDF - 72ad618ae6bb9612ae0016389b3fc925163b083b authored over 3 years ago by James R. Barlow <[email protected]>
Require pikepdf<3 on PyPy 3.6

Because cibuildwheel does not build wheels for PyPy 3.6 anymore,
so pikepdf does not offer one.

github.com/ocrmypdf/OCRmyPDF - f07d0c39bb2f12937907d1bb33d70185b60d4e46 authored over 3 years ago by James R. Barlow <[email protected]>
release notes: mention Py3.6 EOL

github.com/ocrmypdf/OCRmyPDF - 9c5c7d9be0299655a46bc0ca9885e8067b525d33 authored over 3 years ago by James R. Barlow <[email protected]>
build(deps): bump pillow from 8.2.0 to 8.3.2 in /requirements/main.txt (#825)

Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.2.0 to 8.3.2.
- [Release notes](...

github.com/ocrmypdf/OCRmyPDF - 0b19b084e2890aff9597a371fd6ae66d9a996396 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ci : add packages for PyPy build

github.com/ocrmypdf/OCRmyPDF - 9b4516af7a34900df3e63f85b2f2c202648db76f authored over 3 years ago by James R. Barlow <[email protected]>
v12.4.0 release notes

github.com/ocrmypdf/OCRmyPDF - 1eb45de5c9a9d4133f2fdb9950d1db13c0a67060 authored over 3 years ago by James R. Barlow <[email protected]>
ci: Add PyPy to matrix

github.com/ocrmypdf/OCRmyPDF - 390b9924f5df1de8f3f81f50c7052ae8999364ca authored over 3 years ago by James R. Barlow <[email protected]>
leptonica: fix a PyPy-specific error

Error is:
TypeError: from_buffer() got a 'memoryview' object, which supports the buffer interfac...

github.com/ocrmypdf/OCRmyPDF - c28858a09983595bc4080be3ca33a2bba8ac177d authored over 3 years ago by James R. Barlow <[email protected]>
Merge remote-tracking branch 'origin/master'

github.com/ocrmypdf/OCRmyPDF - f00b3c00cd3103e5d473b35d2b17a95c129e7300 authored over 3 years ago by James R. Barlow <[email protected]>
graft: use faster unparse_content_stream if available

github.com/ocrmypdf/OCRmyPDF - 4e4f0bfa1ffff829a2aa1a0c4c29cab97d5b8d86 authored over 3 years ago by James R. Barlow <[email protected]>
Allow pluggy v1. (#822)

There are breaking changes, but I could not find any reference to them
in the code.

github.com/ocrmypdf/OCRmyPDF - 0a31acf888c06046024fe78c75d62ac0e842a6a3 authored over 3 years ago by Elliott Sales de Andrade <[email protected]>
hoctransform: fix deprecation warning

github.com/ocrmypdf/OCRmyPDF - b91096c615fcb4d82f7d3cc21d8e19fde52e6ef5 authored over 3 years ago by James R. Barlow <[email protected]>
info: inconsistent types used in ContentsInfo.name_index

This broke PyPy but CPython is fine with it.

github.com/ocrmypdf/OCRmyPDF - 95d9e8d91a672c0097f4aeb6d6c789f6c0c79542 authored over 3 years ago by James R. Barlow <[email protected]>
typing: fix runtime issues

github.com/ocrmypdf/OCRmyPDF - cb6c1939e90866e51fd38d6e7f83a1d554781c6c authored over 3 years ago by James R. Barlow <[email protected]>
typing: refactor namedtuples in info

github.com/ocrmypdf/OCRmyPDF - 3764ee872a742329307fed0d0537bce9e2181187 authored over 3 years ago by James R. Barlow <[email protected]>
typing: fix path and numeric issues

github.com/ocrmypdf/OCRmyPDF - e402d5cb4b368980f07e63986d11b17e2e1751c9 authored over 3 years ago by James R. Barlow <[email protected]>
typing: fix Pillow usage, leptonica

github.com/ocrmypdf/OCRmyPDF - 53cd04799abedb6318e40d40c8b76cd94a2d6c7d authored over 3 years ago by James R. Barlow <[email protected]>
typing: remove deprecated abstractstaticmethod

github.com/ocrmypdf/OCRmyPDF - f2545d4496dd221d87f76fc221812c845f376f43 authored over 3 years ago by James R. Barlow <[email protected]>
typing: fix issues; avoid some magic literals

github.com/ocrmypdf/OCRmyPDF - 9b81e76ed4114c0a1c664ef956a64f977da8b9dc authored over 3 years ago by James R. Barlow <[email protected]>
typing: improvements for concurrency files

github.com/ocrmypdf/OCRmyPDF - 0956fc81aacb2b698234f2978c7ac07881409875 authored over 3 years ago by James R. Barlow <[email protected]>
typing: confirmed that _pages_from_ranges(not-str) is never used

github.com/ocrmypdf/OCRmyPDF - 72279e77599517dcceeb4aee2efaff82418150b9 authored over 3 years ago by James R. Barlow <[email protected]>
typing: fix some trivial issues

github.com/ocrmypdf/OCRmyPDF - 6f9b9480640f7b73a75db4aa8d8fe358c2b562ce authored over 3 years ago by James R. Barlow <[email protected]>
pre-commit: pyupgrade modernizing

github.com/ocrmypdf/OCRmyPDF - 4eca0a165b273fa5d953a133cb6f0b2b1cb23179 authored over 3 years ago by James R. Barlow <[email protected]>
pre-commit: auto update

github.com/ocrmypdf/OCRmyPDF - 067e61e03a9324d265209620fd4573e5c36e042b authored over 3 years ago by James R. Barlow <[email protected]>
pre-commit: add setup.cfg fmt

github.com/ocrmypdf/OCRmyPDF - 1b46481f7e694d2ad097f9a826e4d25e6157d022 authored over 3 years ago by James R. Barlow <[email protected]>
v12.3.3 release notes

github.com/ocrmypdf/OCRmyPDF - d8d9c41abb36f4cfa6b9c2f3b4ba55a984730ee4 authored over 3 years ago by James R. Barlow <[email protected]>
Merge branch 'master' of github.com:jbarlow83/OCRmyPDF

github.com/ocrmypdf/OCRmyPDF - a8cad72f728f0a6366236ad0d944ccd63774b922 authored over 3 years ago by James R. Barlow <[email protected]>
readme: confirm Tesseract 5 support

github.com/ocrmypdf/OCRmyPDF - 86c04305f467071616951085c7af85cb93181c52 authored over 3 years ago by James R. Barlow <[email protected]>
watcher: fix bool not working as expecting

Closes #821

github.com/ocrmypdf/OCRmyPDF - 0a110fac559d3630afdf73582ff402d43e6c18a0 authored over 3 years ago by James R. Barlow <[email protected]>
Update CI to test Tesseract 5 and more Linux versions

github.com/ocrmypdf/OCRmyPDF - f8970ad86219e2d1a84a2a06fa7934977b7e7b5a authored over 3 years ago by James R. Barlow <[email protected]>
Move tool config to pyproject

github.com/ocrmypdf/OCRmyPDF - fcfc78b7ee745bd2af78e5df9f04a0202c4cafb9 authored over 3 years ago by James R. Barlow <[email protected]>
[ci skip] Update jbig2.rst (#817)

Co-authored-by: jbarlow83 <[email protected]>

github.com/ocrmypdf/OCRmyPDF - 8bb244df24af8af3a84c42f3da8ca000edbdc6e4 authored over 3 years ago by mara004 <[email protected]>
build: adjust pull request again

github.com/ocrmypdf/OCRmyPDF - 8a1cb7047965d5d41a3fe9033b83b2eab48bc256 authored over 3 years ago by James R. Barlow <[email protected]>
v12.3.2 release notes

github.com/ocrmypdf/OCRmyPDF - 2c579700d64f980d7187d0f2174a6507352bb310 authored over 3 years ago by James R. Barlow <[email protected]>
webservice: tidy flask apis

github.com/ocrmypdf/OCRmyPDF - 87ff6c8301eb8b76c55fe5a76b9b5c7895a2a142 authored over 3 years ago by James R. Barlow <[email protected]>
Merge branch 'master' of github.com:jbarlow83/OCRmyPDF

github.com/ocrmypdf/OCRmyPDF - 5915259bee58a2d3d6e471b62d671af7cd8583ab authored over 3 years ago by James R. Barlow <[email protected]>
Allow flask 2 for webservice (#816)

* Allow flask 2 for webservice.

The breaking changes do not appear to affect it.

* Add she...

github.com/ocrmypdf/OCRmyPDF - 969e54f0e30d53dd2a4692123d9d556d907590c5 authored over 3 years ago by Elliott Sales de Andrade <[email protected]>
Allow watchdog 2. (#815)

* Allow watchdog 2.

The breaking change was dropping support for macOS 10.12 and earlier,
wh...

github.com/ocrmypdf/OCRmyPDF - b923612323b91360aa06ae15eab104f9635b4372 authored over 3 years ago by Elliott Sales de Andrade <[email protected]>
docs: Add two commas (#809)

github.com/ocrmypdf/OCRmyPDF - dc2b161306b3cdbe14a1a53fbeaa3ef315307c12 authored over 3 years ago by mara004 <[email protected]>
build: don't try to docker build for third party users

github.com/ocrmypdf/OCRmyPDF - ae49e3b6db2ac89bde775fdb9b073b1c86501dbb authored over 3 years ago by James R. Barlow <[email protected]>
Merge branch 'master' of github.com:jbarlow83/OCRmyPDF

github.com/ocrmypdf/OCRmyPDF - 0fc5067ab688539724f89750f73e8a69469ad5e0 authored over 3 years ago by James R. Barlow <[email protected]>
v12.3.1 release notes

github.com/ocrmypdf/OCRmyPDF - 5eb5b5ba732962e7a56ddbc5ddf54e04358f8ad8 authored over 3 years ago by James R. Barlow <[email protected]>
Rebuild test cache due to hocr output change

github.com/ocrmypdf/OCRmyPDF - aa10a70d70554b621480a50ac9f751f4089d8d48 authored over 3 years ago by James R. Barlow <[email protected]>
hocrtransform: ensure text is rendered in document order

Previously we rendered text objects based on their vertical position, but this confuses
some PDF...

github.com/ocrmypdf/OCRmyPDF - f99fd686deea2761042866dcf59a34a71338ce4d authored over 3 years ago by James R. Barlow <[email protected]>
logo: add square version

github.com/ocrmypdf/OCRmyPDF - 22dd9314ea7100a998ed2fca59cb81a1057eaa44 authored over 3 years ago by James R. Barlow <[email protected]>
Update the FreeBSD specific parts of the documentation (#810)

The Python default version was changed from 3.7 to 3.8 at the end of April. For the new quarter...

github.com/ocrmypdf/OCRmyPDF - 73b8b88724aba1c71df04310e84b8f645b85d287 authored over 3 years ago by Kai Knoblich <[email protected]>
docker: make base install packages in common

github.com/ocrmypdf/OCRmyPDF - 4863a8e521eca0fbf8df7cee16fdaadde8609c23 authored over 3 years ago by James R. Barlow <[email protected]>
docker: Fix timezone prompt

github.com/ocrmypdf/OCRmyPDF - 2366629774579b0e04faa01ba863e0c0ff65fe16 authored over 3 years ago by James R. Barlow <[email protected]>
dockerfile: try newer ubuntu

github.com/ocrmypdf/OCRmyPDF - 814ad36e512d7a068a221962138f669c636b2c25 authored over 3 years ago by James R. Barlow <[email protected]>
v12.3.0 release notes

github.com/ocrmypdf/OCRmyPDF - 1c2adc3d89fe1dae12d2a8bfce4427dd7cb2a809 authored over 3 years ago by James R. Barlow <[email protected]>
Work around Pillow 8.3.1 DPI changes

Pillow decided against round-tripping DPI values.
https://github.com/python-pillow/Pillow/pull/5...

github.com/ocrmypdf/OCRmyPDF - 37923ffe52be801077739effbd04dc5a59b849d9 authored over 3 years ago by James R. Barlow <[email protected]>
graft: don't use deprecated pikepdf APIs

github.com/ocrmypdf/OCRmyPDF - 773e28478c668d28832144ff9fb42dc0b4cd13fb authored over 3 years ago by James R. Barlow <[email protected]>