1
0
mirror of https://github.com/kanzure/pdfparanoia.git synced 2025-04-12 17:42:04 +02:00

Commit Graph

  • 100d202221
    further updates to Makefile master Bryan Bishop 2020-09-07 09:33:54 -05:00
  • c1af289767
    bump version to 0.0.17 Bryan Bishop 2020-09-07 09:33:08 -05:00
  • 26dfe093fe
    start fixing some tests Bryan Bishop 2020-09-07 09:28:59 -05:00
  • 681af5c175
    upgrade nosetests from python2.7 Bryan Bishop 2020-09-07 09:25:12 -05:00
  • 906150e033
    render markdown on pypi Bryan Bishop 2020-09-07 09:21:07 -05:00
  • 585a0ac3a4 Merge pull request #51 from ashwini0529/master Bryan Bishop 2017-06-04 20:55:45 -05:00
  • 5669e4e289 fixes python3 installation error Ashwini Purohit 2017-06-05 06:30:56 +05:30
  • c594ff41d6 version bump to: v0.0.16 Bryan Bishop 2016-05-29 14:09:00 -05:00
  • 1a01757f44 README: fix typo in russian text Bryan Bishop 2016-02-25 08:45:27 -06:00
  • 5cc682e2c5 Merge pull request #38 from fmap/pdfminer-api Bryan Bishop 2013-12-06 15:27:42 -08:00
  • e95374ec04 getobj can raise PDFObjectNotFound vi 2013-12-07 07:20:13 +08:00
  • 95a249d8ab Package: use a version of PDFMiner since the interface change (#37). vi 2013-12-07 07:14:41 +08:00
  • 380bc289b3 Adapt to PDFMiner's breaking interface changes (#37). vi 2013-12-07 07:12:19 +08:00
  • 713776af67 version bump to: v0.0.15 v0.0.15 Bryan Bishop 2013-09-16 15:14:27 -05:00
  • e9e0ea4467 Merge pull request #34 from kanzure/fixsciencemag Bryan Bishop 2013-09-16 13:12:37 -07:00
  • 61e67d2c4a Merge pull request #33 from kanzure/fixsetup Bryan Bishop 2013-09-16 13:12:29 -07:00
  • 28bf8f5825 fix another syntax error in sciencemag Bryan Bishop 2013-09-16 15:11:42 -05:00
  • 1ff513389f wow, how did setup.py stay like that for so long? Bryan Bishop 2013-09-16 15:09:59 -05:00
  • cc7d14d173 WIP of "AdBlock for Science" Bryan Bishop 2013-07-19 21:27:50 -05:00
  • 71aaf23285 io.StringIO fallback for py3k Bryan Bishop 2013-07-19 21:27:06 -05:00
  • 528eae7e46 minor py3k-compat changes Bryan Bishop 2013-07-19 21:26:12 -05:00
  • 59a71a7cd3 use io.StringIO when py3k Bryan Bishop 2013-07-19 21:25:42 -05:00
  • c3e590f22f Revert "fixed self-referential package install and cleaned out __init__.py" Bryan Bishop 2013-07-19 20:19:44 -05:00
  • f3e4b74b69 Amended readme for those not using pip to install. Cathal Garvey 2013-07-14 11:10:15 +01:00
  • 6030778089 Made dependencies vary by version to select py3k port of pdfminer if using Py3k Cathal Garvey 2013-07-14 11:01:27 +01:00
  • 1070605316 use explicit imports Bryan Bishop 2013-07-09 01:47:18 -05:00
  • cafb7330b6 bump version to 0.0.14 v0.0.14 Bryan Bishop 2013-07-09 01:35:23 -05:00
  • 13d388e7ee Merge pull request #31 from delinquentme/master Bryan Bishop 2013-07-08 23:35:52 -07:00
  • 2275565fb2 fixed self-referential package install and cleaned out __init__.py Carl Crott 2013-07-08 22:48:45 -07:00
  • 388d2b289e README: write russian intro Bryan Bishop 2013-05-21 14:02:33 -05:00
  • d54f6e826c Merge pull request #27 from DonnchaC/rsc Bryan Bishop 2013-05-13 13:06:23 -07:00
  • c673d77ec6 Check PDF is from the RSC before cleaning Donncha O'Cearbhaill 2013-05-13 21:01:52 +01:00
  • 404e3577e0 Merge pull request #26 from DonnchaC/rsc Bryan Bishop 2013-05-13 12:52:40 -07:00
  • 18140d838d Adding support for PDF's from pubs.rsc.org Donncha O'Cearbhaill 2013-05-13 20:28:35 +01:00
  • 9d26a0aa01 Merge pull request #25 from semorrison/master Bryan Bishop 2013-05-02 11:39:25 -07:00
  • 2ec1ca21a6 hash bang Scott Morrison 2013-05-02 23:29:07 +10:00
  • 11b59bd544 fixing README Scott Morrison 2013-05-02 23:27:49 +10:00
  • 702f2e2895 adding README for tests/diff/ Scott Morrison 2013-05-02 23:25:10 +10:00
  • 74649a1a05 merging urls.denied back into urls Scott Morrison 2013-05-02 23:18:11 +10:00
  • 27ad746861 adding a few more URLs for testing Scott Morrison 2013-05-02 23:16:15 +10:00
  • 2fb3783dea comparediffs seems to be working nicely Scott Morrison 2013-05-02 22:45:34 +10:00
  • 54b6ab070a initial attempt to pairwise diff testing Scott Morrison 2013-05-02 20:06:18 +10:00
  • 6abfe2a380 Merge pull request #23 from cathalgarvey/master Bryan Bishop 2013-03-24 23:12:57 -07:00
  • db514ff744 Fixed a few bugs so reading from stdin now works. Involves a potentially costly recast of file contents as StringIO. Cathal Garvey 2013-03-21 23:49:03 +00:00
  • 95e92420c9 Modified the "pdfparanoia" script in bin/ so it uses Argparse and the "with" context statement. Cathal Garvey 2013-03-21 23:37:34 +00:00
  • 0d1da12f71 README: increase explaining Bryan Bishop 2013-02-14 03:43:23 -06:00
  • ee483ab986 Merge pull request #21 from zooko/verbose-option Bryan Bishop 2013-02-14 01:39:19 -08:00
  • 503b8aead5 add -v -v mode which prints out the details (potentially sensitive, potentially bulky) Zooko O'Whielacronx 2013-02-13 21:08:49 +00:00
  • 9204b2e17e fix up verbose printouts, don't print out large data Zooko O'Whielacronx 2013-02-13 20:56:33 +00:00
  • 56cc7719da add a "--verbose" option that writes to stderr if it finds anything to omit Zooko O'Whielacronx 2013-02-13 19:58:47 +00:00
  • caed396870 SPIE watermark removal Bryan Bishop 2013-02-11 23:52:59 -06:00
  • 9d7fd1dbb6 README: add command-line usage Bryan Bishop 2013-02-10 01:29:58 -06:00
  • 775b927b42 pdfparanoia command-line interface Bryan Bishop 2013-02-09 09:43:12 -06:00
  • 5c8a194445 deflation tool to help with debugging Bryan Bishop 2013-02-07 20:51:10 -06:00
  • e108a43e26 make eraser handle more pdf formats Bryan Bishop 2013-02-07 03:56:18 -06:00
  • f3d8475c79 better import formatting for core.py Bryan Bishop 2013-02-07 03:55:57 -06:00
  • 25195f9b11 add swap files to make clean Bryan Bishop 2013-02-06 17:39:38 -06:00
  • 11abd551d7 add certain pdfs to .gitignore Bryan Bishop 2013-02-06 17:34:38 -06:00
  • b7b5a4ef65 jstor watermark removal Bryan Bishop 2013-02-06 17:31:19 -06:00
  • 47bc734318 replace_object_with - alternative removal method Bryan Bishop 2013-02-06 17:27:12 -06:00
  • 57b6aba099 create requirements.txt Bryan Bishop 2013-02-06 00:03:48 -06:00
  • 4f0208963d remove pdfquery from requirements Bryan Bishop 2013-02-06 00:03:33 -06:00
  • 2711fc174b README: minor wording change Bryan Bishop 2013-02-05 23:44:00 -06:00
  • 8eb8797eeb support pdf formats with whitespace line endings Bryan Bishop 2013-02-05 19:07:28 -06:00
  • bc89bc5335 clean repo before uploading to pypi Bryan Bishop 2013-02-05 17:24:47 -06:00
  • 30c6e30891 version bump to 0.0.9 Bryan Bishop 2013-02-05 17:21:58 -06:00
  • f78aad78ef AIP: better false-positives check Bryan Bishop 2013-02-05 17:20:11 -06:00
  • d276954bfa IEEE: remove print statement (oops) Bryan Bishop 2013-02-05 17:19:37 -06:00
  • 6ef9a19ff6 README: update changelog Bryan Bishop 2013-02-05 04:56:18 -06:00
  • 14f1439c76 ieee watermark removal Bryan Bishop 2013-02-05 04:49:56 -06:00
  • 0adec6c74e better plugin support Bryan Bishop 2013-02-05 04:34:45 -06:00
  • aa3e188ef4 more setup.py madness Bryan Bishop 2013-02-05 04:28:42 -06:00
  • 302d2ff2e5 include plugins in package Bryan Bishop 2013-02-05 04:20:26 -06:00
  • 99285252fc include README.md via MANIFEST.in Bryan Bishop 2013-02-05 04:17:05 -06:00
  • 011c10c5c4 more setup.py magic Bryan Bishop 2013-02-05 04:13:26 -06:00
  • 99c88643f7 fix README packaging Bryan Bishop 2013-02-05 03:56:07 -06:00
  • d8fc6c1d8f initial commit Bryan Bishop 2013-02-05 03:10:14 -06:00