| Class | Description | |
|---|---|---|
|  | TextDocument | Contains a sequence of text pages. Representation of the immediate JSON emitted by PrizmDoc for a Text request. | 
|  | TextErrorPage | Representation of a TextPage which does not contain an text | 
|  | TextMarkup | Dummy Markup Class, as expected from PrizmDoc output. Currently not implemented. | 
|  | TextPage | Object representation of the JSON emitted by PrizmDoc for a single TextPage. Inclues page number, dimensions, string of page text, and bounding boxes for each character. | 
|  | TextPageBase | Base class for representing a TextPage. Derived classes include TextPage and TextErrorPage. | 
