Document Processing

This phase is where the different supported documents are processed into a common representation. This representation supports:

  1. metadata about the document, using RDF to represent the data;
  2. table of content/navigation;
  3. presentation data (how the document looks on screen);
  4. prosody data (how the document is to be read), including any custom pronunciations.

This is exposed through a reader-based API to make it easy and fast to process as a consumer.

References

  1. Document Model.