1
0
forked from poc/pds

Add smalot/pdfparser dependency for PDF parsing functionality

This commit is contained in:
dhanabalan
2025-09-10 15:27:40 +05:30
parent 21e048549d
commit 444b4a4804
2 changed files with 53 additions and 1 deletions

53
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "b3d527602aefe819c13be2116383e731",
"content-hash": "fc46d766543418a6d21c1cae911d991a",
"packages": [
{
"name": "alperenersoy/filament-export",
@@ -6481,6 +6481,57 @@
},
"time": "2021-02-08T20:43:55+00:00"
},
{
"name": "smalot/pdfparser",
"version": "v2.12.1",
"source": {
"type": "git",
"url": "https://github.com/smalot/pdfparser.git",
"reference": "98d31ba34ef5b5a98897ef4b6c3925d502ea53b1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/smalot/pdfparser/zipball/98d31ba34ef5b5a98897ef4b6c3925d502ea53b1",
"reference": "98d31ba34ef5b5a98897ef4b6c3925d502ea53b1",
"shasum": ""
},
"require": {
"ext-iconv": "*",
"ext-zlib": "*",
"php": ">=7.1",
"symfony/polyfill-mbstring": "^1.18"
},
"type": "library",
"autoload": {
"psr-0": {
"Smalot\\PdfParser\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0"
],
"authors": [
{
"name": "Sebastien MALOT",
"email": "sebastien@malot.fr"
}
],
"description": "Pdf parser library. Can read and extract information from pdf file.",
"homepage": "https://www.pdfparser.org",
"keywords": [
"extract",
"parse",
"parser",
"pdf",
"text"
],
"support": {
"issues": "https://github.com/smalot/pdfparser/issues",
"source": "https://github.com/smalot/pdfparser/tree/v2.12.1"
},
"time": "2025-07-31T06:19:56+00:00"
},
{
"name": "spatie/color",
"version": "1.8.0",