giahao9899 / filetotext
convert file(pdf,docx,...) to text
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-11-13 11:41:24 UTC
README
File to Text
- This is a package which can extract file(docx, pdf, xlsx,...)
Install
composer require giahao9899/filetotext
Usage
$converter = new Converter($path);
$text = ($converter->getHandler())->text();