datalab-cli 0.1.0

A powerful CLI for converting, extracting, and processing documents using the Datalab API
Documentation
## Summary

Brief description of the changes in this PR.

## Changes

- Change 1
- Change 2
- Change 3

## Related Issues

Fixes #(issue number)

## Type of Change

- [ ] Bug fix (non-breaking change that fixes an issue)
- [ ] New feature (non-breaking change that adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Documentation update
- [ ] Refactoring (no functional changes)

## Checklist

- [ ] My code follows the project's style guidelines (`cargo fmt`)
- [ ] I have run `cargo clippy` and addressed any warnings
- [ ] I have added tests that prove my fix/feature works
- [ ] All existing tests pass (`cargo test`)
- [ ] I have updated the documentation if needed
- [ ] I have updated CHANGELOG.md for user-facing changes

## Testing

Describe how you tested these changes:

1. Test case 1
2. Test case 2

## Screenshots (if applicable)

Add screenshots to help explain your changes.