PHP Classes

File: vendor/smalot/pdfparser/composer.json

Recommend this page to a friend!
  Classes of Cuthbert Martin Lwinga   PHP Neural Net Library   vendor/smalot/pdfparser/composer.json   Download  
File: vendor/smalot/pdfparser/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Neural Net Library
Build, train, evaluate, and use neural networks
Author: By
Last change:
Date: 6 months ago
Size: 951 bytes
 

Contents

Class file image Download
{ "name": "smalot/pdfparser", "description": "Pdf parser library. Can read and extract information from pdf file.", "keywords": ["PDF", "text", "parser", "parse", "extract"], "type": "library", "license": "LGPL-3.0", "authors": [ { "name": "Sebastien MALOT", "email": "sebastien@malot.fr" } ], "support": { "issues": "https://github.com/smalot/pdfparser/issues" }, "homepage": "https://www.pdfparser.org", "require": { "php": ">=7.1", "symfony/polyfill-mbstring": "^1.18", "ext-zlib": "*", "ext-iconv": "*" }, "autoload": { "psr-0": { "Smalot\\PdfParser\\": "src/" } }, "autoload-dev": { "psr-4": { "PerformanceTests\\": "tests/Performance/", "PHPUnitTests\\": "tests/PHPUnit/" } }, "config": { "process-timeout": 1200 } }