MCPcopy Index your code
hub / github.com/T-duality/PillOCR-python / start_processing

Method start_processing

GPTOCRGUI.py:734–739  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

732 threading.Timer(60, lambda: setattr(self.processor, 'screenshot_hotkey_triggered', False)).start()
733
734 def start_processing(self):
735 self.processor.start()
736 self.update_icon_status('success')
737 self.running_state = True
738 self.icon.menu = self.create_menu() # 更新菜单
739 self.log("已开始处理")
740
741 def stop_processing(self):
742 self.processor.stop()

Callers 2

auto_startMethod · 0.95
toggle_processingMethod · 0.95

Calls 4

update_icon_statusMethod · 0.95
create_menuMethod · 0.95
logMethod · 0.95
startMethod · 0.80

Tested by

no test coverage detected