sirfz/tesserocr

Feature request: automatically create windows package and upload them as release assets & pypi

开放

#257 创建于 2021年6月20日

 (0 条评论) (4 个反应) (0 位负责人)Python (257 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (1,896 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

While creating/installing tesserocr on Linux&Mac is easy, Windows version requires quite complicate installation from source (e.g. installing Visual studio, which is not standard and space consuming.

GitHub allows to create python package with Github Actions with specific triggers (commit or tagging) for different OS, architecture and python version. I started to create such script/action, but I have no time to finish it (+ I do not have access to your repository & pypi)

Here are some useful links and examples:

贡献者指南