Skip to content

Commit

Permalink
docs(README): fix link to Fonduer
Browse files Browse the repository at this point in the history
Closes #61.
  • Loading branch information
lukehsiao committed Aug 20, 2020
1 parent 32799be commit c9ac213
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ pdftotree

**WARNING**: ``pdftotree`` *is experimental code and is NOT stable or maintained. It is not integrated with or supported by Fonduer.*

Fonduer_ has been successfully extended to perform information extraction from
richly formatted data such as tables. A crucial step in this process is the
construction of the hierarchical tree of context objects such as text blocks,
figures, tables, etc. The system currently uses PDF to HTML conversion provided
by Adobe Acrobat. However, Adobe Acrobat is not an open source tool, which may
be inconvenient for Fonduer users.
Fonduer_ performs knowledge base construction from richly formatted data such
as tables. A crucial step in this process is the construction of the
hierarchical tree of context objects such as text blocks, figures, tables, etc.
The system currently uses PDF to HTML conversion provided by Adobe Acrobat.
However, Adobe Acrobat is not an open source tool, which may be inconvenient
for Fonduer users.

This package is the result of building our own module as replacement to Adobe
Acrobat. Several open source tools are available for pdf to html conversion but
Expand Down Expand Up @@ -201,7 +201,7 @@ Then you can run our tests::
:target: https://coveralls.io/github/HazyResearch/pdftotree
.. |CodeStyle| image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/ambv/black
.. _Fonduer: https://hazyresearch.github.io/snorkel/blog/fonduer.html
.. _Fonduer: https://github.com/HazyResearch/fonduer
.. _DocumentAnnotation: https://github.com/payalbajaj/DocumentAnnotation
.. _PaleoDocs: http://i.stanford.edu/hazy/share/fonduer/pdftotree_paleo.tar.gz
.. _version file: https://github.com/HazyResearch/pdftotree/blob/master/pdftotree/_version.py
Expand Down

0 comments on commit c9ac213

Please sign in to comment.