<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Who Advertises in Newspapers? Data Criticism in Mining Historical Job Ads</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>KlaraVenglarova</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Raven Adam</string-name>
          <email>raven.adam@uni-graz.at</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>WiltrudMölzer</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Saranya Balasubramanian</string-name>
          <email>saranya.balasubramanian@uni-graz.a</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jörn Kleiner</string-name>
          <email>joern.kleinert@uni-graz.a</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>ManfredFüllsack</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>GeorgVogeler</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>University of Graz</institution>
          ,
          <country country="AT">Austria</country>
        </aff>
      </contrib-group>
      <fpage>788</fpage>
      <lpage>801</lpage>
      <abstract>
        <p>Digitized newspapers are a source of unique and rich historical data but pose significant challenges in the interpretation of results obtained through their mining. The JobAds project (FWF P35783) explores the evolution of the labor market through job advertisements from digitized newspapers between 1850-1950, aiming to reveal regional and temporal trends in job ofers, required skills, media strategies, and social aspects such as gender-specific ads. Using the ANNO corpus, we selected 29 newspapers with the most editions. Their processing involved job ads pages preselection, layout segmentation, optical character recognition (OCR), and post-correction, each introducing potential biases due to varying efÏciency of these processes. Additionally, the inherent bias of newspapers as historical sources must be considered, as they reflect only a subset of the job market dynamics of their time. This paper identifies these biases, quantifies their impact, and proposes solutions for steps from corpus selection to data preparation for subsequent text-mining and analysis. We discuss and exemplify the implications of these biases on research outcomes and suggest methodological adjustments to mitigate their efects, ensuring more reliable insights into the historical labor market. Also, we make a dataset of 15 000 manually annotated ground-truth data available as part of this paper.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;digitized newspapers</kwd>
        <kwd>historical job advertisements</kwd>
        <kwd>historical labour market</kwd>
        <kwd>data criticism</kwd>
        <kwd>optical character recognition</kwd>
        <kwd>page segmentation</kwd>
        <kwd>post-processing</kwd>
        <kwd>ground truth</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>Digitized newspapers as a source of data bring many opportunities, however, also many
challenges and pitfalls. In the JobAds project (FWF P35783), we investigate the evolution of the
Austrian labor market through historical job advertisements from digitized newspapers
between 1850-1950. Through their analysis, we aim to get insights into the regional and
temporal trends in positions ofered and sought for, the skills and qualifications required and ofered,
media strategies, but also social aspects such as gender-specific job ofers.</p>
      <p>Our project aims to cover as much as possible of the Austrian labor market in the defined
time period. In this paper, we discuss the difÏculties which typically arise when one tries to
access data from digitized newspapers. We refer to these difÏculties as ‘biases’, as they have a
great potential to skew results and their interpretation.</p>
      <p>
        We used 29 periodics (see Appendix) with the largest number of editions within our time
span from the ANNO corpus 1[
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. From each newspaper, we preselected pages containing
job advertisements and converted them to machine-readable text through page segmentation,
optical character recognition (OCR), and post-correction.
      </p>
      <p>Each processing step introduces potential biases: selection of periodicals may not be
representative, a classifier may systematically misclassify pages containing certain types of ads,
segmentation quality may vary with layout complexity or scan quality, OCR may be afected by
font use or style particularities such as white letters on a black background, and post-correction
efectiveness may vary between newspapers or years because of diferent typical mistakes.</p>
      <p>
        Biases also arise from the historical context of newspapers, which were only one of several
channels realizing matches between job seekers and vacancies25[]. Some jobs were advertised
through newspapers more often than others, as in a short radius, it was harder to find highly
specialized employees than e.g. unqualified workers who could be placed through a bourse
system [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ].
      </p>
      <p>This paper addresses how we confront a research question with the technical and historical
reality, from corpus selection to OCRed text post-processing. Section 2 describes related work,
section 3 provides details about dataset creation. Sections 4 and 5 discuss biases arising from
historical context and processing steps respectively, and section 6 outlines future work and
concludes the paper.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>Oberbichler and Pfanzelter17[] discuss a large number of ‘biases that come along with the
processing and datafication of historical newspapers’ (p.127) and illustrate them in a case study
about return migration. In a keyword-based search, the first challenge is to select the right
terms, which is hindered by word flexions and spelling variants, but also by semantic
uncertainty, e.g. false positive hits if the term is too broad or not finding all occurrences if the
term is too narrow. They show how missing data and varying OCR skew absolute frequencies,
and use therefore relative frequencies instead. They also propose improving OCR quality with
tools like Transkribus18[] and argue for adding metadata, contextualization of the source
documents, providing information about the limitations of the collection, and additional tools in
the interfaces.</p>
      <p>
        Wijfjes [
        <xref ref-type="bibr" rid="ref28">28</xref>
        ] discusses the relationship between traditional humanities and new digital
methods. The most prominent obstacle in using digitized newspapers as a research source is the
incompleteness of digitized collections, caused by factors such as costs, time or copyright issues.
Relying on the available collections regardless of their broader context can result in working
with a ‘convenience sample’ (p.16), closely related to ‘digital laziness’ (p.10) which arises from
an overreliance on easily accessible digital information. Author also mentions unreliability in
OCR and the need for ‘complete and uniform data’ (p.21).
      </p>
      <p>
        The errors in Optical Layout Recognition (OLR) and Optical Character Recognition (OCR)
are crucial problems in machine-readable text creation that have been addressed by several
scholars (2[
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]; [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ]; [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]; [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]; [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ]). Noisy OCR or its varying quality across the corpus poses
problems not only in a keyword search, but also in subsequent tasks, such as Part-of-Speech
(POS) tagging, dependency parsing, Named Entity Recognition (NER) or topic modeling.
Therefore, it is necessary to assess the influence of the OCR quality on the outcomes of NLP tasks,
as discussed e.g. by ([
        <xref ref-type="bibr" rid="ref22">22</xref>
        ]; [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ]; [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ]).
      </p>
      <p>Cordell4[] largely discusses digitized collection in a broader context of the process of
digitalization and decisions leading to which material shall be digitized. He distinguishes
between printed and digital editions and argues for taking digitized text ‘seriously within its
own medium’ (p.217). On the example of theRaven by E. A. Poe, he shows how results of
keyword search are dependent on the quality of the OCR output.</p>
      <p>We are aware of all these and handle the challenges where they occur. For example, working
with relative frequencies of job titles can help to capture the changing demands and ofers of a
specific position instead of unintentional identification of changing trends of advertising jobs
in newspapers. Considering the previous research and our own experience, we search for
strategies for mitigating the bias in our data.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Dataset</title>
      <p>Our dataset comprises 29 newspaper titles from the ANNO corpus, a collection of digitized
newspapers provided by the Austrian National Library, from 1850-1950. The 29 newspapers
were selected based on the largest number of editions, with a minimal issue period of 10 years.
These newspapers are predominantly in German, containing minor numbers of ads in French,
English, Czech, Hungarian, Italian and other languages. Because of the time needed for
processing the pages, we initially preselected pages containing job advertisements manually, based on
observed patterns in the advertisement sections appearance, and later refined the preselection
automatically using a transformer-based preselection.</p>
      <p>
        From the preselected pages, we randomly sampled one page per year for each newspaper
available for that year, resulting in 3 300 pages. On these pages, we manually annotated all
job advertisements using doccano software [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ], resulting in 14 985 annotated job ads. These
annotations serve us as ground-truth data. The annotated ads were OCRed with the frak2021
model [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] and manually corrected using Transkribus.
      </p>
    </sec>
    <sec id="sec-4">
      <title>4. Biases from Historical Context</title>
      <p>In this section, we explore biases arising from the historical context and the nature of
newspapers as a medium. As these biases are beyond direct control, we have to gather comprehensive
information to adjust our research questions based on available data.</p>
      <sec id="sec-4-1">
        <title>4.1. Newspapers as a Medium</title>
        <p>
          The bias in our research does not start with the selection of the 29 newspaper titles; it starts
with the decision to use newspapers as our primary data source to understand labor market
development. The matches between the job seekers and vacancies were realized through several
channels [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ], with diferent proportions for various types of jobs.
        </p>
        <p>To address this bias, it is crucial to quantify the extent to which job seekers and vacancies
were matched through newspaper ads compared to other channels and to understand which
jobs were underrepresented or missing in them. If sufÏcient facts concerning these aspects
cannot be found, it is necessary to redefine the research goals. Instead of aiming to describe the
entire labor market, we can narrow our scope to explore specific job categories, time periods,
or regions.</p>
        <p>For our period, approximately 30% of the matches between job seekers and employers were
realized through job advertisements in newspaper1s3[]. Other channels to find matches were
personal contacts, asking around, bourse system, municipal placement services and
commercial brokers, which came increasingly under administrative control to reduce abuse and were
ifnally replaced by the public job services. Search via newspaper ads was dominating among
white-collar jobs5[]. Blue-collar workers were underrepresented in this chann13e]l. [Based
on these facts, we can aim to compare e.g. qualifications ofered with requirements presented
in job searches and job ofers for white-collar workers.</p>
      </sec>
      <sec id="sec-4-2">
        <title>4.2. Newspapers and their focus</title>
        <p>The focus of newspapers shall also be considered. To gain a comprehensive understanding of
our data, we should address the following questions regarding the newspapers:
• What is the political orientation of the newspapers?
• Which geographical area do they cover?
• What is their temporal coverage?
• What is their social focus?
• Who are the intended readers?</p>
        <p>Access to such meta-information about newspapers provides crucial context and facts. While
no single newspaper can fully represent the labor market, a selection of heterogeneous titles
covering various aspects can collectively ofer a broader perspective. Our selected newspapers
were issued in several geographical regions (eA.gr.beiterwille in Graz,Arbeiter Zeitung in Wien,
Linzer Volksblatt in Linz, Salzburger Chronik für Stadt und Land in Salzburg), covering longer
periods (see Fig. 1), most of them daily newspaper but also with focus on traveFlrse
m(denBlatt) or workersA(rbeiterwille). We included newspapers with various orientations, such as
social-democratic (e.g.Arbeiterwille, Arbeiterzeitung), liberal-democraticPr(ager Tagblatt), or
nationalistic S(alzburger Volksblatt: die unabhängige Tageszeitung für Stadt und Land Salzburg).
However, achieving an ideal representation still remains extremely challenging due to
realworld complexities.</p>
      </sec>
      <sec id="sec-4-3">
        <title>4.3. Who Advertises in Newspapers?</title>
        <p>To draw unbiased conclusions from job advertisements about the entire labor market, the
underlying assumption would be that people ofering and searching through job ads (or the job
ads that we analyze) have the same characteristics of interest as job oferers or seekers who
do not use newspaper ads. Since we cannot often know that, we need to ask who actually
advertises in newspapers.</p>
        <p>For instance, in a small town with only one factory, there may be no need to advertise for
unqualified workers in newspapers. Similarly, workers in such towns may not need to
advertise either, as they can rely on local announcements or neighbors or family. Consequently,
these types of ads may be missing or underrepresented in our corpus. On the contrary, if the
factory seeks highly specialized personnel, they may expand their outreach by utilizing the
newspapers.</p>
        <p>A similar scenario applies to a city baker. If they seek someone locally, they might rely on
the people in their surrounding. However, if they require an apprentice from the countryside,
such as e.g. in (Fig. 2), they would more likely advertise in newspapers.</p>
        <p>This highlights that in our corpus, advertisements might be overrepresented that involve
a greater distance, e.g. geographical distance (a baker from a city seeks an apprentice from
the countryside) or social distance (higher class person looking for a servant). In other cases,
despite a short geographical distance in large cities, complexity of an urban society and
anonymity plays a role. Also, the ads in our corpus may be extreme from some point of view,
e.g. seeking a highly qualified person, a factory with bad working conditions, high demand
for workers for seasonal work, a person who struggles to find a job for a longer time. On the
other hand, some ads may be missing, e.g. from people who could not aford to pay for an ad
in newspapers.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Biases from Data Processing</title>
      <p>This section describes biases that data processing introduces, and presents strategies to mitigate
them. Our processing pipeline contains steps from corpus selection to the cleaned data, which
can be used for meaningful economical analysis.</p>
      <sec id="sec-5-1">
        <title>5.1. Corpus creation</title>
        <p>The initial step involves building a corpus. While in the ideal case, researchers would work with
the entire population of data, practical limitations in terms of time and computation power or
missing newspapers in digitized collections make this only hardly feasible.</p>
        <p>We come as close as we can to the entire population given our resource constraints by
selecting the newspapers with the most editions that were issued for at least 10 years, which allows
for a comparison in time. In a corpus selection, attention needs to be paid to include
heterogeneous newspapers that will cover a wide scope. For further information, see subsection 4.1.</p>
      </sec>
      <sec id="sec-5-2">
        <title>5.2. Preselection of Relevant Pages</title>
        <p>
          Initially, we manually preselected pages likely to contain job advertisements by examining
sampled issues from all newspapers and identifying patterns in the job ad sections. In a later
stage, we refined this process using a transformer-based model for the same task, by fine-tuning
the microsoft/dit-large-finetuned-rvlcdip model [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ] on our data. The fine-tuned model reached
a f1 score of 0.88 and recall of 0.89 on the testing data.
        </p>
        <p>Preselection can be a dangerous process that can lead to excluding relevant data and bias
the results. Our strategy against this pitfall was aiming for the highest recall possible, favoring
the inclusion of non-relevant pages over the exclusion of relevant ones. Our model’s results,
which indicated that only about 34% of the preselected 4,000,000 pages actually contained job
advertisements, give us confidence that we have captured most relevant pages.</p>
      </sec>
      <sec id="sec-5-3">
        <title>5.3. Segmentation process</title>
        <p>
          Page segmentation is a step which has a direct impact on the OCR quality 1([
          <xref ref-type="bibr" rid="ref1">1</xref>
          ]; [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ]; [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ]; [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ]).
However, segmentation quality is often assessed through subjective visual contro7l][, which
does not ofer complex insights into segmented data quality.
        </p>
        <p>To address this task, we adopt a methodology for segmentation evaluation fro2m4].[ This
method is not based only on the area of intersection between the annotated and predicted
region, as this can be skewed if graphical elements or large blank spaces are present in data.
Instead, it also benefits from information about the presence of the text in the non-intersecting
parts of the predicted region and its ground-truth.</p>
        <p>We manually annotated nearly 15 000 job ads from our corpus to create ground truth data.
We make the annotated data publicly available in the GitHub repository:
https://github.com/JobAds-FWFProject/Ground-Truth-CHR2024. This allows us to identify
newspapers with lower segmentation accuracy and generate additional ground-truth data to
ifne-tune our segmentation algorithm efectively. The results of the ongoing work on the
evaluation of the segmentation quality will be published in another publication.</p>
      </sec>
      <sec id="sec-5-4">
        <title>5.4. OCR Quality</title>
        <p>
          OCR quality is the most prominent source of bias, as highlighted in prior resear1c7h](;[[
          <xref ref-type="bibr" rid="ref23">23</xref>
          ];
[
          <xref ref-type="bibr" rid="ref27">27</xref>
          ]). Variations in OCR accuracy can lead to discrepancies in e.g. keyword searches and afect
data reliability.
        </p>
        <p>
          The first step to mitigate this bias is quantifying the OCR quality by e.g. a character error
rate (see Fig. 3). Although an approximation of the OCR quality can be obtained by checking
words against a dictionary2[
          <xref ref-type="bibr" rid="ref1">1</xref>
          ], we decided to manually check and correct a sample of the
advertisements. This cleaned data serves us to (1) quantify the quality of the OCR, (2) provide
us with high-quality data for text-mining experiments and (3) give us information about the
most common mistakes in recognition which we can use for automatic post-corrections. A
pure dictionary-based approach would introduce a bias by words missing in the dictionary,
e.g. abbreviations or names, which both are often in our datasets. Based on our manually
transcribed ground-truth, our OCR reaches a SacreBLEU score of 67.5%, word error rate of
30.6% and character error rate of 12.2%. However, apart from this overall evaluation, it is crucial
to compare the OCR quality across newspapers and years.
        </p>
      </sec>
      <sec id="sec-5-5">
        <title>5.5. Post-correction</title>
        <p>Post-correction is the last step in our pipeline that afects data quality. Starting with a varying
OCR quality across newspaper titles or years, the post-correction can both reduce or amplify
the discrepancies in data quality. To quantify this problem, we measure the error rate after
diferent post-correction steps on the samples that were manually checked and corrected. As
this sample contains ads across all newspaper titles and years, we will be able to compare text
quality before and after the post-correction step.</p>
        <p>
          For the post-correction process, we fine-tune the hmbyt5-preliminary mod1elon the
IDCAR2019-POCR dataset for OCR correction1[
          <xref ref-type="bibr" rid="ref9">9</xref>
          ], which significantly improves text
accuracy. On the IDCAR data, we reach the SacreBLEU score of 72.25% compared to only 10.83%
achieved by the original OCRed text.
        </p>
        <p>While the model significantly improves the quality of a very bad OCR, our OCR already
reaches a higher score (67.5%) before the post-correction step. As there is a large discrepancy
between the OCR quality of the training data and our OCR data, the post-correction model itself
sometimes introduces new errors (see Tab 1). Some mistakes concern only interpunction, some
change letters leading to words with no meaning, but some of them introduce a semantically
diferent result, such as painters (Malerinnen) from ironers (Büglerinnen).
1hmbyt5-preliminary model [18.6.2024]
We also need to consider that not all characters can be corrected through post-processing.
For example, for incorrectly recognized numbers, the original information is lost and cannot
be gained back by post-processing (see Fig. 4). This potentially afects our ability to analyze
details about e.g. ofered salary where available.</p>
      </sec>
      <sec id="sec-5-6">
        <title>5.6. Example: Looking for a Paperhanger</title>
        <p>To illustrate how technical biases can afect historical data interpretation, we examine the
demand for five diferent positions by comparing the frequency of job ads mentioning them
between 1850-1900 and 1901-1950. We use a sample of 2779 job ads with both raw OCR and
manually corrected transcriptions. These ads are divided into two data sets: one for 1850-1900
and another for 1901-1950.</p>
        <p>First, we compare the absolute frequencies of the positions in both OCRed text, with the
results in Tab. 2. E.g., the ‘Tapezierer’ (paperhanger) appears 2, resp. 4 times in the data sets.</p>
        <p>For the example of the paperhanger, the OCR data suggests a low frequency of ads, with a
slight increase in the 20th century. This might lead to the conclusion that paperhanger jobs
were rare and that their demand doubled in the first half of the 20th century. However, when
we look at the manually corrected versions of the text, we obtain the following results (Tab. 3):</p>
        <p>Manually corrected data also indicates an increase in demand over time. However, absolute
frequencies can more reflect the amount of available data rather then trends of employment.
To account for this, we divide absolute frequencies by the number of ads available for these
time periods in our sample, and we get another information (Tab. 4):</p>
        <p>When adjusted for the total number of ads, the relative frequency of paperhanger ads shows
that the demand remained almost constant. The apparent increase in absolute numbers is
due to the larger volume of data available for the later period, not an actual rise in demand.
The example of the paperhanger, and similarly of the other positions, demonstrate the need
for cautious interpretation of historical job ads, and that the OCR errors do not impact all
positions in the same way. Although similar tests need to be done on a larger scale, this example
illustrates how easily we can run into a false interpretation.</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>6. Conclusion</title>
      <p>In this paper, we addressed the biases encountered in our research of the labor market based
on job advertisements from digitized newspapers. Our investigation focused on two sources
of bias: those arising from the historical context of the newspapers and those introduced
during data processing. The first set of biases stems from the nature of newspapers as a data
source. This includes the selection of newspaper titles, their political and social orientations,
geographic reach, and the profiles of advertisers and readers. These factors shape the type of
job ads available, leading to over- or underrepresentation of certain job types and demographic
groups. We emphasize that understanding these contextual elements is crucial. Researchers
must adjust their research questions to align with the data’s actual scope and representation
rather than assuming a comprehensive view of the labor market.</p>
      <p>The second set of biases arises from the various stages of data processing. This
encompasses corpus creation, pre-selection of relevant pages, page segmentation, OCR quality, and
post-correction processes. Each stage presents potential pitfalls that can skew results. We
highlighted the importance of high recall in data preselection, evaluating segmentation and
OCR accuracy, and manual corrections and error analysis. Through a practical example, we
demonstrated how technical biases can skew historical job market analyses.</p>
      <p>Our ongoing work includes gathering meta-information about each newspaper title and the
labor market to better understand the matching of job applicants with vacancies. Also, we
continue with further manual corrections of OCRed text to ensure consistent data quality across
our corpus. We plan to deeper investigate the post-processing aspects, such as the model’s
skills transferability in cases, when there is a great diference between the OCR quality of the
training and testing data. Additionally, we plan to implement strategies like data augmentation
for underrepresented job categories.</p>
    </sec>
    <sec id="sec-7">
      <title>Data Availability</title>
      <p>The annotated ground truth data is publicly available at:
https://github.com/JobAds-FWFProject/Ground-Truth-CHR2024.</p>
    </sec>
    <sec id="sec-8">
      <title>Acknowledgments</title>
      <p>We thank the Austrian National Library (ÖNB) for providing the data. We would also like
to thank Meike Linnewedel, Clara Hochreiter and Melanie Frauendorfer for their eforts in
correcting and annotating the ground truth. This work was supported by the FWF under grant
number P 35783.</p>
    </sec>
    <sec id="sec-9">
      <title>A. Appendix. List of newspaper titles present in our corpus</title>
      <p>A r b e i t e r w i l l e
A r b e i t e r − Z e i t u n g
B r e g e n z e r T a g b l a t t / V o r a r l b e r g e r T a g b l a t t
Das V a t e r l a n d
D e u t s c h e s V o l k s b l a t t
Die P r e s s e
F r e i e Stimmen
Fremden − B l a t t
G r a z e r T a g b l a t t
G r a z e r V o l k s b l a t t
I l l u s t r i e r t e Kronen Z e i t u n g
I n n s b r u c k e r N a c h r i c h t e n
L i n z e r Tages − P o s t
L i n z e r V o l k s b l a t t
Morgen − P o s t
Neue F r e i e P r e s s e
Neues Wiener J o u r n a l : u n p a r t e i i s c h e s T a g b l a t t
Neues Wiener T a g b l a t t ( T a g e s a u s g a b e )
N e u i g k e i t s −Welt − B l a t t
P e s t e r L l o y d
P i l s n e r T a g b l a t t
P r a g e r A b e n d b l a t t
P r a g e r T a g b l a t t
R e i c h s p o s t
S a l z b u r g e r C h r o n i k f u e r S t a d t und Land
S a l z b u r g e r V o l k s b l a t t : d i e u n a b h a e n g i g e T a g e s z e i t u n g f ure S t a d t
und Land S a l z b u r g
V o r a r l b e r g e r Landes − Z e i t u n g
V o r a r l b e r g e r Vo l k s − B l a t t
Wiener Z e i t u n g</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>R.</given-names>
            <surname>Barman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Ehrmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Clematide</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Oliveira</surname>
          </string-name>
          , and
          <string-name>
            <given-names>F.</given-names>
            <surname>Kaplan</surname>
          </string-name>
          . “
          <article-title>Combining Visual and Textual Features for Semantic Segmentation of Historical Newspapers”</article-title>
          .
          <source>IJno:urnal of Data Mining &amp; Digital Humanities HistoInformatics</source>
          (
          <year>2021</year>
          ). doi:
          <volume>10</volume>
          .46298/jdmdh.6107.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>(. W.</given-names>
            <surname>Blatt</surname>
          </string-name>
          .
          <volume>30</volume>
          .7.
          <year>1921</year>
          .
          <year>1921</year>
          . url: https://anno.onb.ac.at/cgi- content/anno?aid=
          <source>nwb%5 C&amp;datum=19210730%5C&amp;seite=8.</source>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Can</surname>
          </string-name>
          and
          <string-name>
            <given-names>M.</given-names>
            <surname>Kabadayi</surname>
          </string-name>
          . “
          <article-title>CNN-Based Page Segmentation and Object Classification for Counting Population in Ottoman Archival Documentation”</article-title>
          .
          <source>IJno:urnal of Imaging</source>
          <volume>6</volume>
          (
          <year>2020</year>
          ), p.
          <fpage>32</fpage>
          . doi:
          <volume>10</volume>
          .3390/jimaging6050032.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>R.</given-names>
            <surname>Cordell</surname>
          </string-name>
          . “
          <article-title>” Q i-jtb the Raven”: Taking Dirty OCR Seriously”</article-title>
          .
          <source>IBno:ok History 20.1</source>
          (
          <issue>2017</issue>
          ), pp.
          <fpage>188</fpage>
          -
          <lpage>225</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>A.</given-names>
            <surname>Faust</surname>
          </string-name>
          . “
          <article-title>Arbeitsmarktpolitik im deutschen Kaiserreich: Arbeitsvermittlung, Arbeitsbeschafung und Arbeitslosenunterstützung 1890-1918”</article-title>
          . In:(No Title)
          <article-title>(</article-title>
          <year>1986</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>J.</given-names>
            <surname>Jarlbrink</surname>
          </string-name>
          and
          <string-name>
            <given-names>P.</given-names>
            <surname>Snickars</surname>
          </string-name>
          . “
          <article-title>Cultural heritage as digital noise: nineteenth century newspapers in the digital archive”</article-title>
          .
          <source>InJ:ournal of Documentation 73.6</source>
          (
          <issue>2017</issue>
          ), pp.
          <fpage>1228</fpage>
          -
          <lpage>1243</lpage>
          . doi:
          <volume>10</volume>
          .1108/jd-09-2016-0106. url: https://doi.org/10.1108/JD-09
          <source>-2016-010 6.</source>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>X.</given-names>
            <surname>Jiang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Marti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Irniger</surname>
          </string-name>
          , and
          <string-name>
            <given-names>H.</given-names>
            <surname>Bunke</surname>
          </string-name>
          . “
          <article-title>Distance Measures for Image Segmentation Evaluation”</article-title>
          .
          <source>In:EURASIP Journal on Advances in Signal Processing</source>
          <year>2006</year>
          .
          <volume>1</volume>
          (
          <issue>2006</issue>
          ), p.
          <fpage>035909</fpage>
          . doi:
          <volume>10</volume>
          .1155/asp/2006/35909. url: https://doi.org/10.1155/ASP/
          <year>2006</year>
          /3590 9.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>E.</given-names>
            <surname>Late</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Kumpulainen</surname>
          </string-name>
          . “
          <article-title>Interacting with digitised historical newspapers: understanding the use of digital surrogates as primary sources”. JIonu:rnal of Documentation ahead-of-print (</article-title>
          <year>2021</year>
          ). doi:
          <volume>10</volume>
          .1108/jd-04-2021-0078.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>D. D.</given-names>
            <surname>Lewis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Agam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. E.</given-names>
            <surname>Argamon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Frieder</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. A.</given-names>
            <surname>Grossman</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Heard</surname>
          </string-name>
          . “
          <article-title>Building a test collection for complex document information processing”</article-title>
          .
          <source>PIrno:ceedings of the 29th annual international ACM SIGIR conference on Research and development in information retrieval</source>
          (
          <year>2006</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>M. U.</given-names>
            <surname>Library</surname>
          </string-name>
          .frak2021.
          <source>Version frak2021-0</source>
          .
          <fpage>905</fpage>
          .
          <year>2021</year>
          . url:https://ub-backup.bib.uni-ma nnheim.de/~stweil/tesstrain/frak2021/tessdata%5C
          <source>%5Fbest/frak2021-0</source>
          .905.trainedd a.ta
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>B.</given-names>
            <surname>Liebl</surname>
          </string-name>
          and
          <string-name>
            <given-names>M.</given-names>
            <surname>Burghardt</surname>
          </string-name>
          . “
          <article-title>An Evaluation of DNN Architectures for Page Segmentation of Historical Newspapers”</article-title>
          .
          <source>In2:020 25th International Conference on Pattern Recognition (ICPR)</source>
          .
          <year>2021</year>
          , pp.
          <fpage>5153</fpage>
          -
          <lpage>5160</lpage>
          . doi:
          <volume>10</volume>
          .1109/icpr48806.
          <year>2021</year>
          .
          <volume>9412571</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>J.</given-names>
            <surname>Martın</surname>
          </string-name>
          ́ek, L. Lenc, and
          <string-name>
            <given-names>P.</given-names>
            <surname>Král</surname>
          </string-name>
          . “
          <article-title>Building an efÏcient OCR system for historical documents with little training data”</article-title>
          .
          <source>InN:eural Computing and Applications</source>
          <volume>32</volume>
          .23 (
          <year>2020</year>
          ), pp.
          <fpage>17209</fpage>
          -
          <lpage>17227</lpage>
          . doi:
          <volume>10</volume>
          .1007/s00521-020-04910-x. url: https://doi.org/10.1007/s00521- 020-04910-x.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>W.</given-names>
            <surname>Mölzer</surname>
          </string-name>
          and
          <string-name>
            <surname>J. KleinertE.</surname>
          </string-name>
          <article-title>mergence of the Austrian labor market</article-title>
          .
          <year>2024</year>
          . url: https://sta tic.uni-graz.at/fileadmin/%
          <source>5C%5Ffiles/%5C%5Fproject%5C%5Fsites/%5C%5Fhistorical-jo b-ads/Emergence%5C%5FAustrian%5C%5Flabor%5C%5Fmarket</source>
          .p.df
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <source>[14] I. Nachrichten.1.7</source>
          .
          <year>1911</year>
          .
          <year>1911</year>
          . url: https://anno.onb.ac.at/cgi-%
          <source>20content/anno?aid=ibn %5C&amp;datum=19110701%5C&amp;seite=38.</source>
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>H.</given-names>
            <surname>Nakayama</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Kubo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Kamura</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Taniguchi</surname>
          </string-name>
          , and
          <string-name>
            <given-names>X.</given-names>
            <surname>Liangd</surname>
          </string-name>
          .occano: Text Annotation Tool for Human.
          <year>2018</year>
          . url: https://github.com/doccano/doccano.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <source>[16] Ö. NationalbibliothekA.NNO Historische Zeitungen und Zeitschriften</source>
          .
          <year>2021</year>
          . url: https://a nno.onb.ac.at/.
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>S.</given-names>
            <surname>Oberbichler</surname>
          </string-name>
          and
          <string-name>
            <surname>E. Pfanzelter.</surname>
          </string-name>
          “
          <article-title>Tracing Discourses in Digital Newspaper Collections”</article-title>
          . In: Digitised Newspapers - A New Eldorado for Historians? Ed. by E. Bunout,
          <string-name>
            <given-names>M.</given-names>
            <surname>Ehrmann</surname>
          </string-name>
          , and
          <string-name>
            <given-names>F.</given-names>
            <surname>Clavert. De Gruyter Oldenbourg</surname>
          </string-name>
          ,
          <year>2023</year>
          , pp.
          <fpage>125</fpage>
          -
          <lpage>152</lpage>
          .
          <year>do1i0</year>
          :.
          <volume>1515</volume>
          /
          <fpage>9783110729214</fpage>
          -
          <lpage>007</lpage>
          . url: https://doi.org/10.1515/
          <fpage>9783110729214</fpage>
          -
          <lpage>00</lpage>
          7.
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>P.</given-names>
            <surname>Kahle</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Colutto</surname>
          </string-name>
          , G. Hackl, and
          <string-name>
            <surname>G. Mühlberger.</surname>
          </string-name>
          “
          <article-title>Transkribus - A Service Platform for Transcription, Recognition and Retrieval of Historical Documents”</article-title>
          .
          <source>2I0n1:7 14th IAPR International Conference on Document Analysis and Recognition (ICDAR)</source>
          .
          <source>2017 14th IAPR International Conference on Document Analysis and Recognition (ICDAR)</source>
          . Vol.
          <volume>04</volume>
          .
          <year>2017</year>
          , pp.
          <fpage>19</fpage>
          -
          <lpage>24</lpage>
          . doi:
          <volume>10</volume>
          .1109/icdar.
          <year>2017</year>
          .
          <volume>307</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>C.</given-names>
            <surname>Rigaud</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Doucet</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Coustaty</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.-P.</given-names>
            <surname>Moreux</surname>
          </string-name>
          . “
          <article-title>ICDAR 2019 Competition on PostOCR Text Correction”</article-title>
          .
          <source>In:Proceedings of the 15th International Conference on Document Analysis and Recognition</source>
          (
          <year>2019</year>
          ).
          <year>2019</year>
          , pp.
          <fpage>1588</fpage>
          -
          <lpage>1593</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <surname>K. J. Rodriguez</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Bryant</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Blanke</surname>
            , and
            <given-names>M.</given-names>
          </string-name>
          <article-title>LuszczynskaC. omparison of Named Entity Recognition tools for raw OCR text</article-title>
          .
          <year>2012</year>
          . doi:
          <volume>10</volume>
          .13140/2.1.2850.3045.
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>C.</given-names>
            <surname>Strange</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>McNamara</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Wodak</surname>
          </string-name>
          ,
          <string-name>
            <surname>and I. Wood.</surname>
          </string-name>
          “
          <article-title>Mining for the Meanings of a Murder: The Impact of OCR Quality on the Use of Digitized Historical Newspapers”</article-title>
          .
          <source>Idni:gital humanities quarterly 8</source>
          (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>D.</given-names>
            <surname>Strien</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Beelen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. Coll</given-names>
            <surname>Ardanuy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Hosseini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Mcgillivray</surname>
          </string-name>
          ,
          <string-name>
            <surname>and G.</surname>
          </string-name>
          <article-title>ColaviAzzs-a. sessing the Impact of OCR Quality on Downstream NLP Tasks</article-title>
          .
          <source>SciTePress</source>
          ,
          <year>2020</year>
          . doi:10.5 220/0009169004840496.
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>A.</given-names>
            <surname>Torget</surname>
          </string-name>
          . “Mapping Texts:
          <article-title>Examining the Efects of OCR Noise on Historical Newspaper Collections”</article-title>
          . InD:igitised Newspapers - A New Eldorado for Historians? Ed. by E. Bunout,
          <string-name>
            <given-names>M.</given-names>
            <surname>Ehrmann</surname>
          </string-name>
          , and
          <string-name>
            <given-names>F.</given-names>
            <surname>Clavert. De Gruyter Oldenbourg</surname>
          </string-name>
          ,
          <year>2023</year>
          , pp.
          <fpage>47</fpage>
          -
          <lpage>66</lpage>
          .
          <year>do10i</year>
          :.
          <volume>1515</volume>
          /978 3110729214-
          <fpage>003</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>K.</given-names>
            <surname>Venglarova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Adam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Balasubramanian</surname>
          </string-name>
          , and
          <string-name>
            <surname>G. Vogeler.</surname>
          </string-name>
          “
          <article-title>Quantifying Page Segmentation Quality in Historical Job Advertisements Retrieval”</article-title>
          .
          <year>2024</year>
          . uhrtlt:ps://inria.h al.
          <source>science/hal-04560463.</source>
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>S.</given-names>
            <surname>Wadauer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Buchner</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Mejstrik</surname>
          </string-name>
          . “
          <article-title>The Making of Public Labour Intermediation: Job Search, Job Placement, and the State in Europe,</article-title>
          <year>1880</year>
          -
          <fpage>1940</fpage>
          ”.
          <source>InIn:ternational Review of Social History</source>
          <volume>57</volume>
          (S20
          <year>2012</year>
          ), pp.
          <fpage>161</fpage>
          -
          <lpage>189</lpage>
          . doi:
          <volume>10</volume>
          .1017/s002085901200048x.
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>D.</given-names>
            <surname>Walker</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Lund</surname>
          </string-name>
          , and E. RinggerE.
          <article-title>valuating Models of Latent Document Semantics in the Presence of OCR Errors</article-title>
          .
          <source>Association for Computational Linguistics</source>
          ,
          <year>2010</year>
          . 240 pp.
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>M.</given-names>
            <surname>Wevers</surname>
          </string-name>
          . “
          <article-title>Mining Historical Advertisements in Digitised Newspapers”</article-title>
          . IDni:gitised Newspapers - A New Eldorado for Historians? Ed. by E. Bunout,
          <string-name>
            <given-names>M.</given-names>
            <surname>Ehrmann</surname>
          </string-name>
          , and
          <string-name>
            <given-names>F.</given-names>
            <surname>Clavert. De Gruyter Oldenbourg</surname>
          </string-name>
          ,
          <year>2023</year>
          , pp.
          <fpage>227</fpage>
          -
          <lpage>252</lpage>
          .
          <year>do1i0</year>
          :.
          <volume>1515</volume>
          /
          <fpage>9783110729214</fpage>
          -
          <lpage>011</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>H.</given-names>
            <surname>Wijfjes</surname>
          </string-name>
          . “
          <article-title>Digital Humanities and Media History: A Challenge for Historical Newspaper Research1”</article-title>
          .
          <source>In:TMG Journal for Media History</source>
          (
          <year>2017</year>
          ). doi:
          <volume>10</volume>
          .18146/
          <fpage>2213</fpage>
          -
          <lpage>7653</lpage>
          .
          <year>2017</year>
          .
          <volume>277</volume>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>