Metadata-Version: 2.4
Name: nextocr-python
Version: 0.1.0
Summary: Official Python SDK for NextOCR Developer API
Author-email: Danh Hong <contact@nextocr.org>
License: MIT
Project-URL: Homepage, https://nextocr.org
Project-URL: Documentation, https://developer.nextocr.org
Project-URL: Repository, https://github.com/nextocr/nextocr-python
Keywords: ocr,nextocr,vision-first,ai,document-ai
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.28.0
Dynamic: license-file

# NextOCR Python SDK

Official Python SDK for NextOCR Vision-First OCR API.

## Install

```bash
pip install nextocr-python
