Package org.apache.tika.metadata
Interface TikaPagedText
-
public interface TikaPagedText
Metadata properties for paged text, metadata appropriate for an individual page (useful for embedded document handlers called on individual pages). UsePagedText
where possible
-
-
Field Summary
Fields Modifier and Type Field Description static Property
PAGE_NUMBER
1-based page number for a specific pagestatic Property
PAGE_ROTATION
static String
TIKA_PAGED_TEXT_PREFIX
-
-
-
Field Detail
-
TIKA_PAGED_TEXT_PREFIX
static final String TIKA_PAGED_TEXT_PREFIX
- See Also:
- Constant Field Values
-
PAGE_NUMBER
static final Property PAGE_NUMBER
1-based page number for a specific page
-
PAGE_ROTATION
static final Property PAGE_ROTATION
-
-