Skip to content

implemented text recognition (ocr) #701

implemented text recognition (ocr)

implemented text recognition (ocr) #701

Triggered via pull request June 16, 2024 04:46
@AvasamAvasam
synchronize #272
ston1th:ocr
Status Failure
Total duration 4m 38s
Artifacts 6

lint-and-build.yml

on: pull_request
Matrix: Build
Matrix: Pyright
Matrix: ruff

Annotations

18 errors and 14 warnings
Pyright (ubuntu-22.04, 3.11): src/utils.py#L259
Type of "dwFlags" is unknown (reportUnknownMemberType)
Pyright (ubuntu-22.04, 3.11): src/utils.py#L259
Cannot access attribute "dwFlags" for class "STARTUPINFO"   Attribute "dwFlags" is unknown (reportAttributeAccessIssue)
Pyright (ubuntu-22.04, 3.11): src/utils.py#L259
Cannot assign to attribute "dwFlags" for class "STARTUPINFO"   Attribute "dwFlags" is unknown (reportAttributeAccessIssue)
Pyright (ubuntu-22.04, 3.11): src/utils.py#L259
Type of "STARTF_USESHOWWINDOW" is unknown (reportUnknownMemberType)
Pyright (ubuntu-22.04, 3.11): src/utils.py#L259
"STARTF_USESHOWWINDOW" is not a known attribute of module "subprocess" (reportAttributeAccessIssue)
Pyright (ubuntu-22.04, 3.11): src/utils.py#L261
Cannot assign to attribute "wShowWindow" for class "STARTUPINFO"   Attribute "wShowWindow" is unknown (reportAttributeAccessIssue)
Pyright (ubuntu-22.04, 3.11): src/utils.py#L261
Type of "SW_HIDE" is unknown (reportUnknownMemberType)
Pyright (ubuntu-22.04, 3.11): src/utils.py#L261
"SW_HIDE" is not a known attribute of module "subprocess" (reportAttributeAccessIssue)
Pyright (ubuntu-22.04, 3.11)
8 errors
Pyright (ubuntu-22.04, 3.10): src/utils.py#L259
Type of "dwFlags" is unknown (reportUnknownMemberType)
Pyright (ubuntu-22.04, 3.10): src/utils.py#L259
Cannot access attribute "dwFlags" for class "STARTUPINFO"   Attribute "dwFlags" is unknown (reportAttributeAccessIssue)
Pyright (ubuntu-22.04, 3.10): src/utils.py#L259
Cannot assign to attribute "dwFlags" for class "STARTUPINFO"   Attribute "dwFlags" is unknown (reportAttributeAccessIssue)
Pyright (ubuntu-22.04, 3.10): src/utils.py#L259
Type of "STARTF_USESHOWWINDOW" is unknown (reportUnknownMemberType)
Pyright (ubuntu-22.04, 3.10): src/utils.py#L259
"STARTF_USESHOWWINDOW" is not a known attribute of module "subprocess" (reportAttributeAccessIssue)
Pyright (ubuntu-22.04, 3.10): src/utils.py#L261
Cannot assign to attribute "wShowWindow" for class "STARTUPINFO"   Attribute "wShowWindow" is unknown (reportAttributeAccessIssue)
Pyright (ubuntu-22.04, 3.10): src/utils.py#L261
Type of "SW_HIDE" is unknown (reportUnknownMemberType)
Pyright (ubuntu-22.04, 3.10): src/utils.py#L261
"SW_HIDE" is not a known attribute of module "subprocess" (reportAttributeAccessIssue)
Pyright (ubuntu-22.04, 3.10)
8 errors
ruff (ubuntu-22.04, 3.10)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
ruff (ubuntu-22.04, 3.11)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Pyright (ubuntu-22.04, 3.11)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, jakebailey/pyright-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Pyright (ubuntu-22.04, 3.10)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, jakebailey/pyright-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
ruff (windows-latest, 3.11)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
ruff (windows-latest, 3.12)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
ruff (windows-latest, 3.10)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Pyright (windows-latest, 3.10)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, jakebailey/pyright-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Pyright (windows-latest, 3.11)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, jakebailey/pyright-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Pyright (windows-latest, 3.12)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, jakebailey/pyright-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build (ubuntu-22.04, 3.11)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build (windows-latest, 3.12)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "AutoSplit for ubuntu-22.04 (Python 3.11)", "AutoSplit for windows-latest (Python 3.11)", "AutoSplit for windows-latest (Python 3.12)", "Build logs for ubuntu-22.04 (Python 3.11)", "Build logs for windows-latest (Python 3.11)", "Build logs for windows-latest (Python 3.12)". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
Build (windows-latest, 3.11)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Artifacts

Produced during runtime
Name Size
AutoSplit for ubuntu-22.04 (Python 3.11) Expired
162 MB
AutoSplit for windows-latest (Python 3.11) Expired
139 MB
AutoSplit for windows-latest (Python 3.12) Expired
139 MB
Build logs for ubuntu-22.04 (Python 3.11) Expired
2.14 MB
Build logs for windows-latest (Python 3.11) Expired
2.4 MB
Build logs for windows-latest (Python 3.12) Expired
2.4 MB