fix(rapidocr_api): float type error, cause scores not to be displayed… #375
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: SyncToGitee | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
repo-sync: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout source codes | |
uses: actions/checkout@v4 | |
- name: Mirror the Github organization repos to Gitee. | |
uses: Yikun/hub-mirror-action@v1.4 | |
with: | |
src: 'github/RapidAI' | |
dst: 'gitee/RapidAI' | |
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }} | |
dst_token: ${{ secrets.GITEE_TOKEN }} | |
force_update: true | |
# only sync this repo | |
static_list: "RapidOCR" | |
debug: true |