# ctrip **Repository Path**: yckonnnn/ctrip ## Basic Information - **Project Name**: ctrip - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-10 - **Last Updated**: 2025-08-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # selenium集成开源chineseocr_lite项目破解携程网拖动验证和中文点选验证 1.安装pyhton3.6.3环境并配置环境变量 2.安装最新版谷歌浏览器 3.安装依赖库 pip install torch==1.4.0+cpu torchvision==0.5.0+cpu -f https://download.pytorch.org/whl/torch_stable.html pip install web.py==0.40.dev0 pip install pandas pip install xlrd pip install opencv-python pip install pillow pip install scipy pip install selenium pip install cx-Oracle 4.本项目在原chineseocr_lite上做过一定修改,封装API接口调用,不需要启动服务 5.原chineseocr_lite项目地址(https://github.com/ouyanghuiyu/chineseocr_lite) 6.接口封装可参考案例(https://github.com/vba34520/chineseocr_lite) 7.参考文章(https://editor.csdn.net/md?articleId=106095811)