Ecosyste.ms: OpenCollective

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

github.com/ocrmypdf/OCRmyPDF

OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched
https://github.com/ocrmypdf/OCRmyPDF

Replace leptonica deskew with tesseract find skew and pillow rotate

Also rebuild the cache.

a55ab05d16223980ab1a9fb895bb71e1d07755c3 authored about 3 years ago
Modernize OrientationConfidence definition

25d046ae95d952aee00ed9931a898af72852024f authored about 3 years ago
Remove duplicate definition of OrientationConfidence

01b0f76e3609ad59aef3b38f7d50439b4f6af990 authored about 3 years ago
docs: update some old OS versions

d74d315e8b02545a89468712202e5820f1220b20 authored about 3 years ago
v12.7.2 release notes

8be9a68c5e9b6a110cfe37f145b70829540f5099 authored over 3 years ago
tesseract: yet another version variant

6c34d59836f9cc48ed69dacfab134ed6b29f3887 authored over 3 years ago
pdfa: replace read_binary() with files()

386453d178304f032014b1f3b8ab053ee6bceae7 authored over 3 years ago
tesseract: tidy some uses of str paths instead of Path

615a7561b55c585ab43b3504086ec10d8e442bb7 authored over 3 years ago
pre-commit updates

c4c64c3ea0dc72044e30437eb61a9785820c595b authored over 3 years ago
Fix leaked file handle for output_type none

21279f5784cbe2be17f2f29843d070b636400502 authored over 3 years ago
helpers: remove shim for unsupported old version of pikepdf

a63a21a7fcbb8043339b479d67509c1dd7882502 authored over 3 years ago
Improve some error messages

1c4d5d79f79dc5c11d0bf72dcf583dbfb4dad553 authored over 3 years ago
v12.7.1 release notes

644581ed3cd73ed181de204b33b2e3da35999b85 authored over 3 years ago
batch.py: tidy

77f7621bbce726e8af48f45e7f55ffbac119da40 authored over 3 years ago
v12.7.0 release notes

42713b77d7e9ac80c0c9cf9b77bb1900aa9ab0b5 authored over 3 years ago
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...

690f88119d3ec24b17ddd14bb44832954a452e48 authored over 3 years ago
Offer hint to user to use --max-image-mpixels after decompression bob error

Closes #801

78f391536b03c2c6b221b73cbdfd4d1ec9202224 authored over 3 years ago
[ci skip] docs/conf.py: add intersphinx mapping to make external links work (#838)

7bdd1828a986a74b1784e4a617b88517d4998b3a authored over 3 years ago
[ci skip] Update api.rst (#839)

a8f513eeeb58527ab7856c6a0d28878e68d52166 authored over 3 years ago
fixs importlib.{metadata,resource} for new python version (#840)

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

af18bc0684138d371a842b9924b7a17e719a608b authored over 3 years ago
v12.6.0 release notes

b621df69470858c3c293d435dd3c1103f8a04eb5 authored over 3 years ago
docs: add missing sphinx extensions

313c9e7dc171351126ad6dac3d5b46cea27cc6f7 authored over 3 years ago
docs: fix package version error

9d04795f7fd8bea1a47942ff8eaf8239b59d3550 authored over 3 years ago
docs: show logo

9a08e71e7f1d7764890a426a8befb666ff670136 authored over 3 years ago
Implement --output-type=none to skip producing the PDF and use only the sidecar

Closes #787

790d3022f68acfc6b9b4247b0593e6f956621fdd authored over 3 years ago
typing: subprocess

ec311af796771f76ff858140f8392e048f68fe74 authored over 3 years ago
flake8 delinting

c725bf79daf302b19ae2a4b037ef65e7e754ec19 authored over 3 years ago
optimize: fix typo in debug msg

9559f76fae59b4b28a52058aa1549e0e59aa3c95 authored over 3 years ago
cli: clarify text to more accurately describe behavior of --jbig2-lossy

45736b7c2ba5f2d81163cae9884e31a7f46ab229 authored over 3 years ago
v12.5.0 release notes update

5629e960b90fd91d5825d13ea977061e65fc3e94 authored over 3 years ago
info: fix incorrect handling of inline images and other typing fixes

79fd8d01a510ca1a8e90090c5f4d57308b2c2408 authored over 3 years ago
graft: remove separate implementation of unparse_content_stream

79fe7a0a856cd4c1133b639967bdfeb01de020a1 authored over 3 years ago
optimize: fix typing consistency

b4b32a35b5d6957a534d05999ed454c9a588093f authored over 3 years ago
v12.5.0 release notes

4634b3db55267c0759621c25bd100d5e7c7222ca authored over 3 years ago
hocrtransform: fix regression causing hocr text to be not rendered

Fixes #828

f5053158d46ddfd5145356e33e411186f57f3afc authored over 3 years ago
pyproject: configure mypy

dfa4ce1612dbc6fe04a9d5f410dfa68444225b30 authored over 3 years ago
pre-commit: autoupdate

585595a98e8a018eb37544291e227783bea206d9 authored over 3 years ago
pre-commit: drop isort mirror

f6396fbaac7cde608664ec41c160fc209bea157a authored over 3 years ago
Merge branch 'feature/drop-pkg-resources'

3859bae85e4205045a52d1de4284950f6e06fd39 authored over 3 years ago
requirements: drop setuptools

With importlib_* we no longer setuptools's pkg_resources.

ee1a7baae77e3393bc36e0b86d229b7e5e21448f authored over 3 years ago
docs: various fixes

As suggested by @Chealer

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

a4da05b66b1036a99d02f29ef8bae69a4f772a76 authored over 3 years ago
importlib helpers don't provide importlib.thing, but importlib_thing

Fix everywhere.

4d67812d51521267e403e595d9666320917f2283 authored over 3 years ago
ci: Enable build of feature branches

3534742ef933a7bab0d075b37fcb1124a9b2ef5e authored over 3 years ago
docs: update copyright

8bfd46c80d8a1d7f3107ff8b08f00e86376fa422 authored over 3 years ago
Replace pkg_resources version lookup with importlib.metadata

cc6e9cecc0dcf770da0ff2442d6c543787f1efe3 authored over 3 years ago
pdfa: replace pkg_resources with importlib.resources

208657f840a58d8c740f8b0fcece8f9dc03971f7 authored over 3 years ago
Introduce importlib-resources,metadata backports for Python < 3.9

f3de980447593dc2e2e7bc39e7e215e80f1e3ad0 authored over 3 years ago
Update release notes

eb8992e58b6163189d523f478f8fe03daec8d746 authored over 3 years ago
Merge branch 'master' of github.com:jbarlow83/OCRmyPDF

72ad618ae6bb9612ae0016389b3fc925163b083b authored over 3 years ago
Require pikepdf<3 on PyPy 3.6

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

f07d0c39bb2f12937907d1bb33d70185b60d4e46 authored over 3 years ago
release notes: mention Py3.6 EOL

9c5c7d9be0299655a46bc0ca9885e8067b525d33 authored over 3 years ago
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](...

0b19b084e2890aff9597a371fd6ae66d9a996396 authored over 3 years ago
ci : add packages for PyPy build

9b4516af7a34900df3e63f85b2f2c202648db76f authored over 3 years ago
v12.4.0 release notes

1eb45de5c9a9d4133f2fdb9950d1db13c0a67060 authored over 3 years ago
ci: Add PyPy to matrix

390b9924f5df1de8f3f81f50c7052ae8999364ca authored over 3 years ago
leptonica: fix a PyPy-specific error

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

c28858a09983595bc4080be3ca33a2bba8ac177d authored over 3 years ago
Merge remote-tracking branch 'origin/master'

f00b3c00cd3103e5d473b35d2b17a95c129e7300 authored over 3 years ago
graft: use faster unparse_content_stream if available

4e4f0bfa1ffff829a2aa1a0c4c29cab97d5b8d86 authored over 3 years ago
Allow pluggy v1. (#822)

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

0a31acf888c06046024fe78c75d62ac0e842a6a3 authored over 3 years ago
hoctransform: fix deprecation warning

b91096c615fcb4d82f7d3cc21d8e19fde52e6ef5 authored over 3 years ago
info: inconsistent types used in ContentsInfo.name_index

This broke PyPy but CPython is fine with it.

95d9e8d91a672c0097f4aeb6d6c789f6c0c79542 authored over 3 years ago
typing: fix runtime issues

cb6c1939e90866e51fd38d6e7f83a1d554781c6c authored over 3 years ago
typing: refactor namedtuples in info

3764ee872a742329307fed0d0537bce9e2181187 authored over 3 years ago
typing: fix path and numeric issues

e402d5cb4b368980f07e63986d11b17e2e1751c9 authored over 3 years ago
typing: fix Pillow usage, leptonica

53cd04799abedb6318e40d40c8b76cd94a2d6c7d authored over 3 years ago
typing: remove deprecated abstractstaticmethod

f2545d4496dd221d87f76fc221812c845f376f43 authored over 3 years ago
typing: fix issues; avoid some magic literals

9b81e76ed4114c0a1c664ef956a64f977da8b9dc authored over 3 years ago
typing: improvements for concurrency files

0956fc81aacb2b698234f2978c7ac07881409875 authored over 3 years ago
typing: confirmed that _pages_from_ranges(not-str) is never used

72279e77599517dcceeb4aee2efaff82418150b9 authored over 3 years ago
typing: fix some trivial issues

6f9b9480640f7b73a75db4aa8d8fe358c2b562ce authored over 3 years ago
pre-commit: pyupgrade modernizing

4eca0a165b273fa5d953a133cb6f0b2b1cb23179 authored over 3 years ago
pre-commit: auto update

067e61e03a9324d265209620fd4573e5c36e042b authored over 3 years ago
pre-commit: add setup.cfg fmt

1b46481f7e694d2ad097f9a826e4d25e6157d022 authored over 3 years ago
v12.3.3 release notes

d8d9c41abb36f4cfa6b9c2f3b4ba55a984730ee4 authored over 3 years ago
Merge branch 'master' of github.com:jbarlow83/OCRmyPDF

a8cad72f728f0a6366236ad0d944ccd63774b922 authored over 3 years ago
readme: confirm Tesseract 5 support

86c04305f467071616951085c7af85cb93181c52 authored over 3 years ago
watcher: fix bool not working as expecting

Closes #821

0a110fac559d3630afdf73582ff402d43e6c18a0 authored over 3 years ago
Update CI to test Tesseract 5 and more Linux versions

f8970ad86219e2d1a84a2a06fa7934977b7e7b5a authored over 3 years ago
Move tool config to pyproject

fcfc78b7ee745bd2af78e5df9f04a0202c4cafb9 authored over 3 years ago
[ci skip] Update jbig2.rst (#817)

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

8bb244df24af8af3a84c42f3da8ca000edbdc6e4 authored over 3 years ago
build: adjust pull request again

8a1cb7047965d5d41a3fe9033b83b2eab48bc256 authored over 3 years ago
v12.3.2 release notes

2c579700d64f980d7187d0f2174a6507352bb310 authored over 3 years ago
webservice: tidy flask apis

87ff6c8301eb8b76c55fe5a76b9b5c7895a2a142 authored over 3 years ago
Merge branch 'master' of github.com:jbarlow83/OCRmyPDF

5915259bee58a2d3d6e471b62d671af7cd8583ab authored over 3 years ago
Allow flask 2 for webservice (#816)

* Allow flask 2 for webservice.

The breaking changes do not appear to affect it.

* Add she...

969e54f0e30d53dd2a4692123d9d556d907590c5 authored over 3 years ago
Allow watchdog 2. (#815)

* Allow watchdog 2.

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

b923612323b91360aa06ae15eab104f9635b4372 authored over 3 years ago
docs: Add two commas (#809)

dc2b161306b3cdbe14a1a53fbeaa3ef315307c12 authored over 3 years ago
build: don't try to docker build for third party users

ae49e3b6db2ac89bde775fdb9b073b1c86501dbb authored over 3 years ago
Merge branch 'master' of github.com:jbarlow83/OCRmyPDF

0fc5067ab688539724f89750f73e8a69469ad5e0 authored over 3 years ago
v12.3.1 release notes

5eb5b5ba732962e7a56ddbc5ddf54e04358f8ad8 authored over 3 years ago
Rebuild test cache due to hocr output change

aa10a70d70554b621480a50ac9f751f4089d8d48 authored over 3 years ago
hocrtransform: ensure text is rendered in document order

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

f99fd686deea2761042866dcf59a34a71338ce4d authored over 3 years ago
logo: add square version

22dd9314ea7100a998ed2fca59cb81a1057eaa44 authored over 3 years ago
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...

73b8b88724aba1c71df04310e84b8f645b85d287 authored over 3 years ago
docker: make base install packages in common

4863a8e521eca0fbf8df7cee16fdaadde8609c23 authored over 3 years ago
docker: Fix timezone prompt

2366629774579b0e04faa01ba863e0c0ff65fe16 authored over 3 years ago
dockerfile: try newer ubuntu

814ad36e512d7a068a221962138f669c636b2c25 authored over 3 years ago
v12.3.0 release notes

1c2adc3d89fe1dae12d2a8bfce4427dd7cb2a809 authored over 3 years ago
Work around Pillow 8.3.1 DPI changes

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

37923ffe52be801077739effbd04dc5a59b849d9 authored over 3 years ago
graft: don't use deprecated pikepdf APIs

773e28478c668d28832144ff9fb42dc0b4cd13fb authored over 3 years ago