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

Update ocr_lens_proto.py

- Add link to owocr source
- default delay 1.5 sec
parent f4441a97
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
# Lens_OCR_exp.py

# https://github.com/AuroraWright/owocr
import re
import numpy as np
import time
@@ -154,7 +154,7 @@ class OCRLensAPI_exp(OCRBase):
    """

    params = {
        "delay": 1.0,
        "delay": 1.5,
        "newline_handling": {
            "type": "selector",
            "options": ["preserve", "remove"],