# ImageNer **Repository Path**: hcbunny/ImageNer ## Basic Information - **Project Name**: ImageNer - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-13 - **Last Updated**: 2026-02-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ImageNer ## Environment Reproducibility This project uses Conda + Python 3.9. ### 1) Create environment ```bash conda env create -f environment.yml conda activate py39 ``` ### 2) (Optional) Update existing `py39` ```bash conda activate py39 pip install -r requirements.txt ``` ### 3) Configure API key ```bash export DASHSCOPE_API_KEY= ``` ### 4) Run OCR and cleaning ```bash python qwen3_vl_ocr.py python ocr_clean_text.py ``` ## Dependency Files - `environment.yml`: Conda environment definition (Python version + pip integration) - `requirements.txt`: Python package dependencies for this project