This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<TEI xmlns="http://www.tei-c.org/ns/1.0"> | |
<teiHeader> | |
<fileDesc> | |
<titleStmt> | |
<title/> | |
</titleStmt> | |
<publicationStmt><p/></publicationStmt> | |
<sourceDesc><p/></sourceDesc> | |
</fileDesc> | |
<revisionDesc> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"schemaVersion":1,"label":"Transcribed Characters","message":"83728","color":"informational","style":"flat-square"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import re | |
import glob | |
import sys | |
Zone = { | |
"Main": "MainZone", | |
"DropCapital": "DropCapitalZone", | |
"RunningTitle": "RunningTitleZone", | |
"Margin": "MarginTextZone", |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function link() { | |
document.dispatchEvent(new KeyboardEvent("keydown", { | |
'key': 'a', "charCode": 0, "keyCode": 65, "ctrlKey": true | |
})); | |
setTimeout(() => { | |
document.dispatchEvent(new KeyboardEvent("keydown", { | |
'key': 'y', "charCode": 0, "keyCode": 89 | |
})); | |
}, 500); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Requirements: | |
regex | |
colorama | |
pycases | |
click | |
""" | |
import os |
OlderNewer