文件名称:textextractor2.0:该Web应用程序提取图像中的文本
文件大小:54.17MB
文件格式:ZIP
更新时间:2024-05-24 13:26:17
website image-processing python3 text-extraction flask-application
使用的技术堆栈: 可视代码工作室 Python :snake: 烧瓶 :hot_pepper: 安装 :gem_stone: :round_pushpin: 克隆存储库。 $git clone https://github.com/Aman-zishan/textextractor2.0.git :chequered_flag: 导航到下载的文件夹。 $cd textextractor2.0 :construction: 设置虚拟环境。 # windows $py -3 -m venv venv # linux/mac OS $python3 -m venv venv :diamond_suit: 激活虚拟环境。 # windows $venv \S cripts \a ctivate # linux/mac OS $source venv/bin/activate :hot_pepper: 安装烧瓶和其他必需的依赖项 # windows $pip install -r requirements.txt # linux/mac OS $pip