https://ift.tt/Z0NfGKE
If this storm can make aProjects not updated for three yearsGetting active again, that would be a good thing for the open source community as well.
Take a gamble.
Kudos if interested.
If there are more than 50, I will fork this project to gitee and continue to maintain it.
Two kudos, will look at the content and size of the project in a bit and assess it.
Four likes in an hour, still early in the morning, kind of interesting. Got the source down and used scc to look at the amount of code:
Language Files Lines Blanks Comments Code Complexity
───────────────────────────────────────────────────────────────────────────────
Python 7 552 46 16 490 58
Plain Text 3 179 18 0 161 0
License 1 21 4 0 17 0
Markdown 1 119 23 0 96 0
───────────────────────────────────────────────────────────────────────────────
Total 12 871 91 16 764 58
It should be digestible fairly quickly. Next, take a look at its current functionality and maintenance.
No releases found at pypi. I didn’t find any documentation for the functionality within the project. Looking at the code, utils should be the common part, and alphabets are text in various languages. The other scripts look like image and video converted to image or text. I feel there are quite a lot of similar content, so there is not much room for refactoring.
Planning to try the most basic image to text function with Chinese text.
Several dependencies:
- Py 3.6, only 3.7 on board, let’s take our chances.
- cv2 I didn’t realize it was this until I searched online:
% pip install opencv-python
Stuck at this step:Building wheel for opencv-python (pyproject.toml) ... |
consultation3:15 Start
- PIL:
pip install pillow
已装 - numpy已装