394 Commits

Author SHA1 Message Date
James R. Barlow
45cb4525cf Remove other references to PyMuPDF 2018-06-13 01:02:53 -07:00
James R. Barlow
cf43c06f46 Use python-xmp-toolkit for xmp check
Eliminates PyPDF2 and defusedxml as dependencies.
2018-05-29 22:00:52 -07:00
James R. Barlow
74a5a18607 Tweak release notes 2018-05-28 14:52:06 -07:00
James R. Barlow
edf75c519c Update v7 release notes 2018-05-26 02:08:49 -07:00
James R. Barlow
9608b22d34 Remove all uses of PyPDF2 except PDF/A check
Leave PDF/A check alone for now, since pikepdf has no equivalent.
2018-05-26 02:07:18 -07:00
James R. Barlow
7b0a3ec365 Add notes for v7 2018-05-18 00:20:45 -07:00
James R. Barlow
0661a7edc3 Merge optimize 2018-05-10 21:05:32 -07:00
James R. Barlow
24b0adfacc Merge branch 'master' into develop 2018-05-10 20:54:55 -07:00
James R. Barlow
b8f3ead541 Remove tesseract renderer entirely
Grafting lets us work with older Tesseract versions as if they could use
sandwich, so there is no point in keeping it. It's been deprecated for a
long time now anyway.
2018-05-10 14:06:13 -07:00
Fabian Rodriguez
c7cf041e4a Fixed language option example (French) (#266)
Replace fre to fra.
2018-05-10 00:10:27 -07:00
James R. Barlow
b3ad3e297d v6.2.0 fixes 2018-05-03 17:04:23 -07:00
James R. Barlow
d607553e48 v6.2.0 Release notes 2018-05-03 16:47:21 -07:00
James R. Barlow
98a0786c32 Add 18.04 update procedure 2018-05-03 13:55:16 -07:00
James R. Barlow
df1129724c Update Dockerfile for Ubuntu 18.04 2018-05-03 01:27:13 -07:00
James R. Barlow
04580accb4 Document aliasing of tesseract renderer 2018-05-02 14:47:38 -07:00
James R. Barlow
073ee52ce7 Use hocr and weave; eliminate old combine layers and merge pages 2018-05-01 14:21:53 -07:00
James R. Barlow
54150a14e9 Further elimination of tesseract renderer special casing
We don't need to keep a "skip page" around anymore since
skipping means just not grafting on the text layer.
2018-05-01 13:36:20 -07:00
James R. Barlow
88ff091cce Unify tesseract and sandwich renderer paths
Since the new weaving method copies the font and content
stream from the Tesseract PDF, it doesn't matter if Tesseract
happens to have an image or not.
If Tesseract is text-only capable we use that feature for efficiency,
but ignore the image either way.
2018-05-01 13:24:20 -07:00
James R. Barlow
775be3933c Cherrypick merge_pages unification 2018-04-20 23:08:15 -07:00
James R. Barlow
9e89b75186 Merge v6.1.5 2018-04-17 22:51:13 -07:00
James R. Barlow
5fde214290 Update notes for v6.1.5 2018-04-17 15:23:35 -07:00
James R. Barlow
9d28879505 Update Ubuntu 14.04 instructions
Closes #252
2018-04-14 17:30:33 -07:00
James R. Barlow
10aadefd6a Document return codes 2018-04-14 00:18:58 -07:00
James R. Barlow
136da74bfa Update branch with v6.1.4 2018-04-13 12:57:21 -07:00
James R. Barlow
9b731d63b8 Set Ghostscript -sColorConversionStrategy the way old/new versions expect 2018-04-12 16:28:48 -07:00
James R. Barlow
10aa59f674 v6.1.4 fix test suite regression with Ghostscript 9.23 2018-04-12 15:16:54 -07:00
James R. Barlow
1f7837e7b1 v6.1.4 release notes update 2018-04-12 00:55:45 -07:00
James R. Barlow
c95db246d4 v6.1.4 merge 2018-04-11 15:58:00 -07:00
James R. Barlow
1ba93371ce docs: Update installation to reflect qpdf 7.0.0 requirement 2018-04-11 15:40:50 -07:00
James R. Barlow
3d69b46fca Release notes 2018-04-10 15:53:02 -07:00
James R. Barlow
75d37eb103 docs: expand ocr of image usage 2018-04-09 13:06:09 -07:00
James R. Barlow
d1d4f1e198 Add issue links to release notes 2018-04-06 14:52:40 -07:00
James R. Barlow
709c01c7a1 Regroup three merge steps into a single step
All take the same inputs and deliver similar outputs, so it makes sense.
2018-04-06 01:07:02 -07:00
James R. Barlow
be41ff6d54 Update flowchart
[ci skip]
2018-04-05 21:26:37 -07:00
James R. Barlow
1dbb6f1746 Notes on relevant envvars, repology 2018-04-05 02:15:01 -07:00
James R. Barlow
753e6274ab Tell unpaper to use --layout none so it won't blank out multi column text 2018-04-05 02:14:33 -07:00
James R. Barlow
7f462c618b v6.1.3 notes 2018-04-03 00:11:20 -07:00
James R. Barlow
2a43f73228 Update installation.rst, further info on fitz 2018-04-02 11:32:57 -07:00
James R. Barlow
4032570d97 Change docs for fitz/PyMuPDF 2018-04-01 13:19:57 -07:00
James R. Barlow
158f902c3b Fixed setup.py syntax error 2018-03-30 14:00:36 -07:00
James R. Barlow
7f6aaeaecf v6.1.2 2018-03-30 12:39:33 -07:00
James R. Barlow
fc299032a4 v6.1.1 release notes
Better get the last one out
2018-03-30 00:11:52 -07:00
James R. Barlow
610b769df9 Update release notes 2018-03-28 23:33:34 -07:00
James R. Barlow
40ef4f0bbe Add new argument --skip-repair to skip the repair step 2018-03-28 00:54:58 -07:00
James R. Barlow
d0271d5049 More debug messages on repair; update notes 2018-03-28 00:39:38 -07:00
James R. Barlow
d86e315c48 v6.0.1 start release notes 2018-03-26 01:44:01 -07:00
James R. Barlow
2d10fdcf0f Fix typo in release notes 2018-03-25 21:37:06 -07:00
James R. Barlow
355ec70a80 Note other web frontends 2018-03-25 21:36:39 -07:00
James R. Barlow
9fbc69df3f v6.0.0 release 2018-03-25 01:34:26 -07:00
James R. Barlow
656045610a Update release notes 2018-03-25 00:17:23 -07:00