Changelog

View Source

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

0.1.0 - 2025-06-21

Added

  • Initial release of PdfExtractor
  • Support for extracting text from PDF files using Python's pdfplumber
  • Single page text extraction
  • Multi-page text extraction
  • Area-based text extraction with bounding boxes
  • Comprehensive test suite
  • Documentation and examples