Skip to content

Commit 4b183a6

Browse files
committed
Update README, review and for multiple language in share
1 parent 5ddfa00 commit 4b183a6

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

Alfresco-Simple-OCR-OOTB-addon-review.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,5 @@ pdfsandwich | 0.1.6 | tested by reviewer
6868

6969
## Suggested tasks
7070

71-
1. Correct license application within project
72-
2. Provide a detailed (and tested) guide for installation by using Alfresco wizard installer
73-
3. Include tested versions for 3rd party software (pdfsandwich, ocrmypdf and Windows.Media.OCR)
71+
1. Provide a detailed (and tested) guide for installation by using Alfresco wizard installer
72+
2. Include tested versions for 3rd party software (pdfsandwich, ocrmypdf and Windows.Media.OCR)

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The plugin is licensed under the [LGPL v3.0](http://www.gnu.org/licenses/lgpl-3.
1111
Current addon release is 2.0.0
1212

1313
**Compatibility**
14-
The current version has been developed using Alfresco 5.2 and Alfresco SDK 3.0.2, although it runs also in Alfresco 5.1 and 5.0
14+
The current version has been developed using Alfresco 5.2 and Alfresco SDK 3.0.2, although it should also run in Alfresco 5.1, 5.0 & 4.2 (as it is developed by using Alfresco SDK 3.0)
1515

1616
Browser compatibility: 100% supported
1717

@@ -52,8 +52,7 @@ You can build the artifacts from source code using maven
5252

5353
Installation
5454
----------------------
55-
56-
OCR software for Linux depends on programs like `alfresco-pdf-render` or `ImageMagick`, which are also dependencies for Alfresco. In order to avoid problems, it's recommended to install Alfresco from scratch, letting the OS the installation of the packages.
55+
OCR software for Linux depends on programs like `gs` or `ImageMagick`, which are also dependencies for Alfresco. In order to avoid problems, it's recommended to install Alfresco from scratch, letting the OS the installation of the packages.
5756

5857
You can find detailed instructions to perform Alfresco installation from scratch at [Alfresco Documentation](http://docs.alfresco.com/community/tasks/alf-tomcat-install.html).
5958

@@ -112,4 +111,4 @@ Usage of rule
112111

113112
Usage of action
114113
----------------------
115-
* Press the action in document browser or document details
114+
* Press the action **OCR** in document browser or document details

simple-ocr-share/src/main/resources/META-INF/share-config-custom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
id="simple-ocr-to-file"
1515
icon="icon-ocr"
1616
type="javascript"
17-
label="Do OCR to file">
17+
label="ocr.action.name">
1818
<param name="function">onActionWaiting</param>
1919

2020
<permissions>

simple-ocr-share/src/main/resources/alfresco/web-extension/messages/simple-ocr-share.properties

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@
1111
action.waiting.message = Processing OCR ...
1212
ocr.action.success = Success
1313
ocr.action.error = Error
14-
ocr.done = OCR done
14+
ocr.done = OCR done
15+
ocr.action.name = OCR

0 commit comments

Comments
 (0)