Tagged articles

PDF extraction

8 articles · Page 1 of 1
Java Companion
Java Companion
Aug 7, 2026 · Operations

Why pdf-inspector Has Earned 11.7k Stars on AI‑Heavy GitHub

The article reviews Firecrawl's Rust‑based pdf‑inspector, explaining how it quickly classifies PDFs, extracts text with layout information, converts them to structured Markdown, and outperforms competing tools in benchmarks, making it ideal for large‑scale PDF processing and RAG pipelines.

Markdown conversionOCR avoidancePDF extraction
0 likes · 10 min read
Why pdf-inspector Has Earned 11.7k Stars on AI‑Heavy GitHub
AI Engineering
AI Engineering
Jul 31, 2026 · Artificial Intelligence

Extract JSON from PDFs with Natural Language Using Unstract – No More Regex

Unstract is an open‑source platform that lets you describe desired fields in plain language and leverages LLMs to turn invoices, bank statements, KYC forms and other unstructured PDFs into clean JSON ready for database ingestion, eliminating the need for regex or custom templates.

JSON outputLLMOpen Source
0 likes · 4 min read
Extract JSON from PDFs with Natural Language Using Unstract – No More Regex
Su San Talks Tech
Su San Talks Tech
Jul 21, 2026 · Backend Development

Why Apache PDFBox Is Becoming the Go-To Java PDF Library

This article provides a comprehensive guide to Apache PDFBox, covering its licensing advantages, latest version, installation steps, core APIs for creating, editing, extracting, merging, encrypting and signing PDFs, underlying architecture, migration tips, performance considerations, and real‑world use cases.

Apache PDFBoxOpen-source librariesPDF encryption
0 likes · 18 min read
Why Apache PDFBox Is Becoming the Go-To Java PDF Library
Data STUDIO
Data STUDIO
Oct 10, 2025 · Fundamentals

Mastering PDF Manipulation in Python with PyPDF2

This article introduces the PDF format, surveys popular Python PDF libraries, and provides a step‑by‑step guide to installing PyPDF2, extracting metadata and text, rotating, merging, splitting, encrypting, and watermarking PDF files using concrete code examples and explanations.

PDF encryptionPDF extractionPDF merging
0 likes · 13 min read
Mastering PDF Manipulation in Python with PyPDF2
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Jul 15, 2024 · Fundamentals

Open-Source PDF Table Extraction with Camelot: Quick‑Start Guide

This article explains why extracting tables from PDFs is a common bottleneck, introduces the open‑source Camelot library, walks through installing Ghostscript and Camelot, shows a minimal Python script to convert PDFs to CSV, handles a typical runtime error, and demonstrates the companion Excalibur web UI for interactive extraction.

CamelotData ProcessingExcalibur
0 likes · 5 min read
Open-Source PDF Table Extraction with Camelot: Quick‑Start Guide
Python Crawling & Data Mining
Python Crawling & Data Mining
Oct 16, 2023 · Fundamentals

How to Automate PDF Invoice Cleaning and Splitting with Python

This article walks through a Python automation solution for cleaning and restructuring invoice data extracted from PDFs, detailing how to remove unwanted brackets, split columns, handle encoding issues, and provides sample code and screenshots to guide readers through the process.

AutomationPDF extractioninvoice-processing
0 likes · 4 min read
How to Automate PDF Invoice Cleaning and Splitting with Python
Open Source Linux
Open Source Linux
Jan 10, 2022 · Fundamentals

Extract PDF Tables in 3 Lines with Camelot: A Python Guide

Camelot is a Python library that lets you pull tables from PDF files into Pandas DataFrames with just a few lines of code, offering a fast and reliable solution for researchers and developers who need to convert PDF‑embedded tables into usable data.

CLICamelotDataFrame
0 likes · 4 min read
Extract PDF Tables in 3 Lines with Camelot: A Python Guide