alfresco-simple-ocr aspect ocrd not showing up

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2020 09:39 PM
I had to enclose the <aspects> tag of this file with
<config evaluator="string-compare" condition="DocumentLibrary">
is this a bug? or am I missing something?
The aspect was not showing up in the share UI until I did the change
...
<config evaluator="string-compare" condition="DocumentLibrary">
<aspects>
<visible>
<aspect name="ocr:ocrd"/>
</visible>
<addable>
</addable>
<removeable>
</removeable>
</aspects>
</config>
Labels:
- Labels:
-
Alfresco Content Services
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2020 09:47 PM
I also had to add this message property to display the correct aspect name in the share UI
aspect.ocr_ocrd=OCR
