implemented text recognition (ocr) #675
Annotations
10 errors and 1 warning
Analysing the code with Pyright:
src/AutoSplitImage.py#L133
Cannot assign member "texts" for type "AutoSplitImage*" (reportAttributeAccessIssue)
|
Analysing the code with Pyright:
src/utils.py#L82
Type of "STARTUPINFO" is unknown (reportUnknownMemberType)
|
Analysing the code with Pyright:
src/utils.py#L82
"STARTUPINFO" is not a known member of module "subprocess" (reportAttributeAccessIssue)
|
Analysing the code with Pyright:
src/utils.py#L249
Type of "startupinfo" is unknown (reportUnknownVariableType)
|
Analysing the code with Pyright:
src/utils.py#L249
Type of "STARTUPINFO" is unknown (reportUnknownMemberType)
|
Analysing the code with Pyright:
src/utils.py#L249
"STARTUPINFO" is not a known member of module "subprocess" (reportAttributeAccessIssue)
|
Analysing the code with Pyright:
src/utils.py#L250
Type of "dwFlags" is unknown (reportUnknownMemberType)
|
Analysing the code with Pyright:
src/utils.py#L250
Type of "STARTF_USESHOWWINDOW" is unknown (reportUnknownMemberType)
|
Analysing the code with Pyright:
src/utils.py#L250
"STARTF_USESHOWWINDOW" is not a known member of module "subprocess" (reportAttributeAccessIssue)
|
Analysing the code with Pyright:
src/utils.py#L252
Type of "SW_HIDE" is unknown (reportUnknownMemberType)
|
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 logs for this run have expired and are no longer available.
Loading