creeone/filetotext

PHP library for getting text from documents

0.3.0 2020-02-13 11:16 UTC

This package is auto-updated.

Last update: 2024-04-13 20:54:59 UTC


README

GitHub tag

FileToText

Convert All type of file to JSON for Elastic Search

#allow extensions

  • txt
  • csv
  • doc/docx
  • xls/xlsx
  • pptx
  • pdf
  • xml
  • html

#Usage

$parser = new creeone\FileToText\FileToText('file.txt');
echo $parser->parse();