@pdfvector/instance-client 0.0.59 → 0.0.61
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 +12 -0
- package/README.md +6 -4
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @pdfvector/instance-client
|
|
2
2
|
|
|
3
|
+
## 0.0.61
|
|
4
|
+
### Patch Changes
|
|
5
|
+
|
|
6
|
+
- Updated dependencies [[`fcea0c1`](https://github.com/phuctm97/pdfvector/commit/fcea0c13283fafebdd39b12f849d92396c3708b1)]:
|
|
7
|
+
- @pdfvector/instance-contract@0.0.57
|
|
8
|
+
|
|
9
|
+
## 0.0.60
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies [[`5f61021`](https://github.com/phuctm97/pdfvector/commit/5f61021385f3d97e02bc92d2d8b5ed2ad3ffd17f)]:
|
|
13
|
+
- @pdfvector/instance-contract@0.0.56
|
|
14
|
+
|
|
3
15
|
## 0.0.59
|
|
4
16
|
### Patch Changes
|
|
5
17
|
|
package/README.md
CHANGED
|
@@ -597,18 +597,19 @@ console.log(resultB.documentId); // "doc-b"
|
|
|
597
597
|
|
|
598
598
|
## Credit Costs
|
|
599
599
|
|
|
600
|
+
<!-- pdfvector-docs:client-readme-credit-costs:start -->
|
|
600
601
|
| API | nano | mini | pro | max | Unit |
|
|
601
602
|
|-----|------|------|-----|-----|------|
|
|
602
603
|
| Document Parse | 1 | 2 | 4 | 8 | /page |
|
|
603
604
|
| Document Ask | 2 | 4 | 8 | 16 | /page |
|
|
604
605
|
| Document Extract | 2 | 4 | 8 | 16 | /page |
|
|
605
|
-
| Identity Parse |
|
|
606
|
+
| Identity Parse | - | - | 6 | 10 | /page |
|
|
606
607
|
| Identity Ask | 6 | 10 | 14 | 18 | /page |
|
|
607
608
|
| Identity Extract | 6 | 10 | 14 | 18 | /page |
|
|
608
|
-
| Invoice Parse |
|
|
609
|
+
| Invoice Parse | - | - | 6 | 10 | /page |
|
|
609
610
|
| Invoice Ask | 6 | 10 | 14 | 18 | /page |
|
|
610
611
|
| Invoice Extract | 6 | 10 | 14 | 18 | /page |
|
|
611
|
-
| Bank Statement Parse |
|
|
612
|
+
| Bank Statement Parse | - | - | 6 | 10 | /page |
|
|
612
613
|
| Bank Statement Ask | 6 | 10 | 14 | 18 | /page |
|
|
613
614
|
| Bank Statement Extract | 6 | 10 | 14 | 18 | /page |
|
|
614
615
|
| Academic Search | 2 | 2 | 2 | 2 | /request |
|
|
@@ -617,7 +618,8 @@ console.log(resultB.documentId); // "doc-b"
|
|
|
617
618
|
| Academic Find Citations | 2 | 2 | 2 | 2 | /sentence |
|
|
618
619
|
| Academic Paper Graph | 2+ | 2+ | 2+ | 2+ | /request |
|
|
619
620
|
| Academic Similar Papers | 3 | 3 | 3 | 3 | /request |
|
|
620
|
-
|
|
|
621
|
+
| Academic Search Grants | 2 | 2 | 2 | 2 | /request |
|
|
622
|
+
<!-- pdfvector-docs:client-readme-credit-costs:end -->
|
|
621
623
|
|
|
622
624
|
## Error Handling
|
|
623
625
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pdfvector/instance-client",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.61",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Official TypeScript/JavaScript SDK for PDF Vector API - Parse PDF/Word/Image/Excel documents to clean, structured markdown format and search academic publications across multiple databases",
|
|
6
6
|
"license": "MIT",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
"main": ".tsc/lib/index.js",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@pdfvector/instance-contract": "^0.0.
|
|
36
|
+
"@pdfvector/instance-contract": "^0.0.57"
|
|
37
37
|
},
|
|
38
38
|
"files": [
|
|
39
39
|
".tsc",
|