@pdfvector/instance-contract 0.0.38 → 0.0.39

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.
@@ -69,8 +69,8 @@ export const documentParseModelDescription = "Model tier for parsing.\n\n" +
69
69
  `- auto (default): Intelligent fallback — credits based on the tier selected automatically. ${autoLimitStr}\n` +
70
70
  `${tierDesc("nano", documentParseCosts.nano, "credit/page", "Simple plain text documents.")}\n` +
71
71
  `${tierDesc("mini", documentParseCosts.mini, "credits/page", "Documents with tables and structured content.")}\n` +
72
- `${tierDesc("pro", documentParseCosts.pro, "credits/page", "Tables, handwritten text, figures, math, Arabic.")}\n` +
73
- `${tierDesc("max", documentParseCosts.max, "credits/page", "Full Pro capabilities + image support + enhanced multilingual.")}` +
72
+ `${tierDesc("pro", documentParseCosts.pro, "credits/page", "Tables, handwritten text, figures, math, Arabic, image support.")}\n` +
73
+ `${tierDesc("max", documentParseCosts.max, "credits/page", "Full Pro capabilities + enhanced multilingual.")}` +
74
74
  formatNote;
75
75
  /** Model tier descriptions for document extract endpoints. */
76
76
  export const documentExtractModelDescription = "Model tier for extracting structured data.\n\n" +
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @pdfvector/instance-contract
2
2
 
3
+ ## 0.0.39
4
+ ### Patch Changes
5
+
6
+
7
+
8
+ - [`868be37`](https://github.com/phuctm97/pdfvector/commit/868be37857f362a428f52b5ea0ce6b359b858c20) Thanks [@khanhduyvt0101](https://github.com/khanhduyvt0101)! - Migrate document parsing to Form Parser with Pro image support
9
+
10
+ - Updated dependencies [[`868be37`](https://github.com/phuctm97/pdfvector/commit/868be37857f362a428f52b5ea0ce6b359b858c20)]:
11
+ - @pdfvector/util@0.0.20
12
+
3
13
  ## 0.0.38
4
14
  ### Patch Changes
5
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdfvector/instance-contract",
3
- "version": "0.0.38",
3
+ "version": "0.0.39",
4
4
  "type": "module",
5
5
  "description": "API contract definitions for PDF Vector instance server",
6
6
  "license": "MIT",