mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +00:00 
			
		
		
		
	Addition pipeline_name in Contribution Package
This commit is contained in:
		@@ -2,7 +2,7 @@
 | 
			
		||||
{% import "materialize/wtf.html.j2" as wtf %}
 | 
			
		||||
{% from "contributions/_breadcrumbs.html.j2" import breadcrumbs with context %}
 | 
			
		||||
 | 
			
		||||
{% block main_attribs %} class="service-scheme" data-service="tesseract-ocr-pipeline"{% endblock main_attribs %}
 | 
			
		||||
{% block main_attribs %} class="service-scheme" data-service="spacy-nlp-pipeline"{% endblock main_attribs %}
 | 
			
		||||
 | 
			
		||||
{% block page_content %}
 | 
			
		||||
<div class="container">
 | 
			
		||||
@@ -28,7 +28,7 @@
 | 
			
		||||
            <div class="col s12">
 | 
			
		||||
              <div class="card-panel z-depth-0">
 | 
			
		||||
                <span class="card-title"><i class="left material-icons">layers</i>spaCy NLP Models</span>
 | 
			
		||||
                <p>You can add more Tesseract OCR models using the form below. They will automatically appear in the list of usable models.</p>
 | 
			
		||||
                <p>You can add more spaCy NLP models using the form below. They will automatically appear in the list of usable models.</p>
 | 
			
		||||
                <p><a href="">Edit already uploaded models</a></p>
 | 
			
		||||
                <p><a class="modal-trigger" href="#models-modal">Information about the already existing models.</a></p>
 | 
			
		||||
              </div>
 | 
			
		||||
@@ -54,6 +54,9 @@
 | 
			
		||||
              <div class="col s12">
 | 
			
		||||
                {{ wtf.render_field(form.description, material_icon='description') }}
 | 
			
		||||
              </div>
 | 
			
		||||
              <div class="col s12">
 | 
			
		||||
                {{ wtf.render_field(form.pipeline_name, material_icon='emoji_objects') }}
 | 
			
		||||
              </div>
 | 
			
		||||
              <div class="col s12 l6">
 | 
			
		||||
                {{ wtf.render_field(form.publisher,  material_icon='account_balance') }}
 | 
			
		||||
              </div>
 | 
			
		||||
 
 | 
			
		||||
@@ -23,6 +23,9 @@
 | 
			
		||||
              <div class="col s12">
 | 
			
		||||
                {{ wtf.render_field(form.description, material_icon='description') }}
 | 
			
		||||
              </div>
 | 
			
		||||
              <div class="col s12">
 | 
			
		||||
                {{ wtf.render_field(form.pipeline_name, material_icon='emoji_objects') }}
 | 
			
		||||
              </div>
 | 
			
		||||
              <div class="col s12 l6">
 | 
			
		||||
                {{ wtf.render_field(form.publisher, material_icon='account_balance') }}
 | 
			
		||||
              </div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user