giahao9899/filetotext

convert file(pdf,docx,...) to text

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

This package is not auto-updated.

Last update: 2024-04-17 08:55:37 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();