# Module 3: Text extraction for search and analysis

In this module we'll cover the following:

* Why extracting text is important
* The basics of extracting text
* Extracting text for specific document portions or provisions (eg. chapters, sections)

We will use:

* Python and the [lxml](https://lxml.de/) XML library

The full code for this module is available on Google Colab: <https://colab.research.google.com/drive/1BEPG5abvOKoCB5zmHWDUBNNPIof1cE0M>
