Commit Graph
100 Commits
Author SHA1 Message Date
AuroraWright f5dc30dc9b Refactor 2025-10-13 00:29:58 +02:00
AuroraWright 68626c44a2 Make second pass multithreaded and refactor coordinate picker to be permanent if needed 2025-10-12 22:26:45 +02:00
AuroraWright 14066bdc95 Fix more issues 2025-10-12 10:17:59 +02:00
AuroraWright f0513c22da Fix crash 2025-10-12 09:16:13 +02:00
AuroraWright e262231a1d Add window area selection, combo to re-select screen/window area at runtime 2025-10-12 09:07:02 +02:00
AuroraWright 6ada579b19 Improve filtering, add line recovery for frame stabilization, add furigana filter 2025-10-12 00:23:47 +02:00
AuroraWright bdfe2d4d46 Update config file 2025-10-09 20:05:01 +02:00
AuroraWright fb43d5fa8f New version 2025-10-09 19:59:34 +02:00
AuroraWright ba9948e9aa Clarify readme 2025-10-09 19:58:26 +02:00
AuroraWright 1c83f8c184 Turn frame stabilization setting into a delay 2025-10-09 09:37:52 +02:00
AuroraWright be8afa6d45 Add option to wait for frame stabilization (helps with slow text), allow screenshots on combo at the same time as periodic ones, lots of refactoring 2025-10-09 09:00:16 +02:00
AuroraWright 878f164533 Improve filtering quality 2025-10-07 18:47:54 +02:00
AuroraWright ed9b05d2e0 Add initial version of two-pass OCR processing 2025-10-06 21:54:36 +02:00
AuroraWright 1921ecc849 New version 2025-10-06 02:54:29 +02:00
AuroraWright 558b98e35c Fix boolean settings in command line options 2025-10-06 02:49:03 +02:00
AuroraWright 0b90d75d33 Clarify config file 2025-10-06 02:23:46 +02:00
AuroraWright 0436ef9593 Add optional line text field to coordinate format (helps with text output format in some languages/corner cases) 2025-10-06 02:07:44 +02:00
AuroraWright 9540d150a2 New version 2025-10-05 23:52:52 +02:00
AuroraWright 0143a6d97c Refactor, fix spacing with some engines like OneOCR 2025-10-05 23:49:28 +02:00
AuroraWright b7e0df6c19 Clarify readme 2025-10-05 20:22:16 +02:00
AuroraWright d436ca37eb New version 2025-10-05 20:21:00 +02:00
AuroraWright d9fc3b74cf Not needed anymore 2025-10-05 20:10:17 +02:00
AuroraWright 5fa0b9a685 Add manual language support to engines, make text fullwidth only for JP and CN, replace RapidOCR support with latest 3.4.0/PPv5 2025-10-05 19:56:14 +02:00
AuroraWright bc70c6869d New version 2025-09-20 11:54:18 +02:00
AuroraWright de760458a9 Add verbosity option, fix regression with separation of lines/paragraphs in terminal text output with coordinate-enabled engines 2025-09-20 11:52:26 +02:00
AuroraWright bf9debd479 New version 2025-09-19 11:34:39 +02:00
AuroraWright 169ca15e9f Add coordinate support to Live Text, remove space separators 2025-09-19 11:32:04 +02:00
AuroraWright 094559c68a Push nitpick from a while back 2025-09-19 09:42:50 +02:00
Aurora 6552c884b7 Merge pull request #30 from rtr46/master
add new json (text+coordinates) output format for bing, glens and one…
2025-09-19 09:26:25 +02:00
Aurora db5d4bc023 Merge pull request #27 from AuroraWright/Multi-Language-Support
Multi-language support
2025-07-28 18:41:56 +02:00
AuroraWright 01f63cd402 New version 2025-07-25 14:28:52 +02:00
AuroraWright 0e243d79f6 Set notification urgency to Low on Windows (fixes notification weirdness) 2025-07-25 10:20:44 +02:00
AuroraWright d71065a35d Actually fix Bing image size issue 2025-07-10 14:44:22 +02:00
AuroraWright f259162175 Bump version 2025-07-06 08:01:44 +02:00
AuroraWright 37bdfaf995 Make screen capture combo ignore paused status, make screen capture in general not affect the autopause timer 2025-07-06 04:30:14 +02:00
AuroraWright 325db373a4 Bump version 2025-07-06 03:33:16 +02:00
AuroraWright fd091ffa87 Use a per-request Requests session for Bing and Google (Bing has issues with some old cookie(s) after a while) 2025-07-06 03:29:31 +02:00
AuroraWright 09137ad784 Fix https://github.com/AuroraWright/owocr/issues/24 and https://github.com/AuroraWright/owocr/issues/21 2025-07-03 02:17:36 +02:00
AuroraWright 72f7d37787 Update version 2025-06-16 17:03:45 +02:00
AuroraWright 9b8981274e Properly terminate thread 2025-06-16 17:02:44 +02:00
AuroraWright 2cb828d1da Fix Linux crashes 2025-06-16 16:42:14 +02:00
AuroraWright 29b1be10a3 Update version 2025-06-15 15:57:17 +02:00
AuroraWright a06e2f5659 Move window trackers into the class, get rid of more globals 2025-05-05 06:57:07 +02:00
AuroraWright eaca5bf006 Move macos screenshot code into the class, add config file only flag to use old API 2025-05-05 05:54:38 +02:00
AuroraWright 413d02359b Help/readme updates 2025-05-04 10:50:30 +02:00
AuroraWright 016c5b3404 One global less 2025-05-04 09:33:58 +02:00
AuroraWright f31526a339 Update readme, fix minor issues 2025-05-04 09:02:21 +02:00
AuroraWright e48f388755 Big refactoring, allow second image source 2025-05-04 08:37:54 +02:00
AuroraWright 7a307f4cb9 Move screencapture code into a class, ensure all screenshots get processed in combo mode 2025-05-03 18:50:00 +02:00
AuroraWright d16c513ca3 Move all clipboard code into a thread 2025-05-03 16:40:00 +02:00
AuroraWright b107381bd5 When getting images from clipboard on windows, websockets or unix sockets ensure all images are processed. Also move windows clipboard logic to the thread 2025-05-03 15:06:35 +02:00
AuroraWright d2483a4af1 New version, fix config file issues, fix Windows crashes in edge cases 2025-05-03 06:55:08 +02:00
AuroraWright 010f319672 Silence warning in accurate filtering 2025-04-22 18:45:27 -07:00
AuroraWright 41f9c60dfb Fix https://github.com/AuroraWright/owocr/issues/16 2025-04-22 17:06:43 -07:00
AuroraWright 5efea0f22f Fix macos clipboard race condition 2025-04-22 16:33:10 -07:00
AuroraWright 94e2ecc5a7 One global less 2025-04-10 13:42:10 +02:00
AuroraWright b8fda7d4a4 Get rid of fire dependency 2025-04-10 12:59:35 +02:00
AuroraWright 77007611cf New version 2025-04-10 01:40:05 +02:00
AuroraWright 31bbe4b940 Nitpick 2025-04-10 01:37:43 +02:00
AuroraWright 6eaf34720c Deprecate old pause method 2025-04-10 01:31:49 +02:00
AuroraWright 5e4168ef2b Deprecate x11 window capture since wayland is standard almost everywhere now and I have no way to test it 2025-04-10 01:22:15 +02:00
AuroraWright 8dac199a8f Use urllib for Google Lens web 2025-04-09 22:26:23 +02:00
AuroraWright 748ed9dd84 Pin more dependencies 2025-04-07 15:17:27 +02:00
AuroraWright daf902eb7f Note 3.13 compatibility 2025-04-07 03:55:15 +02:00
AuroraWright 9eb7d7d7ad Fix rapidocr dependencies 2025-04-07 03:41:45 +02:00
AuroraWright 9f4461d95f Fix input thread issue on python 3.13 2025-04-07 03:24:48 +02:00
AuroraWright 9275191b70 Update desktop-notifier 2025-04-07 02:51:23 +02:00
AuroraWright 604332ef51 Nitpick 2025-04-06 15:54:01 +02:00
AuroraWright 3e8fa659dc Handle OneOCR errors 2025-04-06 15:48:10 +02:00
AuroraWright 7568124460 Fix Lens issue 2025-04-06 00:55:51 +02:00
AuroraWright 6087248071 Oops 2025-04-06 00:26:11 +02:00
AuroraWright ddfd249da0 Add OneOCR 2025-04-06 00:19:20 +02:00
AuroraWright d7712ada18 Nitpick 2025-04-03 02:41:08 +02:00
AuroraWright 8c2d64059a Fix Bing (thanks to https://github.com/HIllya51/LunaTranslator for the China fix), fix Bing image size limits and more robust resizing for OCRSpace too 2025-04-03 02:17:38 +02:00
AuroraWright da6ceb142f Update version 2025-04-02 07:42:04 +02:00
AuroraWright 7f9bf356e5 Oops 2025-04-02 07:41:09 +02:00
AuroraWright d22b8ee499 Add missing Bing references 2025-04-02 07:19:13 +02:00
AuroraWright 9ffaba256f Update script 2025-04-02 07:16:57 +02:00
AuroraWright 6dfde19887 Switch to betterproto for Lens, add Bing (thanks @bropines) 2025-04-02 07:05:35 +02:00
AuroraWright 89af4bd28c requests is not optional now 2025-04-01 20:43:45 +02:00
AuroraWright 34f3ddca2d Add missing optional dependencies, add requests to basic dependencies, simplify readme 2025-04-01 11:47:55 +02:00
Aurora 4190372d21 Merge pull request #11 from bee-san/patch-2
Add optional dependencies in install groups
2025-04-01 11:29:45 +02:00
AuroraWright c80f3aa243 Isolate window capture code 2025-04-01 01:37:31 +02:00
AuroraWright fe188ca14b Screen coordinate picker (https://github.com/AuroraWright/owocr/issues/1) 2025-04-01 00:21:19 +02:00
AuroraWright 2378876500 Add script to generate Lens bindings 2025-03-29 06:30:47 +01:00
AuroraWright f4989a620d Unused import 2025-03-29 06:25:32 +01:00
AuroraWright 0e6862021e Oops 2025-03-29 06:23:40 +01:00
AuroraWright 843c74e04a Lens is back (thanks Viola again) 2025-03-29 02:24:29 +01:00
AuroraWright aa0cba6ee5 Take Lens url headers/parameters from https://github.com/dimdenGD/chrome-lens-ocr 2025-02-01 08:31:42 +01:00
AuroraWright 34e4e33e75 New version 2024-12-21 09:06:07 +01:00
AuroraWright d9cf93f636 Small ScreenCaptureKit fixes 2024-12-21 04:06:45 +01:00
AuroraWright 975bd0ace9 Use jpeg for OCRSpace 2024-12-18 05:44:45 +01:00
AuroraWright 2e07d3da1e Implement OCRSpace 2024-12-18 05:23:06 +01:00
AuroraWright a60316270e New version 2024-12-18 00:45:16 +01:00
AuroraWright f64308223a We are a smart TV now 2024-12-18 00:42:19 +01:00
AuroraWright 993981f6c0 Handle eventual screencapturekit hangs 2024-12-14 16:01:27 +01:00
AuroraWright 4b5d487b7c It seems SCScreenshotManager is new to Sonoma 2024-12-14 14:40:52 +01:00
AuroraWright dd6efa1020 Make Apple happy with the new macOS screenshot API 2024-12-14 04:02:26 +01:00
AuroraWright b39b902902 New version 2024-12-13 18:07:16 +01:00
AuroraWright f2c2eb6cfc New version 2024-12-13 17:57:42 +01:00