pasteOCR adds on not working

here is the debug info
Anki 23.12.1 (1a1d4d54) (ao)
Python 3.9.15 Qt 6.6.1 PyQt 6.6.1
Platform: Windows-10-10.0.22631

Traceback (most recent call last):
File “aqt.main”, line 1237, in onAddCard
File “aqt”, line 136, in open
File “aqt.addcards”, line 51, in init
File “aqt.addcards”, line 78, in setupEditor
File “aqt.editor”, line 143, in init
File “aqt.editor”, line 196, in setupWeb
File “anki.hooks”, line 45, in runFilter
File “C:\Users\Percival\AppData\Roaming\Anki2\addons21\1746010116_init_.py”, line 34, in addMyButton
keyStr = key.toString(QKeySequence.NativeText)
AttributeError: type object ‘QKeySequence’ has no attribute ‘NativeText’

===Add-ons (active)===
(add-on provided name [Add-on folder, installed at, version, is config changed])
Advanced Browser [‘874215009’, 2023-10-21T22:34, ‘None’, ‘’]
Advanced Card Styles [‘1625103157’, 2021-12-29T01:49, ‘None’, ‘’]
Contanki - Controller Support for Anki beta [‘1898790263’, 2024-01-17T13:56, ‘v0.11.4-beta’, ‘’]
Fastbar- with nightmode support [‘46611790’, 2023-06-27T19:47, ‘None’, ‘’]
Highlight Color Shortcut [‘1178291236’, 2021-04-02T00:42, ‘None’, mod]
Image Occlusion Enhanced [‘1374772155’, 2022-04-09T15:15, ‘None’, ‘’]
Review Heatmap [‘1771074083’, 2022-06-30T09:43, ‘None’, ‘’]
SwiftAnki Quick Anki Navigation with Keyboard Shortcuts [‘1467361433’, 2023-12-28T23:24, ‘None’, ‘’]
Symbols As You Type [‘2040501954’, 2024-01-20T13:42, ‘None’, ‘’]
pasteOCR [‘1746010116’, 2023-02-27T06:47, ‘None’, ‘’]

===IDs of active AnkiWeb add-ons===
1178291236 1374772155 1467361433 1625103157 1746010116 1771074083 1898790263 2040501954 46611790 874215009

===Add-ons (inactive)===
(add-on provided name [Add-on folder, installed at, version, is config changed])

im using Anki 23.12.1 (1a1d4d54) (ao)
Python 3.9.15 Qt 6.6.1 PyQt 6.6.1
Platform: Windows-10-10.0.22631
i already try to restart anki or reinstall add-ons but is still not working

If you would like to get in touch with me for improvements or requests, you can submit a comment to the Issues page on Github, or you can email me directly at m dot maaz at mail dot utoronto dot ca . This software is in beta right now, so please contact me if you have any issues.

The add-on needs to be updated.

I believe this particular error at line 34 of __init__.py can be fixed by changing QKeySequence.NativeText to QKeySequence.SequenceFormat.NativeText

If you contact the author, you can point them to this thread: