# Readers
## HTML
The name of the reader is `HTML`.
``` php
load(__DIR__ . '/sample.html');
```
## MsDoc
The name of the reader is `MsDoc`.
``` php
load(__DIR__ . '/sample.doc');
```
## ODText
The name of the reader is `ODText`.
``` php
load(__DIR__ . '/sample.odt');
```
## RTF
The name of the reader is `RTF`.
``` php
load(__DIR__ . '/sample.rtf');
```
## Word2007
The name of the reader is `Word2007`.
``` php
load(__DIR__ . '/sample.docx');
```