Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit b4ceb19

Browse files
committed
Improve Plotting, tests, readability, usability and cleanup
1 parent fea5970 commit b4ceb19

16 files changed

+3
-3
lines changed

docs/_static/png/edge_tol_1.png

110 KB
Loading

docs/_static/png/edge_tol_2.png

111 KB
Loading

docs/_static/png/plot_text.png

100755100644
269 KB
Loading

docs/_static/png/plot_textedge.png

100755100644
269 KB
Loading

docs/user/advanced.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ Let's see the table area that is detected by default.
397397

398398
.. code-block:: console
399399
400-
$ pypdf_table_extraction stream -plot contour edge.pdf
400+
$ pypdf_table_extraction stream -plot contour edge_tol.pdf
401401
402402
.. figure:: ../_static/png/edge_tol_1.png
403403
:height: 674
@@ -418,13 +418,13 @@ To improve the detected area, you can increase the ``edge_tol`` (default: 50) va
418418

419419
.. code-block:: console
420420
421-
$ pypdf_table_extraction stream -e 500 -plot contour edge.pdf
421+
$ pypdf_table_extraction stream -e 500 -plot contour edge_tol.pdf
422422
423423
.. figure:: ../_static/png/edge_tol_2.png
424424
:height: 674
425425
:width: 1366
426426
:scale: 50%
427-
:alt: Table area with default edge_tol
427+
:alt: Table area with custom edge_tol
428428
:align: center
429429

430430
As you can see, the guessed table area has improved!
-33.3 KB
Binary file not shown.
317 KB
Loading
278 KB
Loading
277 KB
Loading
277 KB
Loading

0 commit comments

Comments
 (0)