Unverified Commit 66abe8d3 authored by Sergey Pinus's avatar Sergey Pinus Committed by GitHub
Browse files

Update ocr_lens.py

parent 9b2c144c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -165,4 +165,3 @@ class OCRLensAPI(OCRBase):

    def updateParam(self, param_key: str, param_content):
        super().updateParam(param_key, param_content)
        # Here you can add additional logic for updating parameters, if needed in the future
 No newline at end of file