Commit Graph

290 Commits

Author SHA1 Message Date
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
rtr46 39ac582736 remove json pretty-print and added explicit coordinate support flag to all engines 2025-09-19 09:03:44 +02:00
rtr46 54042163ea add new json (text+coordinates) output format for bing, glens and oneocr as a proof-of-concept 2025-08-16 08:19:18 +02:00
Aurora db5d4bc023 Merge pull request #27 from AuroraWright/Multi-Language-Support
Multi-language support
2025-07-28 18:41:56 +02:00
Beangate fdca1df137 use "language" instead of "lang" 2025-07-28 12:13:00 -04:00
Beangate c458b96032 Actually pass the language to TextFiltering.. 2025-07-28 12:10:01 -04:00
Beangate 1c2e844d7a Add TextFiltering Support for more languages 2025-07-28 12:07:15 -04: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