Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/T-duality/PillOCR-python
/ start
Method
start
GPTOCRGUI.py:171–173 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
169
time.sleep(1)
170
171
def
start(self):
172
self.running = True
173
threading.Thread(target=self.process_clipboard_image, daemon=True).start()
174
175
def
stop(self):
176
self.running = False
Callers
4
debounced_update_wrappers
Method · 0.80
on_screenshot_hotkey_triggered
Method · 0.80
start_processing
Method · 0.80
create_tray_icon
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected