Metadata-Version: 2.4
Name: doctablex
Version: 1.0.0
Summary: Extract and clean tables from Word (.docx) files with regex-based type detection.
Home-page: https://github.com/faruqAI/doctablex
Author: Faruq Afolabi
Author-email: faruqafolabi@example.com
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Topic :: Office/Business :: Financial :: Spreadsheet
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: python-docx>=0.8.11
Requires-Dist: pandas>=2.0.0
Requires-Dist: python-dateutil>=2.8.2
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 📘 doctablex

**doctablex** is a lightweight Python library for extracting and cleaning tables from Microsoft Word (.docx) documents — perfect for financial statements, invoices, reports, and structured datasets.

---

## ✨ Features
- Extracts all tables from `.docx` as clean Pandas DataFrames  
- Auto-detects currency, numeric, and date columns  
- Handles messy or merged cell text gracefully  
- No external API or complex setup  
- Built for data analysts, researchers, and automation workflows  

---

## 🧠 Installation
```bash
pip install doctablex
