Skip to content

Commit c098774

Browse files
committed
fixed doc errors
1 parent ce45e69 commit c098774

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/ocrtoolkit/app.py

Whitespace-only changes.

src/ocrtoolkit/integrations/gcv.py

-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
class GCVModel(DetectionModel):
2020
"""GCVModel."""
2121

22-
svc_acc_path: str
23-
client: vision.ImageAnnotatorClient
24-
2522
def __init__(self, client, path):
2623
super().__init__(model=client, path=path)
2724

0 commit comments

Comments
 (0)