touchup linting

This commit is contained in:
timothycarambat 2023-12-27 13:28:37 -08:00
parent 1a9a519afb
commit 26549df6a9

View File

@ -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;