ocrmypdf 5.4.4-1 source package in Ubuntu

Changelog

ocrmypdf (5.4.4-1) unstable; urgency=medium

  * New upstream release.
  * Add new build-dep for test suite: python3-pytest-timeout.
  * Update sed(1) call in override_dh_auto_build for changes to __init__.py.
  * Update d/copyright.
    - Upstream have listed Julien Pfefferkorn in LICENSE.rst but the diff
      between upstream releases shows that he holds copyright on
      hocrtransform.py alone.  Thus, he is not listed under "Files: *".
  * Declare compliance with Debian Policy 4.1.2.

 -- Sean Whitton <email address hidden>  Sat, 16 Dec 2017 11:48:57 -0700

Upload details

Uploaded by:
Sean Whitton
Uploaded to:
Sid
Original maintainer:
Sean Whitton
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ocrmypdf_5.4.4-1.dsc 2.5 KiB 851cf7a3ee533c54632e904313a1a2b5854329edd712ab3e62619f660bd584f6
ocrmypdf_5.4.4.orig.tar.xz 7.4 MiB 0a3a6e0bac8f2553167c1e9a3e6baee6b0c1ab51d4c39e38b84093c40e87caa1
ocrmypdf_5.4.4-1.debian.tar.xz 25.3 KiB f15dd272bc25147b2be5802f96179645a73330476514085fc8ddb030cabf9d3a

Available diffs

No changes file available.

Binary packages built by this source

ocrmypdf: add an OCR text layer to PDF files

 OCRmyPDF generates a searchable PDF/A file from a regular PDF
 containing only images, allowing it to be searched.
 .
 It uses the Tesseract OCR engine and so supports all the languages
 that Tesseract does.
 .
 Some other main features:
 .
   * Places OCR text accurately below the image to ease copy / paste
   * Keeps the exact resolution of the original embedded images
   * When possible, inserts OCR information as a lossless operation
     without rendering vector information
   * Keeps file size about the same
   * If requested deskews and/or cleans the image before performing OCR
   * Validates input and output files
   * Provides debug mode to enable easy verification of the OCR results
   * Processes pages in parallel when more than one CPU core is
     available
   * Battle-tested on thousands of PDFs, a test suite and continuous
     integration.

ocrmypdf-doc: add an OCR text layer to PDF files - documentation

 OCRmyPDF generates a searchable PDF/A file from a regular PDF
 containing only images, allowing it to be searched.
 .
 It uses the Tesseract OCR engine and so supports all the languages
 that Tesseract does.
 .
 This package includes OCRmyPDF's HTML documentation.