Metadata-Version: 2.5
Name: any2txt
Version: 0.1.0
Summary: Extract clean plain text from any file: video/audio subtitles, images, PDFs, Office docs, HTML, and EPUBs.
Project-URL: Documentation, https://github.com/toknomad/any2txt/blob/main/README.md
Project-URL: Homepage, https://github.com/toknomad/any2txt
Project-URL: Issues, https://github.com/toknomad/any2txt/issues
Project-URL: Repository, https://github.com/toknomad/any2txt.git
Author-email: Toknomad <toknomad@outlook.com>
Maintainer-email: Toknomad <toknomad@outlook.com>
License: MIT
License-File: LICENSE
Keywords: audio,docx,epub,html,image,pdf,pptx,subtitle,transcribe,video,xslx
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.12
Requires-Dist: typer>=0.26.8
Provides-Extra: dev
Requires-Dist: pre-commit>=4.6.1; extra == 'dev'
Requires-Dist: pyproject-fmt>=2.25.3; extra == 'dev'
Requires-Dist: pyrefly>=1.1.1; extra == 'dev'
Requires-Dist: pytest-cov>=7.1.0; extra == 'dev'
Requires-Dist: pytest>=9.1.1; extra == 'dev'
Requires-Dist: ruff>=0.16.0; extra == 'dev'
Requires-Dist: rumdl>=0.2.41; extra == 'dev'
Description-Content-Type: text/markdown

# any2txt

[![license](https://img.shields.io/badge/license-MIT-blue)](https://github.com/toknomad/any2txt/blob/main/LICENSE)
[![ci](https://github.com/toknomad/any2txt/actions/workflows/ci.yml/badge.svg)](https://github.com/toknomad/any2txt/actions/workflows/ci.yml)

Extract clean plain text from any file: video/audio subtitles, images, PDFs, Office docs, HTML, and EPUBs.

## License

Copyright (C) 2026 Toknomad <toknomad@outlook.com>

MIT License, see [LICENSE](./LICENSE).
