44 lines
2.1 KiB
XML
Executable file
44 lines
2.1 KiB
XML
Executable file
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
|
|
<!-- Workflow Instance -->
|
|
<item name="workflow.endpoint"><value xsi:type="xs:string">https://alexander-logistics.office-workflow.de/api/</value></item>
|
|
<item name="workflow.userid"><value xsi:type="xs:string">admin</value></item>
|
|
<item name="workflow.password"><value xsi:type="xs:string">imixs4.null</value></item>
|
|
|
|
<!-- -->
|
|
<item name="workflow.query"><value xsi:type="xs:string">($uniqueid:f4eaceda-f28a-4394-928e-1a05daaf2760) OR ($uniqueid:a5d1e7fe-d74a-4fa2-9b06-3221865759fa) OR ($uniqueid:c0290497-f613-4492-81b6-4ae1e1680029) OR ($uniqueid:d8e3fce4-d11c-46a4-8ba0-369b4c6e902f) OR ($uniqueid:8b766f35-828a-41f1-be04-00b4b62da4d0)</value></item>
|
|
|
|
<item name="workflow.pagesize"><value xsi:type="xs:int">100</value></item>
|
|
<item name="workflow.pageindex"><value xsi:type="xs:int">0</value></item>
|
|
<item name="workflow.entities">
|
|
<value xsi:type="xs:string">cdtr.name</value>
|
|
<value xsi:type="xs:string">cdtr.iban</value>
|
|
<value xsi:type="xs:string">cdtr.bic</value>
|
|
<value xsi:type="xs:string">invoice.total</value>
|
|
<value xsi:type="xs:string">invoice.date</value>
|
|
<value xsi:type="xs:string">invoice.number</value>
|
|
</item>
|
|
<item name="workflow.locale">
|
|
<value xsi:type="xs:string">en_GB</value>
|
|
<value xsi:type="xs:string">en_US</value>
|
|
<value xsi:type="xs:string">de_DE</value>
|
|
</item>
|
|
|
|
<!-- Tika OCR Server -->
|
|
<item name="tika.ocrmode"><value xsi:type="xs:string">OCR_ONLY</value></item>
|
|
<item name="tika.options">
|
|
<value xsi:type="xs:string">X-Tika-OCRLanguage=eng+deu</value>
|
|
<value xsi:type="xs:string">X-Tika-PDFocrStrategy=OCR_ONLY</value>
|
|
</item>
|
|
|
|
<!-- ML spaCy Server -->
|
|
<item name="ml.validation.endpoint"><value xsi:type="xs:string">http://imixs-ml-spacy:8000/</value></item>
|
|
<item name="ml.validation.model"><value xsi:type="xs:string">invoice-de-0.1.0</value></item>
|
|
<item name="ml.validation.filepattern"><value xsi:type="xs:string">.pdf|.PDF</value></item>
|
|
|
|
</document>
|
|
|
|
|
|
|