<!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>
      <journal-title-group>
        <journal-title>Information Technologies: Algorithms, Models, Systems (ITAMS), September</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Docreader labeling system for line type classifier</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Ilya S. Kozlov</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Ivannikov Institute for System Programming of the RAS</institution>
          ,
          <addr-line>Alexander Solzhenitsyn st. 25, Moscow, 109004, Russian Federation</addr-line>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2021</year>
      </pub-date>
      <volume>14</volume>
      <issue>2021</issue>
      <fpage>0000</fpage>
      <lpage>0002</lpage>
      <abstract>
        <p>We develop the document analysis system, which is able to extract text and text metadata (such as font size and style), and restore the document structure. Some parts of the pipeline are based on machine learning thus requiring training and the labeled dataset, creating a training dataset is based on manual labeling. In this article, we describe an approach to the creation of a labeling system in the task of multiclass classification of document lines (paragraphs). The pipeline consists of several stages ranged from getting the source documents to getting a ready-to-learn dataset. An approach to the analysis of scanned documents and documents in docx and txt format is considered. In our work, we focus on intra-team labeling, thus we do not consider some problems, common for the crowdsourcing approach (such as unscrupulous annotators).</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;document structure analysis</kwd>
        <kwd>PDF documents</kwd>
        <kwd>document analysis</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>As a rule, large documents are not uniform but split into smaller parts. The scientific articles are
divided into sections, the novels divided into chapters, etc. The larger parts, in their turn, are
divided into smaller parts, as subsections or paragraphs. Thus the document can be represented
in the form of the tree.</p>
      <p>The physical representation of this logical structure is the Table Of Contents, it serves to
facilitate the navigation in the large texts and also can be hierarchical. Thus in this article we
can consider the task of logical structure extraction and TOC extraction as synonymous.</p>
      <p>Most of the methods of automatic TOC extraction are based on supervised machine learning
techniques, thus requiring some labeled dataset. One of the ways of obtaining the labeled
dataset is to ask human experts to label the data. These humans are called annotators. One can
see main pipeline (in solid lines) and alternative way where feature extraction and classification
preformed by the annotator (in dotted lines) in figure 2.</p>
      <sec id="sec-1-1">
        <title>The creation of the labeled dataset is not a one-time task:</title>
        <p>• Each new type of documents has its own type of logical structure, thus it requires its own
labeled dataset. For example, we can work with scientific articles but want to work also
with financial documents
• The existing labeled dataset does not contain some important subcategory of documents.</p>
        <p>For example, the scientific articles dataset does not contain any biological articles. In
this case, the quality of the logical structure extraction from biological articles probably
will be low, and the best way to improve it is the expansion of the collection of labeled
documents.
• Generally, the enlargement of the training set is the simplest and efective way to improve
the quality of any supervised machine learning model.</p>
        <p>This paper is organized as follows:
• Section 2 describes related work gave a short description of the current state of the task
of TOC extraction and the existing approaches to the creation of the training dataset.
• Section 3 describes our approach to the creation of the dataset and the way to solve the
problem, which emerges in the process of the creation of a labeled dataset for the task of
TOC extraction.</p>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <sec id="sec-2-1">
        <title>2.1. Logical Structure Extraction</title>
        <p>
          One of the early surveys, considering the logical structure extraction task is [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ], most of
considered methods are rule-based. In the survey most of concepts are defined, such as tree structure
of the document.
        </p>
        <p>
          In the 2008–2013 the series of TOC extraction competitions from fiction books [
          <xref ref-type="bibr" rid="ref2 ref3 ref4 ref5">2, 3, 4, 5</xref>
          ]
were held. The competition is based on two complementary metrics: a title-based measure and
a link-based measure. The rule-based and machine learning-based solutions were proposed.
        </p>
        <p>
          In the 2019–2021 the series FinTOC competitions were held – TOC extraction competitions
from financial reports [
          <xref ref-type="bibr" rid="ref6 ref7 ref8">6, 7, 8</xref>
          ]. There were two tasks – TOC extraction and title detection.
The diference is that in the title detection participants were asked to classify each line of the
document as "Title" or "Not Title". There were two datasets – English and French documents,
thus there were potentially more than one winners. Let’s briefly list the winner’s approaches:
• The best solution [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ] for title detection in the FinTOC 2019 was based on the LSTM.
• The best solution [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ] for the TOC extraction task in the FinTOC 2019 was based on the
decision tree classifier.
• The Best Title Detection for English in FinTOC 2020 was based on the neural
networks [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ].
• The Best TOC extraction for both English and French was based on Random Forest
classifier [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ].
• At the moment of writing the paper, the winner of the FinTOC-2021 has not published
the solution yet.
        </p>
        <p>
          The approach, used in the Docreader project is based on the XGBoost classifier [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ] and
described in [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ].
        </p>
        <p>We can conclude that most modern approaches to TOC extraction are based on machine
learning methods and, accordingly, require a labeled dataset.</p>
      </sec>
      <sec id="sec-2-2">
        <title>2.2. Labeling Systems</title>
        <p>Depending on the specific labeling problem one can rely on crowdsourcing or do the job in-team.
Each approach has advantages and disadvantages. Crowdsourcing allows the creation of large
datasets with the assistance of external (and often working for the little money) annotators.
One can use Amazon Mechanical Turk1 or Yandex Toloka2 as a crowdsourcing platform. The
disadvantages of the crowdsourcing approach are includes:
• It is impossible to give data containing state or commercial secrets to outsourcing.
• Some annotators may work unscrupulous, some external quality control is required.
• You would be limited with the platform restrictions.</p>
        <sec id="sec-2-2-1">
          <title>You may find more information about crowdsourcing in the [15, 16]</title>
          <p>
            In the case of in-team labeling the work is performed by team members, who often work for
much more fee then the crowdsourcers. On the other hand in the case of in-team labeling, some
1https://www.mturk.com/
2https://toloka.yandex.ru
problems are not actual. Usually one may not worry about unscrupulous annotators, it is easier
to organize labeling of the secret documents. There are many tools for labeling, one of the most
powerful tools is a Labeling Studio[
            <xref ref-type="bibr" rid="ref17">17</xref>
            ] Label Studio has reach functionality, it is suitable for
segmentation, object detection, image classification, etc. We have use Label Studio but face a
relatively long waiting time for image updates (about 1 second)3. It is not a problem when we
do segmentation tasks, because it takes much more than one second for one image. But in the
case of image classification, the waiting time may be more than task completion time, so we
use much more simple program ImageClassifier 4.
          </p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Proposed Method</title>
      <sec id="sec-3-1">
        <title>The text line classification pipeline is organized as follows (fig 2).</title>
        <p>1. Extraction of the text lines with metadata (font size and style, indents, etc) from the
document.
2. Extraction of the features from lines with metadata
3. Classification of the lines by their type
4. Construction of the document structure
We need labeled data to train the classifier 3 (and sometimes the feature extractor 2).</p>
        <p>As a rule, the result of a labeling task are pairs of features  and the label  But the way how
we extract lines with metadata and how we extract features may change, and we don’t want to
redo the data labeling task every time when any step of the pipeline is changed.</p>
        <sec id="sec-3-1-1">
          <title>3.1. Persistent line id</title>
          <p>We add special persistent id for each line with metadata, which is not changed during the change
of our pipeline. Thus we are able to change our pipeline (for example feature extraction) and do
not need to relabel the training dataset. The way how to build the persistent id is diferent for
diferent kinds of documents.</p>
          <p>Scanned documents: Scanned documents in fact are images, so line detection is a separate
task, and we use Tesseract5 for this purpose. The change of the Tesseract version may lead to
the change in the text line location algorithm and even to the change of number and the order
of lines. In order to avoid the need to perform the labeling task each time when we change the
Tesseract version, we save the found lines in the form of the bounding box and the extracted
text.</p>
          <p>3as of the beginning of 2019
4https://github.com/dronperminov/ImageClassifier
5https://github.com/tesseract-ocr/tesseract</p>
          <p>In the future, we use the found bboxes as a result of the work of the Tesseract.
Txt document: Line in txt document is defined by the document itself and the number of
the line. We define the line id as md5sum(document) + "_" + line_id
Docx: Docx is the Microsoft Word format. It represents by a zip archive with files in XML
format. One of the files consists of paragraphs, each paragraph contains text and some meta
information in the explicit form or as a reference to some style. Paragraphs located in file
document.xml, styles defined in the style.xml file, the archive can hold other files also. The
paragraph is defined by the XML which produces it and by the docx file itself. We define the
line id as md5sum(document) + "_" + md5sum(paragraph_xml)</p>
        </sec>
        <sec id="sec-3-1-2">
          <title>3.2. Creating tasks for annotators</title>
          <p>We hope that the one who is interested in labeled data should maximally simplify the process
for the annotators. The annotator should not install the strange software with the cumbersome
installation instructions, the annotator should have direct access to the instruction. In our
case, we reduce the task to the classification of the image. Annotator gets a zip archive with
images of the bounding box (as in picture 3), the annotator instructions, docker file with all
the dependencies. The task can be launched with two shell commands (in case if you have
docker installed), after launching one can use a web browser to perform the tasks. We use
ImageClassifier to create web interfaces for the labeling task. The annotator labels the document
line by line, after the first line following the second line, and so on, so the context is holding.
After finishing the labeling task annotator gets the archive with the results and is able to upload
it into the tasks server. When all annotators have uploaded their tasks, task server merges the
answers and adds original documents. As a result, we obtain the collection of documents and
labeled pairs line id and the label. The line id should be the same for each run of the pipeline,
we describe how to build such id in the subsection 3.1.
3.2.1. Creating tasks images
We have to create images with a bounding box around the text line. The way how to create is
diferent for the diferent kinds of the documents.</p>
          <p>
            Scanned documents: A scanned document is a picture, we have the coordinates of the line
from the Tesseract and have saved it. Thus the bounding box can be drawn with the help of the
OpenCV [
            <xref ref-type="bibr" rid="ref18">18</xref>
            ] of the PIL [
            <xref ref-type="bibr" rid="ref19">19</xref>
            ] library.
          </p>
          <p>Txt documents: Txt document containing only text lines without the metadata (such as font
size or font style). Thus one may draw text with some image processing library and do not fear
losing some important meta information.</p>
          <p>Docx documents: Docx document is the most dificult one to obtain the image. Typically the
docx document contains a lot of valuable information about the text formatting, so we do not
want to draw the document as raw text and lose all the metainformation. On the other hand, the
process of the drawings of the docx document is complicated, so only some large libraries are
able to do it. The solution may be found in the modification of the internal XML. One may add
information to the paragraph that should be concluded into the box. To obtain the coordinates
of the box we tried to convert the modified document and the original one into images and
subtract the second image from the first one, but note that the drawing of the box leads to the
shift of the paragraphs. We also note that the box of the neighborhood paragraphs may be
merged if both boxs have the same color. All the above forces us to use more complicated ways
of creating images with bounding boxes for docx:
1. Create a pair of documents with the boxes. Each box in the first document have a unique
color and the color of the box in the second document alternates.
2. Convert pair of the docx documents to the pair of pdfs and pdfs into list of images. See
picture 4
3. We subtract the second image from the first one and obtain the image with only nonzero
pixels in the former box.</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Summary</title>
      <p>The task of creating a training dataset occurs regularly in the process of machine learning-based
system development. We describe our approach to the creation of the labeled dataset. We have
described our approach to the creation of the labeled dataset, describe an approach that enables
us to not redo data annotation with every change of our documents handling pipeline, described
how to lead the task of line annotation to the task of image classification. We hope that the
need for human labeling data is not one time task, but a regularly occurring problem, so the
machine learning systems should enable to create such tasks easily.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>S.</given-names>
            <surname>Mao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Rosenfeld</surname>
          </string-name>
          , T. Kanungo,
          <article-title>Document structure analysis algorithms: a literature survey, in: Document Recognition</article-title>
          and
          <string-name>
            <surname>Retrieval</surname>
            <given-names>X</given-names>
          </string-name>
          , volume
          <volume>5010</volume>
          ,
          <string-name>
            <surname>International</surname>
            <given-names>Society</given-names>
          </string-name>
          <source>for Optics and Photonics</source>
          ,
          <year>2003</year>
          , pp.
          <fpage>197</fpage>
          -
          <lpage>207</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>G.</given-names>
            <surname>Kazai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Doucet</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          <article-title>Landoni, Overview of the inex 2008 book track</article-title>
          ,
          <source>in: International Workshop of the Initiative for the Evaluation of XML Retrieval</source>
          , Springer,
          <year>2008</year>
          , pp.
          <fpage>106</fpage>
          -
          <lpage>123</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>G.</given-names>
            <surname>Kazai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Doucet</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Koolen</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          <article-title>Landoni, Overview of the inex 2009 book track</article-title>
          ,
          <source>in: International Workshop of the Initiative for the Evaluation of XML Retrieval</source>
          , Springer,
          <year>2009</year>
          , pp.
          <fpage>145</fpage>
          -
          <lpage>159</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>A.</given-names>
            <surname>Doucet</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Kazai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Dresevic</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Uzelac</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Radakovic</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Todic</surname>
          </string-name>
          ,
          <article-title>Setting up a competition framework for the evaluation of structure extraction from ocr-ed books</article-title>
          ,
          <source>International Journal on Document Analysis and Recognition (IJDAR) 14</source>
          (
          <year>2011</year>
          )
          <fpage>45</fpage>
          -
          <lpage>52</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>A.</given-names>
            <surname>Doucet</surname>
          </string-name>
          , G. Kazai,
          <string-name>
            <given-names>S.</given-names>
            <surname>Colutto</surname>
          </string-name>
          , G. Mühlberger,
          <article-title>Icdar 2013 competition on book structure extraction</article-title>
          ,
          <source>in: 2013 12th International Conference on Document Analysis and Recognition</source>
          , IEEE,
          <year>2013</year>
          , pp.
          <fpage>1438</fpage>
          -
          <lpage>1443</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>R.</given-names>
            <surname>Juge</surname>
          </string-name>
          , I. Bentabet,
          <string-name>
            <surname>S. Ferradans,</surname>
          </string-name>
          <article-title>The fintoc-2019 shared task: Financial document structure extraction</article-title>
          ,
          <source>in: Proceedings of the Second Financial Narrative Processing Workshop (FNP</source>
          <year>2019</year>
          ),
          <year>2019</year>
          , pp.
          <fpage>51</fpage>
          -
          <lpage>57</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>N.-I. Bentabet</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Juge</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I. El</given-names>
            <surname>Maarouf</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Mouilleron</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Valsamou-Stanislawski</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>El-Haj</surname>
          </string-name>
          ,
          <article-title>The financial document structure extraction shared task</article-title>
          (fintoc
          <year>2020</year>
          ),
          <source>in: Proceedings of the 1st Joint Workshop on Financial Narrative Processing and MultiLing Financial Summarisation</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>13</fpage>
          -
          <lpage>22</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>I. El</given-names>
            <surname>Maarouf</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Kang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Aitazzi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Bellato</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Gan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>El-Haj</surname>
          </string-name>
          ,
          <article-title>The Financial Document Structure Extraction Shared Task (FinToc 2021)</article-title>
          ,
          <source>in: The Third Financial Narrative Processing Workshop (FNP</source>
          <year>2021</year>
          ), Lancaster, UK,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>K.</given-names>
            <surname>Tian</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z. J.</given-names>
            <surname>Peng</surname>
          </string-name>
          ,
          <article-title>Finance document extraction using data augmentation and attention</article-title>
          ,
          <source>in: Proceedings of the Second Financial Narrative Processing Workshop (FNP</source>
          <year>2019</year>
          ),
          <year>2019</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>4</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>E.</given-names>
            <surname>Giguet</surname>
          </string-name>
          , G. Lejeune, Daniel@ fintoc
          <article-title>-2019 shared task: toc extraction and title detection</article-title>
          ,
          <source>in: Proceedings of the Second Financial Narrative Processing Workshop (FNP</source>
          <year>2019</year>
          ),
          <year>2019</year>
          , pp.
          <fpage>63</fpage>
          -
          <lpage>68</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>D.</given-names>
            <surname>Premi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Badugu</surname>
          </string-name>
          , H. Sharad Bhatt,
          <article-title>AMEX-AI-LABS: Investigating transfer learning for title detection in table of contents generation</article-title>
          ,
          <source>in: Proceedings of the 1st Joint Workshop on Financial Narrative Processing and MultiLing Financial Summarisation</source>
          ,
          <string-name>
            <surname>COLING</surname>
          </string-name>
          , Barcelona,
          <source>Spain (Online)</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>153</fpage>
          -
          <lpage>157</lpage>
          . URL: https://www.aclweb.org/anthology/ 2020.fnp-
          <volume>1</volume>
          .
          <fpage>26</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>D.</given-names>
            <surname>Kosmajac</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Taylor</surname>
          </string-name>
          , M. Saeidi, DNLP@FinTOC'20:
          <article-title>Table of contents detection in ifnancial documents</article-title>
          ,
          <source>in: Proceedings of the 1st Joint Workshop on Financial Narrative Processing and MultiLing Financial Summarisation</source>
          ,
          <string-name>
            <surname>COLING</surname>
          </string-name>
          , Barcelona,
          <source>Spain (Online)</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>169</fpage>
          -
          <lpage>173</lpage>
          . URL: https://www.aclweb.org/anthology/2020.fnp-
          <volume>1</volume>
          .
          <fpage>29</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>T.</given-names>
            <surname>Chen</surname>
          </string-name>
          , C. Guestrin,
          <article-title>XGBoost: A scalable tree boosting system</article-title>
          ,
          <source>in: Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, KDD '16</source>
          ,
          <string-name>
            <surname>ACM</surname>
          </string-name>
          , New York, NY, USA,
          <year>2016</year>
          , pp.
          <fpage>785</fpage>
          -
          <lpage>794</lpage>
          . URL: http://doi.acm.
          <source>org/10</source>
          .1145/ 2939672.2939785. doi:
          <volume>10</volume>
          .1145/2939672.2939785.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>A. O.</given-names>
            <surname>Bogatenkova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I. S.</given-names>
            <surname>Kozlov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O. V.</given-names>
            <surname>Belyaeva</surname>
          </string-name>
          ,
          <string-name>
            <surname>A. I. Perminov</surname>
          </string-name>
          ,
          <article-title>Logical structure extraction from scanned documents</article-title>
          ,
          <source>Proceedings of the Institute for System Programming of the RAS</source>
          <volume>32</volume>
          (
          <year>2020</year>
          )
          <fpage>175</fpage>
          -
          <lpage>188</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>R.</given-names>
            <surname>Gilyazev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. Y.</given-names>
            <surname>Turdakov</surname>
          </string-name>
          ,
          <article-title>Active learning and crowdsourcing: A survey of optimization methods for data labeling</article-title>
          ,
          <source>Programming and Computer Software</source>
          <volume>44</volume>
          (
          <year>2018</year>
          )
          <fpage>476</fpage>
          -
          <lpage>491</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>A.</given-names>
            <surname>Drutsa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Farafonova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Fedorova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Megorskaya</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Zerminova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Zhilinskaya</surname>
          </string-name>
          ,
          <article-title>Practice of eficient data collection via crowdsourcing at large-scale</article-title>
          , arXiv preprint arXiv:
          <year>1912</year>
          .
          <volume>04444</volume>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>M.</given-names>
            <surname>Tkachenko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Malyuk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Shevchenko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Holmanyuk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Liubimov</surname>
          </string-name>
          , Label Studio:
          <article-title>Data labeling software,</article-title>
          <year>2020</year>
          -
          <fpage>2021</fpage>
          . URL: https://github.com/heartexlabs/label-studio, open source software available from https://github.com/heartexlabs/label-studio.
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>G.</given-names>
            <surname>Bradski</surname>
          </string-name>
          , The OpenCV Library, Dr.
          <source>Dobb's Journal of Software Tools</source>
          (
          <year>2000</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>P.</given-names>
            <surname>Umesh</surname>
          </string-name>
          ,
          <article-title>Image processing in python</article-title>
          ,
          <source>CSI Communications 23</source>
          (
          <year>2012</year>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>