1 | <?php |
||
12 | class PdfToText |
||
13 | { |
||
14 | private $pdftotext; |
||
15 | |||
16 | 1 | public function __construct(string $pathPdfToText = '') |
|
26 | |||
27 | /** |
||
28 | * @param string $filename |
||
29 | * @return string[] file contents |
||
30 | */ |
||
31 | 1 | public function extract(string $filename): array |
|
39 | |||
40 | 1 | public function buildCommand(string $pdfFile): string |
|
44 | } |
||
45 |