sirfz/tesserocr

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

オープン

#257 opened on 2021/06/20

 (0 件のコメント) (4 件のリアクション) (0 人の担当者)Python (257 件のフォーク)batch import
enhancementhelp wanted

Repository metrics

Stars
 (1,896 個のスター)
PR merge metrics
 (30d に merged 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:

コントリビューターガイド