implemented text recognition (ocr) #664
Annotations
10 errors and 2 warnings
Analysing the code with Pyright:
src/AutoSplitImage.py#L179
Object of type "None" is not subscriptable (reportOptionalSubscript)
|
Analysing the code with Pyright:
src/AutoSplitImage.py#L179
Argument type is partially unknown
Argument corresponds to parameter "capture" in function "extract_and_compare_text"
Argument type is "ndarray[Any, dtype[generic]] | Unknown" (reportUnknownArgumentType)
|
Analysing the code with Pyright:
src/compare.py#L150
Argument type is unknown
Argument corresponds to parameter "__value" in function "__setitem__" (reportUnknownArgumentType)
|
Analysing the code with Pyright:
src/compare.py#L150
Type of "STARTUPINFO" is unknown (reportUnknownMemberType)
|
Analysing the code with Pyright:
src/compare.py#L150
"STARTUPINFO" is not a known member of module "subprocess" (reportAttributeAccessIssue)
|
Analysing the code with Pyright:
src/compare.py#L151
Type of "dwFlags" is unknown (reportUnknownMemberType)
|
Analysing the code with Pyright:
src/compare.py#L151
Type of "STARTF_USESHOWWINDOW" is unknown (reportUnknownMemberType)
|
Analysing the code with Pyright:
src/compare.py#L151
"STARTF_USESHOWWINDOW" is not a known member of module "subprocess" (reportAttributeAccessIssue)
|
Analysing the code with Pyright:
src/compare.py#L152
Type of "SW_HIDE" is unknown (reportUnknownMemberType)
|
Analysing the code with Pyright:
src/compare.py#L152
"SW_HIDE" is not a known member 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/.
|
Analysing the code with Pyright:
src/AutoSplitImage.py#L8
Stub file not found for "tomllib" (reportMissingTypeStubs)
|
The logs for this run have expired and are no longer available.
Loading