Project Clone¶
1. Clone PaddleOCR¶
A shallow clone downloads only the latest revision of the default branch. Add --branch <branch-name> when cloning to select another branch. To retrieve the full commit history later, run git fetch --unshallow inside the repository.
2. Install third-party libraries¶
If you getting this error OSError: [WinError 126] The specified module could not be found when you install shapely on windows.
Please try to download Shapely whl file from http://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely.
Reference: Solve shapely installation on windows