Skip to content
Snippets Groups Projects
Commit 26549df6 authored by timothycarambat's avatar timothycarambat
Browse files

touchup linting

parent 1a9a519a
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment