PDF Text Extractor avatar

PDF Text Extractor

Under maintenance

Pricing

from $1.99 / 1,000 results

Go to Apify Store
PDF Text Extractor

PDF Text Extractor

Under maintenance

PDF 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

Scrapers Hub

Maintained by Community

Actor 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 chunkSize and chunkOverlap parameters.
  • 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
}