implemented text recognition (ocr) #701
Annotations
9 errors and 2 warnings
src/utils.py#L259
Type of "dwFlags" is unknown (reportUnknownMemberType)
|
src/utils.py#L259
Cannot access attribute "dwFlags" for class "STARTUPINFO"
Attribute "dwFlags" is unknown (reportAttributeAccessIssue)
|
src/utils.py#L259
Cannot assign to attribute "dwFlags" for class "STARTUPINFO"
Attribute "dwFlags" is unknown (reportAttributeAccessIssue)
|
src/utils.py#L259
Type of "STARTF_USESHOWWINDOW" is unknown (reportUnknownMemberType)
|
src/utils.py#L259
"STARTF_USESHOWWINDOW" is not a known attribute of module "subprocess" (reportAttributeAccessIssue)
|
src/utils.py#L261
Cannot assign to attribute "wShowWindow" for class "STARTUPINFO"
Attribute "wShowWindow" is unknown (reportAttributeAccessIssue)
|
src/utils.py#L261
Type of "SW_HIDE" is unknown (reportUnknownMemberType)
|
src/utils.py#L261
"SW_HIDE" is not a known attribute of module "subprocess" (reportAttributeAccessIssue)
|
|
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/.
|
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/
|
The logs for this run have expired and are no longer available.
Loading