api/stringer library
Classes
- FileStringer
- An abstract class that defines functionality for extracting textual content from files.
Properties
-
fileStringers
↔ List<
FileStringer> -
List of all available file stringers in priority order.
When a file is processed, the first stringer that supports the file format is used.
getter/setter pair