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
<?xml version="1.0" encoding="utf-8"?> | |
<alto xmlns="http://www.loc.gov/standards/alto/ns-v2#" | |
xmlns:xlink="http://www.w3.org/1999/xlink" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="http://www.loc.gov/standards/alto/ns-v2# http://www.loc.gov/standards/alto/v2/alto-2-0.xsd"> | |
<Description> | |
<MeasurementUnit>pixel</MeasurementUnit> | |
<sourceImageInformation> | |
<fileName/> | |
</sourceImageInformation> |
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
# thin-arrow.coffee | |
$(-> | |
rest_api_login((login_ok, userName, userRoles) -> | |
console.log("login_ok #{login_ok}, userName #{userName}, roles [#{userRoles.join(", ")}]") | |
vcm.app.userName = userName | |
vcm.app.userRoles = userRoles | |
vcm.app.defaultClassifications = [] | |
initialize_templates((loaded_templates) -> | |
console.log("loaded_templates", loaded_templates) | |
vcm.app.main_application() |
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
# (refererences) (xy_temporal) | |
# LINKPC1 LINKCD | |
# from| |to from| |to | |
# v v v v | |
# publication1 citedData1 dataset1 | |
# ^ | |
# to|from | |
# LINKSA (same_as) | |
# from|to | |
# v |
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
<ubma_publications> | |
<item>Kaiser Jessica und Klein Annette (2011), <a href='https://ub-madoc.bib.uni-mannheim.de/id/eprint/33134' target='new'>Die E-Book-Umfrage an der UB Mannheim – Zusammenfassung der Ergebnisse</a></item> | |
</ubma_publications> |
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
{ | |
"paths": { | |
"get_verse.xql": { | |
"parameters": [ | |
{ | |
"name": "col", | |
"description": "Name of the collection" | |
} | |
] | |
} |
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
diff -br ../ocropy/ocrolib/chars.py scripts/ocrolib/chars.py | |
17,18d16 | |
< portuguese = u"ÃÃÌÃÒÓÕÚáãìÃòóõú" | |
< telugu = u" à°à°‚ఃఅఆఇఈఉఊఋఌఎà°à°à°’ఓఔకఖగఘఙచఛజà°à°žà°Ÿà° డఢణతథదధనపఫబà°à°®à°¯à°°à°±à°²à°³à°µà°¶à°·à°¸à°¹à°½à°¾à°¿à±€à±à±‚ృౄెేైొోౌà±à±˜à±™à± ౡౢౣ౦౧౨౩౪౫౬à±à±®à±¯" | |
20c18 | |
< default = ascii+xsymbols+german+french+portuguese | |
--- | |
> default = ascii+xsymbols+german+french | |
Only in scripts/ocrolib: chars.pyc | |
diff -br ../ocropy/ocrolib/common.py scripts/ocrolib/common.py |
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
Lorem ipsum dolor sit |
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
<?xml version="1.0" encoding="utf-8"?> | |
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" default-locale="de-CH" version="1.0" name-delimiter="; " delimiter-precedes-last="always" delimiter-precedes-et-al="never"> | |
<info> | |
<title>OCR-D_infoclio.ch (German - Switzerland)</title> | |
<id>http://www.zotero.org/styles/ocr-d_infoclioch</id> | |
<link href="http://www.zotero.org/styles/ocr-d_infoclioch" rel="self"/> | |
<link href="http://www.zotero.org/styles/infoclio-fr-smallcaps" rel="template"/> | |
<link href="https://www.infoclio.ch/de/node/133932" rel="documentation"/> | |
<author> | |
<name>Nicolas Chachereau</name> |