ocrmypdf 6.1.2-1 source package in Ubuntu

Changelog

ocrmypdf (6.1.2-1) unstable; urgency=low

  * New upstream release (Closes: #888917).
  * Various updates to d/copyright due to project relicensing and source
    tree rearrangement.
    - Additionally update upstream contact e-mail address.
    - Additionally use https for Format: field.
  * Add python3-defusedxml build-dep.
  * Drop python3-pytest-xdist autopkgtest dependency.
  * Drop SETUPTOOLS_SCM_PRETEND_VERSION hack from d/rules.
    Obsoleted by upstream changes.
  * Update override_dh_auto_build for source tree rearrangement.
  * Update d/tests/control for source tree rearrangement.
  * Add README.Debian about the lack of PyMuPDF support.
  * Add debian/NEWS to detail breaking changes in command line interface.
    Breaking changes in the ocrmypdf library are not detailed because
    ocrmypdf is not considered to provide a stable public API.
  * Expand reasoning in first bullet point of 5.5-2 changelog entry.
  * Patch setup.py to remove addopts key under tool:pytest section.
    The '-n' command line option is not supported by recent pytest.

 -- Sean Whitton <email address hidden>  Sat, 31 Mar 2018 11:30:50 -0700

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ocrmypdf_6.1.2-1.dsc 2.4 KiB 52cf9aa0c42630d44cf38a9df6da6effb814dcd0a8a0cd1446d2e80233fff62c
ocrmypdf_6.1.2.orig.tar.xz 13.3 MiB 7d3f1394cd98b2d8360f117198518ec3eb62f827fc48eef8825d19f5aecdfd32
ocrmypdf_6.1.2-1.debian.tar.xz 26.5 KiB 0cdf32da0cee3fcc9a73146a16b5782c51134546df37caea4b50b1999c76eb24

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.