ATS: tweaks to top-level README + fix a few typos

This commit is contained in:
Jan Vonka
2021-04-08 18:14:33 +01:00
parent bc2306d2bb
commit 6bebbd461c
3 changed files with 22 additions and 6 deletions

View File

@@ -96,7 +96,7 @@ The config can be found under `alfresco-transform-core\<t-engine-name>\src\main\
**Limitations**:
* For a transformOptions to be referenced in a different T-engine, another transformer
with the complete definition of the transformOptions needs to return the config to the client.
* In a transformOptions definition it is not allowed to use a reference to another tranformOption.
* In a transformOptions definition it is not allowed to use a reference to another transformOption.
### Transformers
* **transformers** - A list of transformer definitions.
@@ -113,7 +113,7 @@ The config can be found under `alfresco-transform-core\<t-engine-name>\src\main\
**maxSourceSizeBytes** and a **priority** value.
* *maxSourceSizeBytes* is used to set the upper size limit of a transformation.
* If not specified, the default value for maxSourceSizeBytes is **unlimited**.
* *priority* it is used by clients to determine which transfomer to call or by T-engines
* *priority* it is used by clients to determine which transformer to call or by T-engines
with multiple transformers to determine which one to use. In the above Tika snippet,
both *TikaAuto* and *TextMining* have the capability to transform *"application/msword"*
into *"text/xml"*, the transformer containing the source-target media type with higher priority will be chosen by the