PDF Text Extractor
Under maintenancePricing
from $1.99 / 1,000 results
Go to Apify Store
PDF Text Extractor
Under maintenancePDF Text Extractor pulls clean text from any PDF URL with optional chunking and overlap for embeddings. π Purpose-built for RAG pipelines, document search, LLM ingestion and turning reports into structured, searchable text.
Pricing
from $1.99 / 1,000 results
Rating
0.0
(0)
Developer
Scrapers Hub
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
6 days ago
Last modified
Categories
Share
An Apify actor that extracts text from PDF files given their URLs.
Features
- Extract Text: Extracts all textual content from a PDF file.
- Chunking: Optionally splits the text into smaller chunks based on custom
chunkSizeandchunkOverlapparameters. - Page-by-page: If chunking is disabled, returns text on a per-page basis.
Input Example
{"performChunking": false,"urls": ["https://arxiv.org/pdf/2307.12856"],"chunkSize": 1000,"chunkOverlap": 0}