Commit Graph

  • b39fb7930e Merge branch 'develop' of https://github.com/pdfminer/pdfminer.six into fix-paint-path Jeremy Singer-Vine 2021-03-13 19:44:34 -0500
  • ed1e670910 fix typo and refer to issue 593. huan_cheng 2021-03-12 18:34:11 +0800
  • 22f90521b8
    Use python3.9 in tox config Jürgen Gmach 2021-03-11 20:46:31 +0100
  • 063af6ffad
    Update CHANGELOG.md Pieter Marsman 2021-03-11 20:46:08 +0100
  • c6a1cba465 format code to pass flake8 check. huan_cheng 2021-03-01 10:53:35 +0800
  • cc9bca8bf1 Fix 594 use null id when encrypted but no id given Richard Millson 2021-02-27 22:40:38 -0500
  • cd59977ce7 Small stylistic fixes to code. Alexander Regueiro 2021-02-28 03:20:53 +0000
  • 88caaebf95 Updated text files. Alexander Regueiro 2021-02-27 23:48:33 +0000
  • 6ab37f3974 Added test. Alexander Regueiro 2021-02-28 00:34:13 +0000
  • 8279d96235 Added `lines_merge` and `boxes_merge` fns to `LAParams`. Alexander Regueiro 2021-02-28 03:26:34 +0000
  • f2bd5ac867 try to fix issue of some Chinese characters cannot be extracted correctly (#566). huan_cheng 2021-02-26 17:39:50 +0800
  • 9ca295d56a
    Merge pull request #1 from pdfminer/develop wind_chh 2021-02-26 13:57:27 +0800
  • 0b17f1cdaf tox: use Python 3.9 final Jürgen Gmach 2021-02-23 16:26:41 +0100
  • 2c74c7d494 update Tony Tong 2021-02-20 12:00:38 -0500
  • 739ba9f6de Merge branch 'develop' into fix_index_error_and_key_error Tony Tong 2021-02-20 11:58:44 -0500
  • 7ee0116247 Merge remote-tracking branch 'upstream/develop' into develop Tony Tong 2021-02-20 11:58:06 -0500
  • 761410e66c
    Fix cryptography build in travis cicd by upgrading distribution from Trusty Tahr to Focal Fossa (#585) Pieter Marsman 2021-02-20 10:32:07 +0100
  • 25e4d9c2e2 Also change 3.9-dev to 3.9 because that is now supported by travis Pieter Marsman 2021-02-20 10:25:33 +0100
  • 44429a11ee
    Update .travis.yml Pieter Marsman 2021-02-20 10:18:21 +0100
  • 55802535d7 remove duplicated words from help aewag 2021-02-19 19:20:00 +0100
  • f724542fda fix wording in the documentation aewag 2021-02-19 19:18:36 +0100
  • 5b617f3e6e update changelog Tony Tong 2021-02-17 10:54:28 -0500
  • 2e41f55cbe update changelog again Tony Tong 2021-02-16 10:41:59 -0500
  • f32e68eb7c update changelog Tony Tong 2021-02-16 10:36:11 -0500
  • 1194d031a2
    Triggering travis again Pieter Marsman 2021-02-13 15:14:26 +0100
  • b71ebb812d
    Revert two edits based on discussion in #579 X 2021-02-10 22:00:02 +0900
  • 686f16df6e Parse rect-forming mllll paths as rects not curves Jeremy Singer-Vine 2021-02-07 13:32:39 -0500
  • ee8ec5b494 Add comments to test_paint_path_quadrilaterals Jeremy Singer-Vine 2021-02-07 13:29:22 -0500
  • 68bb233ee5 Fix point-extraction from Beziér path commands Jeremy Singer-Vine 2021-02-07 12:02:26 -0500
  • 8ddc22410e
    Fix typos and possible mistakes. X 2021-02-03 15:01:35 +0900
  • 9a9d43ac59 fix condition Tony Tong 2021-01-27 13:17:19 -0500
  • 440d5484fc fix the bug Tony Tong 2021-01-27 10:49:00 -0500
  • 1e8538f15d merge Tony Tong 2021-01-27 10:35:35 -0500
  • 713ffc8850 Add table layout analysis Christian Thießen 2020-12-25 21:09:23 +0100
  • eda5ab3ef7 Fix trailing whitespace Jeremy Singer-Vine 2020-12-11 09:14:08 -0500
  • e8b087877c Treat 'ml'-shape paths as lines not curves Jeremy Singer-Vine 2020-12-10 23:22:37 -0500
  • 03b5cce704 Merge branch 'develop' into fix-paint-path Jeremy Singer-Vine 2020-12-10 23:32:07 -0500
  • 25fe2ef5ed Travis-ci: added support for ppc64le Devendranath Thadi 2020-12-02 10:51:41 +0000
  • f389b97923
    Correct typo's and syntax errors from README.md (#538) markfirmware 2020-11-08 10:20:10 -0500
  • 108319d5fc
    Update converting_pdf_to_text.rst Marcio Mazza 2020-11-07 12:13:41 -0300
  • e9be5088bd
    Update README.md markfirmware 2020-10-27 15:46:51 +0000
  • 4240c1d875
    Merge branch 'develop' into develop Eduardo Gonzalez Lopez de Murillas 2020-10-27 12:32:35 +0100
  • dd3b8275a8 Added support for Paeth PNG filter compression (predictor value = 4) Eduardo Gonzalez Lopez de Murillas 2020-10-27 12:25:13 +0100
  • 99e36e8eff Or maybe this one breaks things? Jake Stockwin 2020-10-26 17:04:11 +0000
  • ca32e6cbc7 This commit breaks things... Jake Stockwin 2020-10-26 15:15:45 +0000
  • ff0e335607 Store stripped line Jake Stockwin 2020-10-26 14:03:26 +0000
  • 7a11049472 Fix for when trailer is indented Jake Stockwin 2020-10-26 11:41:29 +0000
  • 693e4f48a3
    Issue #469 is fixed (When run on Windows a lot of tests fail with the error: [Errno 13] Permission denied) (#484) Ev2geny 2020-10-26 12:10:11 +0300
  • be778c0b58 issue_469_fix Ev2geny 2020-10-25 22:10:00 +0300
  • f8e6ad6ac1
    Remove supoprt for non standard output streams that are not binary by removing the try-except check that writes a unicode character to the stream (#523) Pieter Marsman 2020-10-25 14:37:12 +0100
  • fc75972bbd
    Fix TypeError: cannot unpack non-iterable PDFObjRef object, when unpacking the value of 'DW2' (#529) EucliTs0 2020-10-25 14:34:45 +0100
  • 6c51ce49bb Fix flake8 Pieter Marsman 2020-10-25 12:59:32 +0100
  • 6c45fcb33a Add docstring Pieter Marsman 2020-10-18 14:25:27 +0200
  • 6e5c4f4390 Remove supoprt for non standard output streams that are not binary by removing the try-except check that writes a unicode character to the stream Pieter Marsman 2020-10-18 14:24:04 +0200
  • 178a831802
    Revert "Fix for when 'trailer' is indented (#513)" (#534) Pieter Marsman 2020-10-25 13:22:42 +0100
  • 3c9d6c533b Revert "Fix for when 'trailer' is indented (#513)" Pieter Marsman 2020-10-25 13:19:27 +0100
  • 108e662381
    Merge branch 'develop' into fix-518-typeerror-non-iterable-pdfobjref-object Pieter Marsman 2020-10-25 13:01:32 +0100
  • 679dd49183
    Update CHANGELOG.md Pieter Marsman 2020-10-25 13:01:04 +0100
  • 875e53013a
    Remove explicit support for Python 3.4 and 3.5, adding tests for python 3.9 (#522) Pieter Marsman 2020-10-25 12:34:51 +0100
  • 1dfebdb1bd
    Merge branch 'develop' into 503-remove-python-34-35-support Pieter Marsman 2020-10-25 12:34:09 +0100
  • ec223d1f1d
    Fix for when 'trailer' is indented (#513) Jake Stockwin 2020-10-24 17:55:07 +0100
  • 44b2708479
    Update CHANGELOG.md Pieter Marsman 2020-10-24 18:54:09 +0200
  • 61300eef70
    Remove unused dependency on sortedcontainers (#525) estshorter 2020-10-24 22:55:22 +0900
  • a8140390bf
    Update CHANGELOG.md Pieter Marsman 2020-10-24 15:54:50 +0200
  • 4ef21ec7fb Fix .paint_path handling of single line segments Jeremy Singer-Vine 2020-10-21 08:49:26 -0400
  • a5dbfb4254 Updated CHANGELOG Dimitrios TSOLAKIDIS 2020-10-21 09:54:59 +0200
  • 530f60bdb4 Fix TypeError: cannot unpack non-iterable PDFObjRef object, when unpacking the value of 'DW2' Dimitrios TSOLAKIDIS 2020-10-21 09:42:07 +0200
  • 58e00101fe Address CR comments - strip line after parsing Jake Stockwin 2020-10-20 14:23:53 +0100
  • a2c70955bd fix bug handling vertical boxes Nate 2020-10-19 18:01:57 -0700
  • daf320c659 Fix a link to the PR estshorter 2020-10-18 22:22:35 +0900
  • 81ceacbf6f Fix changelog format estshorter 2020-10-18 22:14:36 +0900
  • 3ce0804533 Remove unused sortedcontainers package estshorter 2020-10-18 22:11:13 +0900
  • e847b2369a Remove explicit support for Python 3.4 and 3.5, adding tests for python 3.9 Pieter Marsman 2020-10-18 13:38:09 +0200
  • c8cceb7c58 Release 20201018 20201018 Pieter Marsman 2020-10-18 12:57:26 +0200
  • 2a88fda543
    Rebrand the .six by adding a punchline and a faq (#520) Pieter Marsman 2020-10-18 12:50:59 +0200
  • c66eca3c29 Update faq.rst Pieter Marsman 2020-10-18 12:49:54 +0200
  • e83dd26671
    Fix .paint_path for non-rectangle quadrilaterals (#512) Jeremy Singer-Vine 2020-10-12 11:53:00 -0400
  • ede619bea5 Merge remote-tracking branch 'origin/fix-paint-path' into fix-paint-path Pieter Marsman 2020-10-12 17:19:55 +0200
  • 1db8d93ff4 Fix error: should select item 1 and 2 from the list, and possible items [3, 4], and so on. Pieter Marsman 2020-10-12 17:19:47 +0200
  • 576699aa55 Fix flake8 issues Pieter Marsman 2020-10-12 17:18:50 +0200
  • d437c8a139
    Merge branch 'develop' into fix-paint-path Pieter Marsman 2020-10-12 12:37:24 +0200
  • 5b871eb518 Reorder paint_path() if-else statements once more Pieter Marsman 2020-10-12 12:35:58 +0200
  • 599f0391b5 Update faq.rst Pieter Marsman 2020-10-12 09:22:41 +0200
  • e59b1bca2f
    Update docs/source/faq.rst Pieter Marsman 2020-10-12 09:20:43 +0200
  • a805653a83
    Update docs/source/faq.rst Pieter Marsman 2020-10-12 09:20:37 +0200
  • 4be9757b86
    Update docs/source/faq.rst Pieter Marsman 2020-10-12 09:20:30 +0200
  • d0863d6fce Tweak paint_path fix per @pietermarsman review Jeremy Singer-Vine 2020-10-11 18:11:43 -0400
  • 14cc66ae6d Add frequently asked questions Pieter Marsman 2020-10-11 20:05:26 +0200
  • bbc01f749a Add punchline to docs Pieter Marsman 2020-10-11 20:05:11 +0200
  • d04c38fb8d Add punchline to readme Pieter Marsman 2020-10-11 20:04:57 +0200
  • 360b1efc0b
    Deprecate Python 3.4 and 3.5 (#507) estshorter 2020-10-10 23:15:03 +0900
  • 11abbc48b1 Fix flake8 Pieter Marsman 2020-10-10 16:09:47 +0200
  • d45d2d65bd
    Update docs of tempfilepath.py Pieter Marsman 2020-10-10 15:32:44 +0200
  • c0773e6f15
    Merge branch 'develop' into issue_469_fix Pieter Marsman 2020-10-10 15:24:12 +0200
  • 67e2d79591
    Fix out-of-bound access on some PDFs. (#483) Diego Elio Pettenò 2020-10-10 14:18:34 +0100
  • ef4787d8ad
    Fix not being able to pass boxes flow as None to pdf2txt (#479) Jake Stockwin 2020-10-10 14:17:04 +0100
  • 7f8847bb52
    Merge branch 'develop' into fix-boxes-flow-input Pieter Marsman 2020-10-10 15:16:47 +0200
  • e97a94cbcd
    Update CHANGELOG.md Pieter Marsman 2020-10-10 15:15:18 +0200
  • 4e7e9110f3 Integrates with the python-bidi to apply Bi-directional (BiDi) layout implementation and support RTL languages M.w.khashoggi 2020-09-30 17:56:36 +0300
  • b0f86ca506 Fix for when 'trailer' is indented Jake Stockwin 2020-09-29 11:20:39 +0100