Parser_Interface
Interface for document parsers.
Tags
Table of Contents
- extract() : string
- Extract plaintext content from the given file.
Methods
extract()
Extract plaintext content from the given file.
public
extract(string $file_path) : string
Parameters
- $file_path : string
-
Absolute file path.