langchain/docs/modules
Chetanya Rastogi aead062a70
Add an example tutorial for using PDFMinerPDFasHTMLLoader (#2960)
Last week I added the `PDFMinerPDFasHTMLLoader`. I am adding some
example code in the notebook to serve as a tutorial for how that loader
can be used to create snippets of a pdf that are structured within
sections. All the other loaders only provide the `Document` objects
segmented by pages but that's pretty loose given the amount of other
metadata that can be extracted.

With the new loader, one can leverage font-size of the text to decide
when a new sections starts and can segment the text more semantically as
shown in the tutorial notebook. The cell shows that we are able to find
the content of entire section under **Related Work** for the example pdf
which is spread across 2 pages and hence is stored as two separate
documents by other loaders
2023-04-16 08:34:39 -07:00
..
agents cr 2023-04-13 08:23:33 -07:00
callbacks Add docs for callbacks (#2643) 2023-04-10 10:23:11 -07:00
chains Update sql chain notebook to clarify use of SQLAlchemy for connections (#2850) 2023-04-13 11:46:59 -07:00
indexes Add an example tutorial for using PDFMinerPDFasHTMLLoader (#2960) 2023-04-16 08:34:39 -07:00
memory Fix typo (#2942) 2023-04-15 08:53:25 -07:00
models delete antropic chat notebook (#2945) 2023-04-15 08:48:51 -07:00
prompts fix typo in chat_prompt_template docs (#2193) 2023-03-30 07:52:40 -07:00
agents.rst Minor text correction (#2298) 2023-04-02 13:54:42 -07:00
chains.rst
indexes.rst Correct typo in documentation for word 'therefore' (#2529) 2023-04-06 23:20:30 -07:00
memory.rst
models.rst
prompts.rst
state_of_the_union.txt