#include <PDFDocumentExtractor.hpp>
Inheritance diagram for indri::parse::PDFDocumentExtractor:

Public Member Functions | |
| PDFDocumentExtractor () | |
| ~PDFDocumentExtractor () | |
| void | open (const std::string &filename) |
| UnparsedDocument * | nextDocument () |
| void | appendPdfMetaData (indri::xml::XMLNode *node) |
| void | seekValue (indri::xml::XMLNode *node, std::string &metaTag) |
| void | close () |
Private Attributes | |
| indri::utility::Buffer | _documentTextBuffer |
| UnparsedDocument | _unparsedDocument |
| std::string | _documentPath |
| std::string | _title |
| std::string | _author |
|
|
|
|
|
|
|
|
|
|
|
Implements indri::parse::DocumentIterator. |
|
|
Implements indri::parse::DocumentIterator. |
|
|
Implements indri::parse::DocumentIterator. |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.4