Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
📚 update camelot link
  • Loading branch information
chfw committed Oct 11, 2020
commit 88f96a7cc25bea0695cafda0d0c096aa6e013676
3 changes: 2 additions & 1 deletion .moban.d/custom_readme.rst.jj2
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
{%endblock%}

{%block features %}
**{{name}}** does {{description}}. Please note it works on python 3.6+ only.
**{{name}}** does Read tables in pdf files using `camelot <https://github.com/atlanhq/camelot>`_
for pyexcel community. Please note it works on python 3.6+ only.

It reads only phyical files and does not read io streams, not a URL.
{%endblock%}
Expand Down
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ a little bit more time in coding, documentation and writing interesting posts.

Introduction
================================================================================
**pyexcel-pdfr** does Read tables in pdf files using camelot for pyexcel community. Please note it works on python 3.6+ only.
**pyexcel-pdfr** does Read tables in pdf files using `camelot <https://github.com/atlanhq/camelot>`_
for pyexcel community. Please note it works on python 3.6+ only.

It reads only phyical files and does not read io streams, not a URL.

Expand Down