Parser_Interface

Interface for document parsers.

Tags
author

Barn2 Plugins [email protected]

license

GPL-3.0

copyright

Barn2 Media Ltd

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.

Tags
throws
Parse_Exception

On parse failure.

Return values
string

Search results