Update repository name from mistral-ocr-python to mistral-ocr
Updated repository references in: - README.md: Installation instructions - CONTRIBUTING.md: Development environment setup and project structure - setup.py: Repository URL
This commit is contained in:
+3
-3
@@ -28,8 +28,8 @@ Please be respectful and considerate of others when contributing to this project
|
|||||||
|
|
||||||
1. **Fork and clone the repository**:
|
1. **Fork and clone the repository**:
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/yourusername/mistral-ocr-python.git
|
git clone https://github.com/yourusername/mistral-ocr.git
|
||||||
cd mistral-ocr-python
|
cd mistral-ocr
|
||||||
```
|
```
|
||||||
|
|
||||||
2. **Create a virtual environment**:
|
2. **Create a virtual environment**:
|
||||||
@@ -51,7 +51,7 @@ Please be respectful and considerate of others when contributing to this project
|
|||||||
### Project Structure
|
### Project Structure
|
||||||
|
|
||||||
```
|
```
|
||||||
mistral-ocr-python/
|
mistral-ocr/
|
||||||
├── mistral_ocr/ # Main package
|
├── mistral_ocr/ # Main package
|
||||||
│ ├── __init__.py
|
│ ├── __init__.py
|
||||||
│ ├── __main__.py # CLI entry point
|
│ ├── __main__.py # CLI entry point
|
||||||
|
|||||||
@@ -36,16 +36,16 @@ The tool handles authentication, file uploads, API communication, and result for
|
|||||||
### Installing from source
|
### Installing from source
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/yourusername/mistral-ocr-python
|
git clone https://github.com/yourusername/mistral-ocr
|
||||||
cd mistral-ocr-python
|
cd mistral-ocr
|
||||||
pip install -e .
|
pip install -e .
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternatively, you can use the build script which creates a virtual environment and installs the package:
|
Alternatively, you can use the build script which creates a virtual environment and installs the package:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/yourusername/mistral-ocr-python
|
git clone https://github.com/yourusername/mistral-ocr
|
||||||
cd mistral-ocr-python
|
cd mistral-ocr
|
||||||
./build.sh
|
./build.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ setup(
|
|||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
author="Mistral OCR Team",
|
author="Mistral OCR Team",
|
||||||
url="https://github.com/yourusername/mistral-ocr-python",
|
url="https://github.com/yourusername/mistral-ocr",
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"requests>=2.25.0",
|
"requests>=2.25.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user