add pdf reader modul

This commit is contained in:
team2
2026-02-12 20:57:54 +01:00
parent 14d7f3b2b9
commit a625468a9a
9 changed files with 229 additions and 6 deletions

55
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": "6eb5735f5c0cf7cb184127323d55e384",
"content-hash": "668be7cf3e1cc193e0f6a09448e72cf5",
"packages": [
{
"name": "doctrine/collections",
@@ -1472,6 +1472,57 @@
},
"time": "2024-09-11T13:17:53+00:00"
},
{
"name": "smalot/pdfparser",
"version": "v2.12.3",
"source": {
"type": "git",
"url": "https://github.com/smalot/pdfparser.git",
"reference": "61c9bcafcb92899b76d8ebda6508267bae77e264"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/smalot/pdfparser/zipball/61c9bcafcb92899b76d8ebda6508267bae77e264",
"reference": "61c9bcafcb92899b76d8ebda6508267bae77e264",
"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.3"
},
"time": "2026-01-08T08:04:04+00:00"
},
{
"name": "symfony/cache",
"version": "v7.4.3",
@@ -5917,5 +5968,5 @@
"ext-iconv": "*"
},
"platform-dev": {},
"plugin-api-version": "2.9.0"
"plugin-api-version": "2.6.0"
}