Commit Graph

  • 395cdd7538 Fixed tests. Daniel Berthereau 2016-06-27 00:00:00 +0200
  • 881ea17553 v 20160614 20160614 Philippe Guglielmetti 2016-06-14 19:02:07 +0200
  • dcf07272a1 Revert changes unrelated to this feature. speedplane 2016-06-13 23:46:30 -0400
  • 549b560765 Revert changes unrelated to this feature. speedplane 2016-06-13 23:44:54 -0400
  • 2049462f6f Revert changes unrelated to this branch. speedplane 2016-06-13 23:42:21 -0400
  • b0b8818a41 Fix a bug with pdfminer which occurs when two or more filters are applied to a stream, even though no parameters are specified. The code would previously drop all of the streams after the first due to misapplication of the zip function. speedplane 2016-06-13 23:35:11 -0400
  • 0d38aa1ff2 Merge pull request #22 from pudo/log-into-namespace Goulu 2016-06-09 23:48:52 +0200
  • 1d54ecd31c Make the logger run in a namespace. Friedrich Lindenberg 2016-05-20 21:12:05 +0200
  • e121f7ec46 Merge pull request #21 from ivanteoh/master Goulu 2016-05-01 20:09:10 +0200
  • 2c8f226907 Fix issues #20 - NameError: global name 'ImageWriter' is not defined Ivan Teoh 2016-04-26 12:38:42 +1000
  • 21fd2bbd23 v 20160202 with Py 2.6 & Py 3.5 support Philippe Guglielmetti 2016-02-02 15:38:51 +0100
  • 5f888fe3fb Merge pull request #17 from orangain/ensure-lf Goulu 2016-02-02 15:25:45 +0100
  • 5a2e342a46 Add .gitattributes to always checkout *.py files with LF line endings orangain 2016-01-25 14:27:01 +0900
  • 5a23fad6fd Merge pull request #14 from orangain/close-device Goulu 2016-01-18 11:22:35 +0100
  • 2103e5875e Merge pull request #13 from orangain/include-cmap Goulu 2016-01-18 11:22:08 +0100
  • 4f762cb897 Merge pull request #16 from stevenhair/settings-management Goulu 2016-01-18 11:21:26 +0100
  • 92c71436b9 Improved settings management Steve Hair 2016-01-10 12:17:38 -0500
  • f8a051adbd Close device to write footer of xml/html files orangain 2015-12-27 20:57:00 +0900
  • f1d5d681b6 Include compiled cmap resources to simplify installation for CJK languages orangain 2015-12-27 13:32:29 +0900
  • 63bb3caec2 Fixed for rendering non breaking spaces (cid:160) lucanaso 2015-12-09 16:47:32 +0100
  • 72b2bc3197 Merge pull request #11 from metachris/pdfminerX Goulu 2015-12-06 18:56:53 +0100
  • 96514cd5bf Merge 8149be1669 into a46ea52e20 Chris Hager 2015-12-05 23:18:05 +0000
  • 8149be1669 bugfixes Chris Hager 2015-12-06 00:17:58 +0100
  • a9a026b796 Merge remote-tracking branch 'origin/patch-1' Chris Hager 2015-12-06 00:13:31 +0100
  • 807a9fa69e Merge 146abb459f into a46ea52e20 Chris Hager 2015-11-08 01:32:56 +0000
  • 146abb459f Updated setup.py to work with Python 2.6 Chris Hager 2015-11-08 02:32:23 +0100
  • 2e1be5721f removed settings.ENFORCE_CHECK_EXTRACTABLE Chris Hager 2015-11-01 22:34:18 +0100
  • b686dd0139 pdfminer/settings.py for STRICT and added ENFORCE_CHECK_EXTRACTABLE Chris Hager 2015-11-01 22:24:30 +0100
  • a46ea52e20 Merge pull request #7 from orangain/install_requires Goulu 2015-08-11 12:38:15 +0200
  • 63c9378b8b make ValueError's descriptive Ivan Pozdeev 2015-08-10 03:14:51 +0300
  • e143ad7ba8 Ensure to install required libraries on installation orangain 2015-08-06 20:55:57 +0900
  • bc8d631a7c Merge pull request #6 from GreenLightGo/hotfix/strict-setting Goulu 2015-07-21 10:43:39 +0200
  • 131cb1ea92 change STRICT to be a settings attribute Alex Zagorodniuk 2015-06-22 19:08:35 -0400
  • 9af4fe85e1 README: Changed line about Python 3 support Pablo Castellano 2015-06-14 17:01:03 +0200
  • 623bd98452 Update __init__.py Goulu 2015-06-01 10:21:51 +0200
  • 30e14ddf65 Merge pull request #5 from cathalgarvey/master Goulu 2015-06-01 10:18:49 +0200
  • e2d3adc8c1 Adding chardet to Travis Cathal Garvey 2015-05-30 19:35:05 +0100
  • 403711ed13 Whoops, forgot to version-gate chardet in the actual code. Thanks Travis! Cathal Garvey 2015-05-30 19:33:35 +0100
  • a2ad7a6d03 Fixed some bugs preventing all tests from passing in Py2. Cathal Garvey 2015-05-30 18:02:29 +0100
  • 79c97ac221 Docstrings. Cathal Garvey 2015-05-30 17:16:06 +0100
  • 268e9fb2bd Removed typechecking, nothing's exploded yet and argparse does lots of heavy lifting already. Cathal Garvey 2015-05-30 17:05:28 +0100
  • 3b7edba48c Forgot to add the actual compartmentalised function.. Cathal Garvey 2015-05-30 17:04:28 +0100
  • b3553cef10 Cleaning up pdf2txt.py after the partition/move. Cathal Garvey 2015-05-30 17:03:55 +0100
  • cbe270a4bf Killed the old main function for pdf2txt.py Cathal Garvey 2015-05-30 16:37:22 +0100
  • ead8e778a6 Successfully compartmentalised code, getting closer to moving pdf->text as a module function. Cathal Garvey 2015-05-30 16:27:58 +0100
  • 08cb217983 Progress, progress.. not nearly atomic enough, sorry. Cathal Garvey 2015-05-30 16:14:24 +0100
  • 1b47bed306 Many changes to make pdf2txt.py work better in Py3, some in that script, others in module! Cathal Garvey 2015-05-17 21:08:57 +0100
  • 14fd0fd2d6 Fixed: #84 (fontname was in unicode) Yusuke Shinyama 2015-04-05 19:02:02 +0900
  • 1dbe9ff7e7 Update setup.py Ashley Blackmore 2015-02-18 18:35:53 +0100
  • 5609418351 Add gz to gitignore. speedplane 2014-12-14 01:29:39 -0500
  • 69afd3dd30 Use a .gitignore file. speedplane 2014-12-14 01:23:44 -0500
  • 2199c25493 Add my own .gitignore. speedplane 2014-12-12 00:29:57 -0500
  • 806ee603ff More fixes to layout. The compute neighbors function for horizontal lines is only intended to find neighbors on differing lines. However, it's entirely possible that horizontal neighbors could appear. speedplane 2014-12-12 00:35:38 -0500
  • 45170e7183 There are a number of relatively complex changes here. Comments are in order of where the change appears. speedplane 2014-11-11 23:49:13 -0500
  • c32550dd4a Merge branch 'fix-makefile' speedplane 2014-12-11 00:54:14 -0500
  • 5cbdd915c7 Remove the dependancy on python2. Also, allow tests to be run on cygwin by checking for it, and converting unix2dos line endings. speedplane 2014-12-11 00:53:33 -0500
  • 830b2403e2 Merge branch 'euske-main/master' speedplane 2014-12-11 00:06:46 -0500
  • 0112112458 Fixed: crash on invalid chr number. Yusuke Shinyama 2014-12-09 22:55:47 +0900
  • 75206ba18d Removed: .gitignore Yusuke Shinyama 2014-12-09 22:49:13 +0900
  • 4b585221e2 Merge pull request #76 from speedplane/master Yusuke Shinyama 2014-12-09 22:22:33 +0900
  • 448aa08bc4 Merge pull request #4 from enkore/master Philippe Guglielmetti 2014-12-05 09:58:58 +0100
  • d0379a2c44 Fix utils.decode_text enkore 2014-12-04 17:09:52 +0100
  • 36977fbe08 Add debug flags for much of the debug output. speedplane 2014-11-11 23:36:58 -0500
  • 1067cb9f9f Use a .gitignore file. speedplane 2014-11-11 23:36:26 -0500
  • ecc4d05675 Fix a unicode conversion bug. speedplane 2014-11-11 23:34:33 -0500
  • 0e40264071 Merge pull request #3 from Cybjit/master Philippe Guglielmetti 2014-09-17 07:22:52 +0200
  • 515687e1bb more xrange to range cybjit 2014-09-16 23:01:16 +0200
  • 2639b15ef4 guess argv encoding in py2 using sys.stdin.encoding cybjit 2014-09-16 23:00:34 +0200
  • 9b2e29396b apply_png_predictor py3 cybjit 2014-09-16 22:59:29 +0200
  • ad05121c69 password py3 cybjit 2014-09-16 22:59:00 +0200
  • 14585987c3 keep password api unicode, latin1 or utf-8 is encoded in handler cybjit 2014-09-16 22:58:25 +0200
  • 2260f77b19 fix dict_value usage in strict mode cybjit 2014-09-16 22:57:29 +0200
  • 51a361c145 clean up HTMLConverter and XMLConverter encoding cybjit 2014-09-16 22:57:00 +0200
  • 2ee7153f6e add python3 in sample Makefile cybjit 2014-09-16 22:56:13 +0200
  • f577f76c52 renamed as pdfminer.six in PyPi Goulu 2014-09-15 11:10:00 +0200
  • 03de0f4db8 forgot 'six' requirement ... Goulu 2014-09-15 10:42:08 +0200
  • 8861d7e0ed version 20140915 pushed to PyPi as pdfminer_six Goulu 2014-09-15 10:33:04 +0200
  • 4f8aa9ff5b Merge pull request #2 from Cybjit/master Philippe Guglielmetti 2014-09-12 07:33:06 +0200
  • 714423883c setup logging for pdf2txt and fix dumppdf cybjit 2014-09-11 23:41:01 +0200
  • 39942b6642 avoid string formating when not logging cybjit 2014-09-11 23:40:18 +0200
  • 01821c7d1e rename bytes to avoid built-in collision cybjit 2014-09-11 23:38:05 +0200
  • 31e6afc7cf faster and simpler bytes implementation cybjit 2014-09-11 23:35:26 +0200
  • ed13f7c47d conv_cmap py3 compat cybjit 2014-09-11 23:34:09 +0200
  • cba5a42ba8 decipher_all bytes cybjit 2014-09-11 23:33:14 +0200
  • 6357e2da80 code2cid uses int, not byte cybjit 2014-09-11 23:32:43 +0200
  • 9b0a3ee53e decode cmap font name cybjit 2014-09-11 23:30:02 +0200
  • 7b620b3146 Merge pull request #1 from Cybjit/master Philippe Guglielmetti 2014-09-09 20:42:37 +0200
  • a6f31a713d cmap bytes and decode cybjit 2014-09-07 18:41:04 +0200
  • cc733c8217 fixes for ARC4 cybjit 2014-09-07 18:38:22 +0200
  • f9a67db89b change xrange to range cybjit 2014-09-07 18:36:12 +0200
  • 0a2d90c051 pdf2txt: do not double encode stdout cybjit 2014-09-07 18:34:11 +0200
  • 28c2a4e6ad 2.7/3.4 encoding corrected unknown 2014-09-04 10:31:33 +0200
  • 58b8492783 no logging in travis.ci unknown 2014-09-04 10:19:50 +0200
  • 1c93468c7e faster, less verbose tests unknown 2014-09-04 10:02:29 +0200
  • 7b610b34be tools must be a module to enable scripts tests unknown 2014-09-04 09:47:33 +0200
  • 4ab48d1803 Python 3.4 compatibility + tests unknown 2014-09-04 09:36:19 +0200
  • 29c07ea770 Python 3.4 support and tests unknown 2014-09-03 15:26:08 +0200
  • a6475b61b4 Python 3.4 support added and tested unknown 2014-09-03 13:17:41 +0200
  • 846cd18186 Python 3.4 support unknown 2014-09-02 15:49:46 +0200
  • faea7291a8 tests pass under Py 2.7 and 3.4 unknown 2014-09-01 14:16:49 +0200