mirror of
https://github.com/artiemis/artemis.git
synced 2026-02-14 08:31:55 +00:00
fix lens text extraction regex - missing hyphen
This commit is contained in:
parent
d64d29104b
commit
6e350099d3
@ -82,7 +82,7 @@ class OCR(commands.Cog):
|
|||||||
"CONSENT": "PENDING+137",
|
"CONSENT": "PENDING+137",
|
||||||
"SOCS": "CAISHAgBEhJnd3NfMjAyMzEwMTItMF9SQzQaAnBsIAEaBgiA48GpBg",
|
"SOCS": "CAISHAgBEhJnd3NfMjAyMzEwMTItMF9SQzQaAnBsIAEaBgiA48GpBg",
|
||||||
}
|
}
|
||||||
final_data_re = r"\"(\w+)\",\[\[(\[\".*?\"\])\]"
|
final_data_re = r"\"([\w-]+)\",\[\[(\[\".*?\"\])\]"
|
||||||
|
|
||||||
cur_time = utils.time("ms")
|
cur_time = utils.time("ms")
|
||||||
upload_url = f"https://lens.google.com/v3/upload?hl=en&re=df&st={cur_time}&ep=gsbubb"
|
upload_url = f"https://lens.google.com/v3/upload?hl=en&re=df&st={cur_time}&ep=gsbubb"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user