{ "name": "jedarden/pdftract", "description": "PHP SDK for pdftract - PDF text extraction with structured output", "type": "library", "license": "MIT", "autoload": { "psr-4": { "Jedarden\\Pdftract\\": "src/Pdftract/" } }, "require": { "php": ">=8.1", "psr/log": "^3.0" }, "require-dev": { "phpunit/phpunit": "^10.0" }, "authors": [ { "name": "Jedarden", "email": "dev@jedarden.com" } ], "minimum-stability": "stable", "prefer-stable": true }