You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Windows.Media.OCR](https://www.nuget.org/packages/Microsoft.Windows.Ocr/) as local service
21
+
22
+
**Languages**
23
+
Currently Share interface is provided in English, Spanish and Brazilian Portuguese.
24
+
OCR supported languages catalog depends directly on selected OCR software ([Tesseract OCR](https://github.com/tesseract-ocr) or [Windows.Media.OCR](https://www.nuget.org/packages/Microsoft.Windows.Ocr/))
25
+
26
+
***No original Alfresco resources have been overwritten***
27
+
28
+
BeeCon 2016
29
+
-----------
30
+
This addon was presented a BeeCon 2016. You can find additionals details at [Integrating a simple OCR in Alfresco](http://beecon.buzz/talks/?id=20160125005)
31
+
32
+
Downloading the ready-to-deploy-plugin
33
+
--------------------------------------
34
+
The binary distribution is made of one amp file to be deployed in Share:
You can install them by using standard [Alfresco deployment tools](http://docs.alfresco.com/community/tasks/dev-extensions-tutorials-simple-module-install-amp.html)
39
+
40
+
Building the artifacts
41
+
----------------------
42
+
If you are new to Alfresco and the Alfresco Maven SDK, you should start by reading [Jeff Potts' tutorial on the subject](http://ecmarchitect.com/alfresco-developer-series-tutorials/maven-sdk/tutorial/tutorial.html).
43
+
44
+
You can build the artifacts from source code using maven
45
+
```$ mvn clean package```
46
+
47
+
Configuration
48
+
----------------------
3
49
After installation, following properties must be included in **alfresco-global.properties**
4
50
5
-
If you are using **pdfsandwich**
51
+
*If you are using **pdfsandwich**
6
52
7
53
```
8
54
ocr.command=/usr/local/bin/pdfsandwich
@@ -14,7 +60,7 @@ ocr.server.os=linux
14
60
15
61
```
16
62
17
-
If you are using **OCRmyPDF**
63
+
*If you are using **OCRmyPDF**
18
64
19
65
```
20
66
ocr.command=/usr/local/bin/ocrmypdf
@@ -26,7 +72,7 @@ ocr.server.os=linux
26
72
27
73
```
28
74
29
-
If you are using **Windows.OCR**
75
+
*If you are using **Windows.OCR**
30
76
31
77
```
32
78
ocr.url=http://localhost:60064/api/OCR/
@@ -35,4 +81,11 @@ ocr.output.verbose=true
35
81
ocr.extra.commands=Spanish
36
82
ocr.server.os=windows
37
83
38
-
```
84
+
```
85
+
86
+
Usage
87
+
----------------------
88
+
* Including a rule on a folder by selecting **ocr-extract** action
89
+
* Every dropped image on this folder will be sent to OCR software in order to produce a searchable PDF file.
90
+
* To perform this operation asynchronously, just use the check provided by Alfresco to configure the rule.
91
+
* To allow Alfresco operating in case of OCR error, set the rule check `Continue on error`
0 commit comments