ocrmypdf 5.5-2 source package in Ubuntu

Changelog

ocrmypdf (5.5-2) unstable; urgency=medium

  * Disable test suite at package build time.
    It now takes a prohibitively long time to run, so we are relying on
    autopkgtest instead.
  * Move test suite dependencies d/control -> d/tests/control.
  * Set PYBUILD_INSTALL_ARGS to pass --force to setup.py.
    This prevents the build from aborting because tools like unpaper, qpdf
    etc. are not installed.  These programs are not actually needed to
    build the package.
  * Demote unpaper Depends -> Recommends.
    Upstream considers it to be optional.
  * Add --locale to help2man call in gen-man-page target.
  * Regenerate manpage.

 -- Sean Whitton <email address hidden>  Sat, 27 Jan 2018 12:10:23 -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.5-2.dsc 2.4 KiB f44fd4c24c858dc5aeff5d01878349de9815b44c90fad37166ded9e4dcf7943c
ocrmypdf_5.5.orig.tar.xz 7.5 MiB c7ddf6f111301dfefbc404d26ec6443f8f3042bc3fcce5b98faabb76141e15be
ocrmypdf_5.5-2.debian.tar.xz 25.7 KiB 22064309d53c958dcd922486141f99cb0ae3f5100887bf7a218d93b423f82f94

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.