giahao9899/filetotext

将文件(pdf,docx,...)转换为文本

dev-master 2019-07-17 07:02 UTC

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();