We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bd1025 commit 07179ccCopy full SHA for 07179cc
README.md
@@ -51,6 +51,7 @@ const filename = "sample-docs/layout-parser-paper.pdf";
51
const data = fs.readFileSync(filename);
52
53
client.general.partition({
54
+ // Note that this currently only supports a single file
55
files: {
56
content: data,
57
files: filename,
0 commit comments