@pdfvector/client 0.0.14 → 0.0.16

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/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @pdfvector/client
2
2
 
3
+ ## 0.0.16
4
+ ### Patch Changes
5
+
6
+
7
+
8
+ - [#181](https://github.com/phuctm97/pdfvector/pull/181) [`383829a`](https://github.com/phuctm97/pdfvector/commit/383829a2d4239fd6640fbabafe725c4373a8a4aa) Thanks [@khanhduyvt0101](https://github.com/khanhduyvt0101)! - Restrict image parsing to max/auto tiers with Azure DI and add text pre-check
9
+
10
+ - Updated dependencies [[`383829a`](https://github.com/phuctm97/pdfvector/commit/383829a2d4239fd6640fbabafe725c4373a8a4aa)]:
11
+ - @pdfvector/instance-client@0.0.36
12
+
13
+ ## 0.0.15
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [[`14df633`](https://github.com/phuctm97/pdfvector/commit/14df633e34fae1d45f4accc2e4b634e65ba704dc)]:
17
+ - @pdfvector/instance-client@0.0.35
18
+
3
19
  ## 0.0.14
4
20
  ### Patch Changes
5
21
 
package/README.md CHANGED
@@ -549,8 +549,8 @@ console.log(resultB.documentId); // "doc-b"
549
549
  |------|----------|-----------|----------|-------------------|
550
550
  | `nano` | Simple text documents | 30 | 10MB | PDF, Word, Excel, CSV |
551
551
  | `mini` | Tables, structured content | 30 | 10MB | PDF, Word, Excel, CSV |
552
- | `pro` | Complex docs, images, handwriting | 30 | 40MB | PDF, Word, Excel, CSV, Image |
553
- | `max` | Large docs, full capabilities, HTML output | 1000 | 500MB | PDF, Word, Excel, CSV, Image |
552
+ | `pro` | Complex docs, handwriting, scans | 30 | 40MB | PDF, Word, Excel, CSV |
553
+ | `max` | Large docs, images, full capabilities, HTML output | 1000 | 500MB | PDF, Word, Excel, CSV, Image |
554
554
  | `auto` | Automatic selection with fallback (default) | 1000 | 500MB | PDF, Word, Excel, CSV, Image |
555
555
 
556
556
  **Note:** Identity, invoice, and bank statement `parse` only support `pro`, `max`, and `auto` models. Their `ask` and `extract` support all model tiers.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdfvector/client",
3
- "version": "0.0.14",
3
+ "version": "0.0.16",
4
4
  "type": "module",
5
5
  "description": "Official TypeScript/JavaScript SDK for PDF Vector API",
6
6
  "license": "MIT",
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "main": ".tsc/lib/index.js",
25
25
  "dependencies": {
26
- "@pdfvector/instance-client": "^0.0.34"
26
+ "@pdfvector/instance-client": "^0.0.36"
27
27
  },
28
28
  "files": [
29
29
  ".tsc",