mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-04-17 18:18:11 +00:00
touchup linting
This commit is contained in:
parent
1a9a519afb
commit
26549df6a9
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ async function asPDF({ fullFilePath = "", filename = "" }) {
|
|||
const docs = await pdfLoader.load();
|
||||
for (const doc of docs) {
|
||||
console.log(
|
||||
`-- Parsing content from pg ${doc.metadata?.loc?.pageNumber || "unknown"
|
||||
`-- Parsing content from pg ${
|
||||
doc.metadata?.loc?.pageNumber || "unknown"
|
||||
} --`
|
||||
);
|
||||
if (!doc.pageContent.length) continue;
|
||||
|
|
Loading…
Add table
Reference in a new issue