mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2026-06-13 05:43:15 +03:00
touchup linting
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user