Metadata-Version: 2.1
Name: pybotchi-files
Version: 0.2.0
Summary: PyBotchi implementation for manipulating file/s
Home-page: https://github.com/amadolid/pybotchi
Author: Alexie (Boyong) Madolid
Author-email: madolid.alexie@gmail.com
Requires-Python: >=3.13.0,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: numpy (>=2,<2.3.0)
Requires-Dist: opencv-python-headless (>=4.12.0.88)
Requires-Dist: pybotchi (>=1.0.7)
Requires-Dist: pymupdf (>=1.26.4)
Requires-Dist: python-docx (>=1.2.0)
Project-URL: Repository, https://github.com/amadolid/pybotchi
Description-Content-Type: text/markdown

# PyBotchi Files

Dedicated agents for file/s content extraction and manipulation.

## Feel free to override/extend it's functionality to cater your requirements.

# Example Usage

- [FastAPI](https://github.com/amadolid/pybotchi/blob/master/agents/pybotchi-files/example_usage.py)
  - > uvicorn example_usage:app

