@syncfusion/ej2-pdf-data-extract 33.2.5 → 33.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/ej2-pdf-data-extract.umd.min.js +1 -1
- package/dist/ej2-pdf-lib/openjpeg.js +1 -1
- package/dist/ej2-pdf-lib/openjpeg.wasm +0 -0
- package/dist/ej2-pdf-lib/qcms.js +1 -1
- package/dist/ej2-pdf-lib/qcms_bg.wasm +0 -0
- package/dist/global/ej2-pdf-data-extract.min.js +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
## Overview
|
|
4
4
|
|
|
5
|
-
The Syncfusion® JavaScript PDF library is a feature-rich and high-performance non-UI PDF library that is written natively in JavaScript. It enables you to seamlessly incorporate robust PDF functionalities into your JavaScript applications. The library allows users to extract text content from PDF documents with accuracy and efficiency.
|
|
5
|
+
The Syncfusion® [JavaScript PDF](https://www.syncfusion.com/document-sdk/javascript-pdf-library) library is a feature-rich and high-performance non-UI PDF library that is written natively in JavaScript. It enables you to seamlessly incorporate robust PDF functionalities into your JavaScript applications. The library allows users to extract text content from PDF documents with accuracy and efficiency in both Node.js and browser environments.
|
|
6
6
|
|
|
7
7
|
## Key Features
|
|
8
8
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-pdf-data-extract.umd.min.js
|
|
3
|
-
* version : 33.2.
|
|
3
|
+
* version : 33.2.7
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: openjpeg.js
|
|
3
|
-
* version : 33.2.
|
|
3
|
+
* version : 33.2.7
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
Binary file
|
package/dist/ej2-pdf-lib/qcms.js
CHANGED
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-pdf-data-extract.min.js
|
|
3
|
-
* version : 33.2.
|
|
3
|
+
* version : 33.2.7
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 33.2.
|
|
3
|
+
* version : 33.2.7
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-pdf-data-extract",
|
|
3
|
-
"version": "33.2.
|
|
3
|
+
"version": "33.2.7",
|
|
4
4
|
"description": "This repository provides advanced support for data extraction from PDF documents",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@syncfusion/ej2-base": "~33.2.3",
|
|
12
12
|
"@syncfusion/ej2-compression": "~33.2.3",
|
|
13
|
-
"@syncfusion/ej2-pdf": "~33.2.
|
|
13
|
+
"@syncfusion/ej2-pdf": "~33.2.7"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {},
|
|
16
16
|
"keywords": [
|