PDF Text Intake Auditor
Pricing
from $33.50 / 1,000 pdf intake checks
PDF Text Intake Auditor
Judges whether a PDF is ingestible before you spend on extraction: text-layer presence, page count, encryption, scan likelihood, per-page text density, metadata, a SHA-256, and a READY_FOR_RAG / NEEDS_OCR / REJECT verdict. You supply the PDFs (base64 or key-value-store keys).
Pricing
from $33.50 / 1,000 pdf intake checks
Rating
0.0
(0)
Developer
NexGen Watch
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
14 hours ago
Last modified
Categories
Share
Judges whether a PDF is ingestible before you spend on extraction: text-layer presence, page count, encryption, scan likelihood, per-page text density, metadata, a SHA-256, and a READY_FOR_RAG / NEEDS_OCR / REJECT verdict.
What you submit
files — pdf files (base64 or key-value-store keys). Locally-supplied PDFs — each item is a base64 data string (optionally a data: URL) or a key naming an entry in the run's key-value store. Per file: text-layer presence, page count, encryption, scan likelihood, per-page text density, document metadata, SHA-256, warnings, and a READY_FOR_RAG / NEEDS_OCR / REJECT verdict. A completed verdict bills; an unreadable/oversized/rejected file is delivered unbilled. Untrusted-file guards: size + page caps, decompression-bomb guard, no macro/JS execution.
Untrusted-file guards
Inputs are treated as untrusted: a byte-size cap (decompression-bomb guard) rejects oversized files before parsing, a page cap bounds inspection, and embedded JavaScript / auto-actions are reported as warnings, never executed. Files are inspected, not run.
Output & billing
One row per target. A complete evidenced verdict carries outcome: answer and is the only billable outcome; blocked / unreachable / unparseable / rejected targets carry that status and are not billed (push-then-charge — failures can only undercharge).
Pricing
| Event | Price (USD) | When it fires |
|---|---|---|
apify-actor-start | $0.02 | once when the run starts (reserved; never charged in code) |
pdf_intake_check | $0.05 | once per complete evidenced verdict delivered (blocked / unreachable / unparseable / rejected never bill) |
Volume tiers reduce the per-verdict price as usage grows: $0.05 → $0.045 → $0.04 → $0.0335.
Why this and not the obvious alternative
a per-file RAG-readiness intake VERDICT with a content hash and OCR-need call — not a PDF-to-text dump; it judges whether a document is ingestible before you spend on extraction.