Package org.apache.tika.metadata
Interface TikaPagedText
- 
 public interface TikaPagedTextMetadata properties for paged text, metadata appropriate for an individual page (useful for embedded document handlers called on individual pages). UsePagedTextwhere possible
- 
- 
Field SummaryFields Modifier and Type Field Description static PropertyPAGE_NUMBER1-based page number for a specific pagestatic PropertyPAGE_ROTATIONstatic StringTIKA_PAGED_TEXT_PREFIX
 
- 
- 
- 
Field Detail- 
TIKA_PAGED_TEXT_PREFIXstatic final String TIKA_PAGED_TEXT_PREFIX - See Also:
- Constant Field Values
 
 - 
PAGE_NUMBERstatic final Property PAGE_NUMBER 1-based page number for a specific page
 - 
PAGE_ROTATIONstatic final Property PAGE_ROTATION 
 
- 
 
-