|
#include <PDF/Page.h>#include <PDF/Rect.h>#include <Common/UString.h>#include <C/PDF/TRN_TextExtractor.h>#include <Impl/TextExtractor.inl>

Go to the source code of this file.
Namespaces | |
| namespace | pdftron |
| namespace | pdftron::PDF |
Classes | |
| class | pdftron::PDF::TextExtractor |
| TextExtractor is used to analyze a PDF page and extract words and logical structure within a given region. More... | |
| class | pdftron::PDF::TextExtractor::Style |
| A class representing predominant text style associated with a given Line, a Word, or a Glyph. More... | |
| class | pdftron::PDF::TextExtractor::Word |
| TextExtractor::Word object represents a word on a PDF page. More... | |
| class | pdftron::PDF::TextExtractor::Line |
| TextExtractor::Line object represents a line of text on a PDF page. More... | |