This website requires JavaScript.
878f164533
Improve filtering quality
AuroraWright
2025-10-07 18:47:54 +02:00
ed9b05d2e0
Add initial version of two-pass OCR processing
AuroraWright
2025-10-06 21:50:31 +02:00
1921ecc849
New version
AuroraWright
2025-10-06 02:54:29 +02:00
558b98e35c
Fix boolean settings in command line options
AuroraWright
2025-10-06 02:49:03 +02:00
0b90d75d33
Clarify config file
AuroraWright
2025-10-06 02:23:46 +02:00
0436ef9593
Add optional line text field to coordinate format (helps with text output format in some languages/corner cases)
AuroraWright
2025-10-06 02:07:44 +02:00
9540d150a2
New version
AuroraWright
2025-10-05 23:52:52 +02:00
0143a6d97c
Refactor, fix spacing with some engines like OneOCR
AuroraWright
2025-10-05 23:49:28 +02:00
b7e0df6c19
Clarify readme
AuroraWright
2025-10-05 20:22:16 +02:00
d436ca37eb
New version
AuroraWright
2025-10-05 20:21:00 +02:00
d9fc3b74cf
Not needed anymore
AuroraWright
2025-10-05 20:10:17 +02:00
5fa0b9a685
Add manual language support to engines, make text fullwidth only for JP and CN, replace RapidOCR support with latest 3.4.0/PPv5
AuroraWright
2025-10-05 19:55:59 +02:00
bc70c6869d
New version
AuroraWright
2025-09-20 11:54:18 +02:00
de760458a9
Add verbosity option, fix regression with separation of lines/paragraphs in terminal text output with coordinate-enabled engines
AuroraWright
2025-09-20 11:52:26 +02:00
bf9debd479
New version
AuroraWright
2025-09-19 11:34:39 +02:00
169ca15e9f
Add coordinate support to Live Text, remove space separators
AuroraWright
2025-09-19 11:31:28 +02:00
094559c68a
Push nitpick from a while back
AuroraWright
2025-09-19 09:42:09 +02:00
6552c884b7
Merge pull request #30 from rtr46/master
Aurora
2025-09-19 09:26:25 +02:00
39ac582736
remove json pretty-print and added explicit coordinate support flag to all engines
rtr46
2025-09-19 09:03:44 +02:00
54042163ea
add new json (text+coordinates) output format for bing, glens and oneocr as a proof-of-concept
rtr46
2025-08-16 08:19:18 +02:00
db5d4bc023
Merge pull request #27 from AuroraWright/Multi-Language-Support
Aurora
2025-07-28 18:41:56 +02:00
fdca1df137
use "language" instead of "lang"
Beangate
2025-07-28 12:13:00 -04:00
c458b96032
Actually pass the language to TextFiltering..
Beangate
2025-07-28 12:10:01 -04:00
1c2e844d7a
Add TextFiltering Support for more languages
Beangate
2025-07-28 12:07:15 -04:00
01f63cd402
New version
AuroraWright
2025-07-25 14:28:06 +02:00
0e243d79f6
Set notification urgency to Low on Windows (fixes notification weirdness)
AuroraWright
2025-07-25 10:20:44 +02:00
d71065a35d
Actually fix Bing image size issue
AuroraWright
2025-07-10 14:44:22 +02:00
f259162175
Bump version
AuroraWright
2025-07-06 08:01:44 +02:00
37bdfaf995
Make screen capture combo ignore paused status, make screen capture in general not affect the autopause timer
AuroraWright
2025-07-06 04:27:57 +02:00
325db373a4
Bump version
AuroraWright
2025-07-06 03:33:16 +02:00
fd091ffa87
Use a per-request Requests session for Bing and Google (Bing has issues with some old cookie(s) after a while)
AuroraWright
2025-07-06 03:29:31 +02:00
09137ad784
Fix https://github.com/AuroraWright/owocr/issues/24 and https://github.com/AuroraWright/owocr/issues/21
AuroraWright
2025-07-03 02:17:36 +02:00
72f7d37787
Update version
AuroraWright
2025-06-16 17:03:45 +02:00
9b8981274e
Properly terminate thread
AuroraWright
2025-06-16 17:02:44 +02:00
2cb828d1da
Fix Linux crashes
AuroraWright
2025-06-16 16:41:08 +02:00
29b1be10a3
Update version
AuroraWright
2025-06-15 15:57:17 +02:00
a06e2f5659
Move window trackers into the class, get rid of more globals
AuroraWright
2025-05-05 06:57:07 +02:00
eaca5bf006
Move macos screenshot code into the class, add config file only flag to use old API
AuroraWright
2025-05-05 05:54:38 +02:00
413d02359b
Help/readme updates
AuroraWright
2025-05-04 10:50:30 +02:00
016c5b3404
One global less
AuroraWright
2025-05-04 09:33:58 +02:00
f31526a339
Update readme, fix minor issues
AuroraWright
2025-05-04 09:00:19 +02:00
e48f388755
Big refactoring, allow second image source
AuroraWright
2025-05-04 08:37:54 +02:00
7a307f4cb9
Move screencapture code into a class, ensure all screenshots get processed in combo mode
AuroraWright
2025-05-03 18:50:00 +02:00
d16c513ca3
Move all clipboard code into a thread
AuroraWright
2025-05-03 16:40:00 +02:00
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
AuroraWright
2025-05-03 15:06:35 +02:00
d2483a4af1
New version, fix config file issues, fix Windows crashes in edge cases
AuroraWright
2025-05-03 06:55:08 +02:00
010f319672
Silence warning in accurate filtering
AuroraWright
2025-04-22 18:45:27 -07:00
41f9c60dfb
Fix https://github.com/AuroraWright/owocr/issues/16
AuroraWright
2025-04-22 17:06:23 -07:00
5efea0f22f
Fix macos clipboard race condition
AuroraWright
2025-04-22 16:30:47 -07:00
94e2ecc5a7
One global less
AuroraWright
2025-04-10 13:42:10 +02:00
b8fda7d4a4
Get rid of fire dependency
AuroraWright
2025-04-10 12:59:35 +02:00
77007611cf
New version
AuroraWright
2025-04-10 01:40:05 +02:00
31bbe4b940
Nitpick
AuroraWright
2025-04-10 01:37:43 +02:00
6eaf34720c
Deprecate old pause method
AuroraWright
2025-04-10 01:29:04 +02:00
5e4168ef2b
Deprecate x11 window capture since wayland is standard almost everywhere now and I have no way to test it
AuroraWright
2025-04-10 01:22:02 +02:00
8dac199a8f
Use urllib for Google Lens web
AuroraWright
2025-04-09 22:26:23 +02:00
748ed9dd84
Pin more dependencies
AuroraWright
2025-04-07 15:17:10 +02:00
daf902eb7f
Note 3.13 compatibility
AuroraWright
2025-04-07 03:52:21 +02:00
9eb7d7d7ad
Fix rapidocr dependencies
AuroraWright
2025-04-07 03:41:45 +02:00
9f4461d95f
Fix input thread issue on python 3.13
AuroraWright
2025-04-07 03:24:48 +02:00
9275191b70
Update desktop-notifier
AuroraWright
2025-04-07 02:51:00 +02:00
604332ef51
Nitpick
AuroraWright
2025-04-06 15:54:01 +02:00
3e8fa659dc
Handle OneOCR errors
AuroraWright
2025-04-06 15:46:35 +02:00
7568124460
Fix Lens issue
AuroraWright
2025-04-06 00:55:51 +02:00
6087248071
Oops
AuroraWright
2025-04-06 00:25:21 +02:00
ddfd249da0
Add OneOCR
AuroraWright
2025-04-06 00:19:20 +02:00
d7712ada18
Nitpick
AuroraWright
2025-04-03 02:40:59 +02:00
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
AuroraWright
2025-04-03 02:16:24 +02:00
da6ceb142f
Update version
AuroraWright
2025-04-02 07:42:04 +02:00
7f9bf356e5
Oops
AuroraWright
2025-04-02 07:41:09 +02:00
d22b8ee499
Add missing Bing references
AuroraWright
2025-04-02 07:19:13 +02:00
9ffaba256f
Update script
AuroraWright
2025-04-02 07:15:30 +02:00
6dfde19887
Switch to betterproto for Lens, add Bing (thanks @bropines)
AuroraWright
2025-04-02 07:05:35 +02:00
89af4bd28c
requests is not optional now
AuroraWright
2025-04-01 20:43:45 +02:00
34f3ddca2d
Add missing optional dependencies, add requests to basic dependencies, simplify readme
AuroraWright
2025-04-01 11:47:24 +02:00
4190372d21
Merge pull request #11 from bee-san/patch-2
Aurora
2025-04-01 11:29:45 +02:00
063b2e36ea
Update README.md
Autumn (Bee)
2025-04-01 18:02:59 +09:00
6adde2a9f6
Update pyproject.toml
Autumn (Bee)
2025-04-01 18:00:22 +09:00
c80f3aa243
Isolate window capture code
AuroraWright
2025-04-01 01:36:27 +02:00
fe188ca14b
Screen coordinate picker (https://github.com/AuroraWright/owocr/issues/1 )
AuroraWright
2025-04-01 00:21:19 +02:00
2378876500
Add script to generate Lens bindings
AuroraWright
2025-03-29 06:30:47 +01:00
f4989a620d
Unused import
AuroraWright
2025-03-29 06:25:32 +01:00
0e6862021e
Oops
AuroraWright
2025-03-29 06:23:40 +01:00
843c74e04a
Lens is back (thanks Viola again)
AuroraWright
2025-03-29 02:23:49 +01:00
aa0cba6ee5
Take Lens url headers/parameters from https://github.com/dimdenGD/chrome-lens-ocr
AuroraWright
2025-02-01 08:31:42 +01:00
34e4e33e75
New version
AuroraWright
2024-12-21 09:04:55 +01:00
d9cf93f636
Small ScreenCaptureKit fixes
AuroraWright
2024-12-21 04:06:45 +01:00
975bd0ace9
Use jpeg for OCRSpace
AuroraWright
2024-12-18 05:44:45 +01:00
2e07d3da1e
Implement OCRSpace
AuroraWright
2024-12-18 05:15:14 +01:00
a60316270e
New version
AuroraWright
2024-12-18 00:45:16 +01:00
f64308223a
We are a smart TV now
AuroraWright
2024-12-18 00:42:19 +01:00
993981f6c0
Handle eventual screencapturekit hangs
AuroraWright
2024-12-14 16:00:54 +01:00
4b5d487b7c
It seems SCScreenshotManager is new to Sonoma
AuroraWright
2024-12-14 14:40:52 +01:00
dd6efa1020
Make Apple happy with the new macOS screenshot API
AuroraWright
2024-12-14 04:02:26 +01:00
b39b902902
New version
AuroraWright
2024-12-13 18:06:17 +01:00
f2c2eb6cfc
New version
AuroraWright
2024-12-13 17:57:42 +01:00
4537560458
Limit loggers to errors
AuroraWright
2024-12-13 17:26:10 +01:00
35bf6649be
Silence new manga_ocr warnings, prevent autopausing when recognition takes a long time
AuroraWright
2024-12-13 17:14:44 +01:00
5bf39b4f61
Nitpick
AuroraWright
2024-12-12 21:37:14 +01:00
1897324de2
Fix websockets > 14 (thanks @graingert), use GPU for text filtering if available (silences warnings)
AuroraWright
2024-12-12 21:29:11 +01:00