Digital resources in the Social Sciences and Humanities OpenEdition Our platforms OpenEdition Books OpenEdition Journals Hypotheses Calenda Libraries OpenEdition Freemium Follow us

Uncovering censorship in the 16th century with Transkribus and Python. Episode II: Let Python speak to Transkribus

by Markus Müller

In the first episode of this miniseries, I explained how to use OCR with Transkribus to create a diplomatic transcription from images of 16th century Latin prints. However, the resulting text is full of abbreviations and may contain transcription errors. In both cases, Python scripts could help to normalize the text and to detect possible errors.

An indispensable prerequisite for pimping the Transkribus workflow with Python is flawless access to the data stored on the Transkribus server. It would not make much sense to manually download the data, then run some Python scripts on the command line, and finally upload the data again manually, especially when we talk about hundreds of pages to be processed. This episode will show how to download and upload transcriptions from and to the Transkribus server using Python. (Basic to intermediate knowledge of Python is required.)

„Uncovering censorship in the 16th century with Transkribus and Python. Episode II: Let Python speak to Transkribus“ weiterlesen

Priests’ libraries in the Dutch Republic

By Jaap Geraerts and Sarah Büttner

The scholarly importance of “Priesterbibliotheken” (priests’ libraries) is well-known: they provide insight into what Catholic priests serving in the Holland Mission read or at least thought useful to own. Moreover, such libraries can tell us more about early modern Dutch Catholic spirituality, but also about the wider interest in books outside the remit of theology and pastoral care. Lastly, in particular libraries from the eighteenth century will also help to enhance our understanding of the schism which occurred in the Dutch Catholic Church. “Priesterbibliotheken (priests’ libraries) in the Dutch Republic” is a small pilot project which started at the IEG DH Lab in early 2021. The project aims to capture the bibliographical information contained in manuscript inventories of the libraries of Catholic priests serving in the Republic and making this available in digital form.
„Priests’ libraries in the Dutch Republic“ weiterlesen

Uncovering censorship in the 16th century with Transkribus and Python. Episode I: OCR with Latin prints

by Markus Müller with the collaboration of Melina Ramirez

Introduction

Since the 1980s, our knowledge on 16th century censorship has been growing constantly thanks to coordinated research projects and new sources. In over ten years of research, for instance, José Maria Bujanda and his team edited all printed catalogues of forbidden books issued by Catholic authorities in the 16th century (eleven volumes until 1999). This made it very easy to check whether a certain author or book was banned or not. With the opening of the Archive of the Congregation of Faith (the former Roman Inquisition) in 1998 a vast number of manuscripts became available that provided an insight into the internals of the Roman Congregation of the Index (founded in 1572) and the decision making processes of the censors. These processes are particularly interesting for books that were not totally banned but expurged, meaning that the censors deleted or modified passages considered “heretical” and then reprinted the book. In many cases, the only way to find out what they actually changed is to compare the original with the expurged edition line by line and word by word. Because Rome was by far not the only Catholic authority that expurged books, the same book was sometimes also expurged by the Spanish Inquisition, the Sorbonne in Paris and other local inquisitors. They all had their own censoring procedures resulting in different expurgations. If we want to uncover the differences between these expurgations, we have to repeat the tedious manual comparison over and over again. These repetitive comparisons are exactly the kind of “boring stuff” that could be automated with Python. „Uncovering censorship in the 16th century with Transkribus and Python. Episode I: OCR with Latin prints“ weiterlesen