huridocs / uwazi

Uwazi is a web-based, open-source solution for building and sharing document collections
http://www.uwazi.io
MIT License
242 stars 80 forks source link

[Paragraph extraction] Create a new extractor #6841

Closed aphilop closed 4 weeks ago

aphilop commented 5 months ago

A UI is needed for creating/configuring/saving a new paragraph extractor.

juanmnl commented 5 months ago

From the add extractor button we launch a modal that has two steps:

  1. Select a valid target template where the values of the extraction will be extracted
  2. Select the template or templates that will trigger a paragraph extraction

Target template - empty

add p  extractor - target template - initial

Target template - template(s) + select

add p  extractor - target template - valid templates add p  extractor - target template - valid templates - select

Extraction template - list + selected + show selected only

add p  extractor - template add p  extractor - template - selected add p  extractor - template - show selected

Designs