giahao9899 / filetotext
将文件(pdf,docx,...)转换为文本
dev-master
2019-07-17 07:02 UTC
Requires
- league/climate: ^3.5
- smalot/pdfparser: ^0.14.0
Requires (Dev)
- phpunit/phpunit: ^8.2
This package is not auto-updated.
Last update: 2024-09-18 10:48:21 UTC
README
文件到文本
- 这是一个可以提取文件(docx, pdf, xlsx,...)的包
安装
composer require giahao9899/filetotext
使用方法
$converter = new Converter($path);
$text = ($converter->getHandler())->text();