2676 Commits

Author SHA1 Message Date
James R. Barlow
b51a5887e5
v11.0.1 release notes v11.0.1 2020-08-17 23:25:31 -07:00
James R. Barlow
fc523e837c
Clarify that the GPL-3 portion of pdfa.py was removed
Removal was in 8c90f7c97.

pdfa.py now has no special licensing and falls unders the
"Files:  *" clause of debian/copyright.
2020-08-17 23:23:31 -07:00
James R. Barlow
caeba76a61
Approve img2pdf 0.4 as it passes tests 2020-08-14 01:34:04 -07:00
James R. Barlow
cd35216f21
setup: blacklist pdfminer.six 20200720
NotAllowedError is going to removed
99f0c09869
2020-08-12 13:10:08 -07:00
James R. Barlow
e6a7b58863 Merge branch 'de-gpl' v11.0.0 2020-08-12 12:20:38 -07:00
James R. Barlow
56184a762f
Issue template:Give stronger hints about sample input files 2020-08-12 12:12:37 -07:00
James R. Barlow
07ab98f5af
docs: mention that Ghostscript PDF/A can swallow hyperlinks
Addresses #605
2020-08-12 12:12:00 -07:00
James R. Barlow
04fb1892b4
Don't ask for sample files anymore 2020-08-12 11:40:42 -07:00
James R. Barlow
173ce2f215
v10.3.3 release notes v10.3.3 2020-08-07 02:23:21 -07:00
James R. Barlow
9b641055e1
Fix KeyError: 'dpi' when using --threshold on image to PDF
Fixes #607
2020-08-07 02:21:02 -07:00
James R. Barlow
4fa28d7e74 v10.3.2 release notes v10.3.2 ss-2020-08 2020-08-05 01:36:56 -07:00
James R. Barlow
bed74501fc
Fix test breakage in validation
Broken in commit 4cc0dc
2020-08-05 01:35:26 -07:00
James R. Barlow
8c90f7c972
Replace GPLv3-derived PDF/A template with PostScript generator 2020-08-05 01:30:45 -07:00
James R. Barlow
aa0ec40102
Change license of all GPLv3 files to MPL-2.0
https://github.com/jbarlow83/OCRmyPDF/issues/600
2020-08-05 00:44:42 -07:00
James R. Barlow
12c567ee10 Copyright cleanup: relicense example_plugin.py
The author is relicensing this file to MIT.
2020-08-05 00:15:33 -07:00
James R. Barlow
d39778ce3a
Clarify copyright status of misc/batch.py, synology.py
At the time these files were contributed there was no discussion
of the license that the authors wanted to use, but the project was
MIT licensed at the time. As such, these files deemed to be MIT licensed.

https://github.com/jbarlow83/OCRmyPDF/issues/600
2020-08-05 00:12:44 -07:00
James R. Barlow
e824cdbc4e
Change license of misc/watcher.py to MIT
The authors of this file all agreed to relicense it under the MIT license.

https://github.com/jbarlow83/OCRmyPDF/issues/600
2020-08-04 23:57:41 -07:00
James R. Barlow
1d91c09963
Clarify license status of misc/completion/* files
These files were contributed when the project license was GPLv3. On
discussion, all known authors of these files agreed to place them
under MIT license.

See https://github.com/jbarlow83/OCRmyPDF/issues/600
2020-08-04 23:53:56 -07:00
James R. Barlow
e821ca46d5
Approve pdfminer.six 20200726 2020-08-03 16:04:16 -07:00
James R. Barlow
a29e4952fb
Document use of mmap 2020-08-03 16:03:54 -07:00
James R. Barlow
4cc0dc6b4a
Additional size increase reasons 2020-08-03 16:03:29 -07:00
James R. Barlow
7263702de9
Remove gs.py (spoofers entirely removed) and update copyright 2020-07-29 16:31:47 -07:00
James R. Barlow
0287d91874
v10.3.1 release notes v10.3.1 2020-07-26 21:53:08 -07:00
James R. Barlow
436af55050
Approve pdfminer.six 20200720 2020-07-26 21:51:49 -07:00
James R. Barlow
d6128e6937
Fix support for older versions of pdfminer.six (boxes_flow error) 2020-07-26 21:51:25 -07:00
James R. Barlow
642437e804 Merge branch 'master' of github.com:jbarlow83/OCRmyPDF v10.3.0 2020-07-22 00:34:33 -07:00
James R. Barlow
4ce802fdb2
v10.3.0 release notes 2020-07-22 00:34:27 -07:00
James R. Barlow
a672422b0b
Enable pikepdf mmap in other contexts 2020-07-22 00:20:07 -07:00
James R. Barlow
addc2cbad0 Enable pikepdf mmap and set up signal handlers 2020-07-22 00:19:50 -07:00
James R. Barlow
5f45f77b4e
docs: plugins update 2020-07-21 23:53:30 -07:00
James R. Barlow
93f9bffb37 Merge branch 'feature/leptonica-179' 2020-07-20 21:23:53 -07:00
James R. Barlow
44149ad319 Disable test_error_trap for Leptonica < 1.79
Old error trap seems unreliable in the first place so difficult to set up
a test.
2020-07-20 21:12:00 -07:00
fcatus
d80d963cea
pdfinfo: Replace list comp with gen expr'n 2020-07-20 02:21:58 -07:00
James R. Barlow
4da33b8050 Update debian/copyright from Debian, with fixes 2020-07-19 03:50:43 -07:00
James R. Barlow
5cbbff8472 For Leptonica 1.79+ use leptSetStderrHandler
Lock free and considerably less dangerous to stderr messages.
2020-07-19 03:40:33 -07:00
James R. Barlow
fa6e47c277 Merge branch 'feature/optimize-cleanup' 2020-07-19 01:53:11 -07:00
James R. Barlow
4ea9cffebd Add locking to Leptonica error trap
To protect another thread from interfering with our redirection of
stderr.
2020-07-19 01:51:58 -07:00
James R. Barlow
ae68edefc5 pipelines: fix Python 3.7/3.8 on macOS 2020-07-19 01:51:58 -07:00
James R. Barlow
1558e068f1
docs: explain firstresult hook behavior 2020-07-16 00:01:59 -07:00
James R. Barlow
d2a9c413f8
docs: install notes for ARM64 2020-07-14 01:25:16 -07:00
James R. Barlow
a510b21b20
optimize: add typing for Xref, remove fspath()'s 2020-07-09 14:06:41 -07:00
James R. Barlow
e33ba07aa4
Update pre-commit settings 2020-07-08 23:45:53 -07:00
James R. Barlow
373f27832b
optimize: improve typing of xref_exts 2020-07-07 22:41:29 -07:00
James R. Barlow
b20a6e4c5d
optimize: add type hints 2020-07-07 22:18:50 -07:00
James R. Barlow
49734d5456
optimize: fix incorrect to prevent re-optimizing JBIG2s 2020-07-07 21:52:11 -07:00
James R. Barlow
26a415c5dd
docs: Note usage of OCR_JSON_SETTINGS for watcher 2020-07-07 21:26:57 -07:00
James R. Barlow
60be64a5f1
Fix debug.log missing pageno handler 2020-07-04 03:59:38 -07:00
James R. Barlow
190294634c
docs: edit plugins 2020-07-03 16:16:01 -07:00
James R. Barlow
1722cb579d
v10.2.1 release notes v10.2.1 2020-07-01 03:26:57 -07:00
James R. Barlow
dc42beb6a8
More typing improvements
Typing fixes bugs.
2020-06-30 15:02:30 -07:00