Commit Graph

  • dc49906704 Improve wait_for_file_ready loop James R. Barlow 2023-10-20 15:47:28 -07:00
  • 93fda0dd00 Detect and warn about Tagged PDFs James R. Barlow 2023-10-12 01:03:09 -07:00
  • d4110e78cb Fix "pikepdf mmap disabled" spam on macOS James R. Barlow 2023-10-11 01:24:29 -07:00
  • 5285d68fcc Add check for filenotfound due to being inside a snap James R. Barlow 2023-10-11 01:02:50 -07:00
  • 2b0e149809 Update docker document and v15.2.0 release notes v15.2.0 James R. Barlow 2023-10-10 01:25:26 -07:00
  • b7ce5b0d7d Don't build docker alpine aarch64 for now and add alias tag for Ubuntu James R. Barlow 2023-10-09 17:36:08 -07:00
  • ffd6a64ce9 Attempt at alpine on arm64 - not working James R. Barlow 2023-10-09 17:34:28 -07:00
  • 5727f1e081 Test docker alpine build and ubuntu aliasing James R. Barlow 2023-10-09 15:08:38 -07:00
  • b75a7eca2a Alpine image: Fix missing OSD and path James R. Barlow 2023-10-09 14:59:56 -07:00
  • 2b01676434 docker docs: remove VirtualBox content and update a few explanations James R. Barlow 2023-10-09 14:57:55 -07:00
  • e11c386c58 Add Alpine dockerfile James R. Barlow 2023-10-09 14:35:52 -07:00
  • 9346d1f970 Simplify deep nested with-block James R. Barlow 2023-10-09 02:30:30 -07:00
  • 012cbef865 v15.1.0 release notes v15.1.0 James R. Barlow 2023-10-04 00:16:22 -07:00
  • 0687568e1b sync: update documentation James R. Barlow 2023-10-02 23:48:52 -07:00
  • 3086cfc3d9 pipeline: documentation and tweak merge_sidecars James R. Barlow 2023-10-02 17:14:21 -07:00
  • 91a14660b3 Require Pillow >= 10.0.1 and drop shims for older versions James R. Barlow 2023-10-04 00:04:28 -07:00
  • 539f0ee0ce Document some missing CLI options to API James R. Barlow 2023-10-03 23:54:24 -07:00
  • 7172817cd6 Replace ExitStack with contextmanager James R. Barlow 2023-10-02 16:52:06 -07:00
  • d9cc759142 Fix typos in release notes James R. Barlow 2023-10-02 02:49:01 -07:00
  • 364799fc3e Fix typing for pdinfo.layout and modernize James R. Barlow 2023-10-01 01:18:22 -07:00
  • f4c211fa2d Use Python 3.9-style type hinting for tuple[] and AbstractSet -> Set James R. Barlow 2023-10-01 00:08:00 -07:00
  • 113a6b45bd ruff autofixes (mostly typing.* -> collections.abc.*) James R. Barlow 2023-10-01 00:02:53 -07:00
  • e9419d2c40 Update notes on concurrency James R. Barlow 2023-09-30 17:05:58 -07:00
  • fb006ef39f v15.0.2 release notes v15.0.2 James R. Barlow 2023-09-29 00:56:09 -07:00
  • 890b994403 docs: update to discuss some v15 features not yet documented James R. Barlow 2023-09-27 00:40:05 -07:00
  • 01bbf7d144 docs: mention new features in v15, fix 32-bit text again James R. Barlow 2023-09-27 00:14:19 -07:00
  • 468de5324a Add Python 3.12 to test matrix James R. Barlow 2023-09-26 20:20:33 -07:00
  • 072db75fa3 v15.0.1 release notes (again) v15.0.1 James R. Barlow 2023-09-26 20:09:04 -07:00
  • 8519b3f625 docs: clarify situation around 32-bit support James R. Barlow 2023-09-26 20:06:33 -07:00
  • dd7c4f3eaa docs: update install notes for some things missed with v15 release James R. Barlow 2023-09-26 20:04:30 -07:00
  • c8e6f20f8d Change 32-bit message from error to warning James R. Barlow 2023-09-26 20:03:06 -07:00
  • 10530a8698 Change Ghostscript version skip to fail James R. Barlow 2023-09-26 20:02:52 -07:00
  • 207866abf5 v15.0.1 release notes James R. Barlow 2023-09-26 15:56:53 -07:00
  • 3829af16fb Fix bdist_wheel tag set to py38 James R. Barlow 2023-09-26 15:46:47 -07:00
  • 24db31b4c5 Innocuous change to bump tag v15.0.0.post1 James R. Barlow 2023-09-26 12:25:02 -07:00
  • 8132a4ae10 Update release notes and files v15.0.0rc1 v15.0.0 James R. Barlow 2023-09-26 00:37:04 -07:00
  • d5128c5cf5 Further improvements to image DPI calculation James R. Barlow 2023-09-26 00:28:54 -07:00
  • 270e31fa67 Fix pluginmanager typing James R. Barlow 2023-09-25 14:42:48 -07:00
  • 85e31d0a19 Tidy imports and line length James R. Barlow 2023-09-25 01:04:01 -07:00
  • ea36aedb5f Overhaul version checkers to prefer Version to str James R. Barlow 2023-09-25 00:59:16 -07:00
  • bd4d44e182 Remove Python 3.8 shim for missing str.removeprefix James R. Barlow 2023-09-25 00:31:48 -07:00
  • 8fcf358934 Rename pike local variable to pdf for consistency James R. Barlow 2023-09-25 00:22:26 -07:00
  • 47b0f28564 Minor documentation and typing fixes James R. Barlow 2023-09-25 00:19:48 -07:00
  • 7018e2b247 Refactor ghostscript error message deduplicating James R. Barlow 2023-09-24 20:21:37 -07:00
  • 8d12ecb798 Refactor docinfo repair code James R. Barlow 2023-09-24 20:21:26 -07:00
  • 0ab29ec0ba Update release notes James R. Barlow 2023-09-24 01:30:12 -07:00
  • 179714770a Update release ntoes James R. Barlow 2023-09-24 01:24:00 -07:00
  • f04f45545c ghostscript: fix missing type annotation James R. Barlow 2023-09-24 01:19:56 -07:00
  • a3a083c125 logging: Avoid possible multiplication by None James R. Barlow 2023-09-23 15:08:55 -07:00
  • d855f63985 Remove single dispatch version of calculate_downsample James R. Barlow 2023-09-23 15:05:04 -07:00
  • d4863cbf0f helpers: fix typing James R. Barlow 2023-09-23 14:59:11 -07:00
  • 7b8f081fbf Enable pikepdf mmap again James R. Barlow 2023-09-23 14:50:56 -07:00
  • 7d33039bcd Add comment re: reportlab shim James R. Barlow 2023-09-21 00:27:45 -07:00
  • fde886baf4 Revert "Drop reportlab warning shim" James R. Barlow 2023-09-21 00:26:50 -07:00
  • 146da79c00 Regenerate test cache James R. Barlow 2023-09-21 00:24:55 -07:00
  • 2fc3b0d973 Move issue*.pdf into separate folder James R. Barlow 2023-09-21 00:19:13 -07:00
  • 5667424530 Lower pngquant version req James R. Barlow 2023-09-21 00:13:03 -07:00
  • 8add531ffd Drop Ubuntu 20.04 from build matrix James R. Barlow 2023-09-21 00:12:07 -07:00
  • 0388c23ae7 Merge branch 'feature/jbig2thresh' into v15 James R. Barlow 2023-09-21 00:07:05 -07:00
  • 9b77daae7c Merge branch 'feature/snap22' into v15 James R. Barlow 2023-09-21 00:06:14 -07:00
  • 3e1b3ec98d Merge branch 'feature/fix-raster-dpi-too-high' into v15 James R. Barlow 2023-09-21 00:05:56 -07:00
  • 0f0ca6f517 Draft v15 release notes James R. Barlow 2023-09-19 17:00:25 -07:00
  • c93349c350 Convert workflow to trusted PyPI publisher James R. Barlow 2023-09-19 16:20:18 -07:00
  • 0c287929c2 Don't use really old Python for deliverable building James R. Barlow 2023-09-19 16:11:35 -07:00
  • 23a37fc35c Document that Ubuntu 22.04 and 20.04 both use Tesseract 4.1.1 James R. Barlow 2023-09-19 16:10:38 -07:00
  • 162a47f98e Drop reportlab warning shim James R. Barlow 2023-09-19 14:44:14 -07:00
  • 0239f69912 Tigthen Python dependencies James R. Barlow 2023-09-19 14:42:42 -07:00
  • 2ad8961d0b Require pngquant 2.13.1 or newer James R. Barlow 2023-09-19 14:24:49 -07:00
  • eec8a2b574 Change minimum Ghostscript version to 9.55 James R. Barlow 2023-09-19 14:22:16 -07:00
  • 6c78076bea Drop support for gswin32c / 32-bit Ghostscript for Windows James R. Barlow 2023-09-19 14:19:01 -07:00
  • 2637e84691 Complain about all 32-bit interpreters, not just windows James R. Barlow 2023-09-19 14:13:49 -07:00
  • e8c82ee4b6 Remove shim for img2pdf < 0.4.4 James R. Barlow 2023-09-19 14:08:29 -07:00
  • de2bb5ce8c Remove tqdm dependency and TqdmConsole James R. Barlow 2023-09-17 00:58:27 -07:00
  • ec1c377532 Drop Python 3.8 too James R. Barlow 2022-08-06 03:05:12 -07:00
  • 173428e81a Added weighted DPI rendering James R. Barlow 2023-09-21 00:04:50 -07:00
  • 67ed29dcea Fix incorrect printed_area calculation James R. Barlow 2023-09-21 00:02:02 -07:00
  • 3454c050ed Introduce Resolution.take_min James R. Barlow 2023-09-21 00:01:42 -07:00
  • 5ee99b26e7 Update snap to use core22 James R. Barlow 2023-09-20 17:01:36 -07:00
  • ac3aa67d8a Revise to PageResolutionProfile James R. Barlow 2023-06-16 00:23:37 -07:00
  • 1768a1eda9 Improve documentation for large image downsampling James R. Barlow 2023-06-14 00:46:22 -07:00
  • 5902fe45c1 Rename Resolution.mean to to_scalar James R. Barlow 2023-06-12 19:49:30 -07:00
  • 78981641f0 Introduce new functions to calculate DPI exceptions James R. Barlow 2023-06-12 00:45:24 -07:00
  • c77ae4b34c Change hookspec to migration parameters for generate_pdf to options object James R. Barlow 2023-09-20 15:40:18 -07:00
  • b2cbbf0099 Migrate --pdfa-image-compression argument to being managed by Ghostscript plugin James R. Barlow 2023-09-20 15:20:42 -07:00
  • 6b6c34af01 Fix test artifact generated incorrectly James R. Barlow 2023-09-20 15:20:13 -07:00
  • be12f7a728 Make fish completion a bit smarter James R. Barlow 2023-09-20 14:45:22 -07:00
  • e3c813fc67 Added support for changing color conversion strategy James R. Barlow 2023-09-20 01:08:15 -07:00
  • 35a1eaf62a Bump docker/setup-qemu-action from 2 to 3 (#1151) dependabot[bot] 2023-09-18 12:06:38 -07:00
  • d393d18c13 Bump docker/login-action from 2 to 3 (#1152) dependabot[bot] 2023-09-18 12:06:30 -07:00
  • 54e622ad10 Bump docker/setup-buildx-action from 2 to 3 (#1153) dependabot[bot] 2023-09-18 12:06:19 -07:00
  • 330352aeed Update completions for jbig2 threshold James R. Barlow 2023-09-17 14:47:46 -07:00
  • ac2fc49208 Add support for adjusting jbig2 threshold James R. Barlow 2023-09-17 14:44:40 -07:00
  • 4bee7355e9 Change skip-ocr to skip-text (#1146) Srikar Sundaram 2023-09-14 20:22:34 -04:00
  • 86f2b1f9a7 Bump actions/checkout from 3 to 4 dependabot[bot] 2023-09-11 10:37:22 +00:00
  • 3002409e49 Remove older installation caveats James R. Barlow 2023-08-22 01:25:57 -07:00
  • 0cf6828c20 Merge branch 'main' of github.com:ocrmypdf/OCRmyPDF James R. Barlow 2023-08-19 13:05:06 -07:00
  • 331c829b6e docs: remove obsolete reference to setuptools-scm-git-archive James R. Barlow 2023-08-19 13:03:31 -07:00
  • 06a5e0c3f6 docs: various updates James R. Barlow 2023-08-14 00:13:17 -07:00
  • 811f23381a Add installation instructions for Gentoo Linux to README.md (#1134) Fonic 2023-08-13 10:21:14 +02:00
  • a371655052 v14.4.0 docs and release notes v14.4.0 James R. Barlow 2023-08-12 01:54:54 -07:00