mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-18 06:55:54 +08:00
Update scrape.ts
This commit is contained in:
parent
d0d0845a66
commit
47f28c231d
@ -154,7 +154,7 @@ export async function scrapeController(
|
||||
creditsToBeBilled = 150;
|
||||
}
|
||||
} else if (doc.metadata.numPages !== undefined && doc.metadata.numPages > 1) {
|
||||
const creditsPerPDFPage = 5;
|
||||
const creditsPerPDFPage = 1;
|
||||
creditsToBeBilled = creditsPerPDFPage * doc.metadata.numPages;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user