Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gasparez15 committed Jun 28, 2024
2 parents 481592c + 5dbf371 commit 0f8a27d
Showing 1 changed file with 22 additions and 18 deletions.
40 changes: 22 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,49 @@
# community-extensions
Plugin extensions for LogicalDOC Community
===================<br/>
# LOGICALDOC COMMUNITY EXTENSIONS
===================<br/>
Plugin extensions for LogicalDOC Community<br/>

===================
LOGICALDOC COMMUNITY EXTENSIONS
===================

LogicalDOC Community Extensions add new features to version 8.9.1 of LogicalDOC.
LogicalDOC Community Extensions add new features to version 8.9.1 of [LogicalDOC](https://www.logicaldoc.com).<br/>
In particular there are 3 new plugins that provide the following features:

1) logicaldoc-ce-parser (extracting text from many types of office documents)
2) logicaldoc-ce-ocr (OCR - extract text from images and PDFs for full-text searching)
3) logicaldoc-ce-converter (conversion of documents to other formats and for previews/thumbnail)
1. logicaldoc-ce-parser (extracting text from many types of office documents)
2. logicaldoc-ce-ocr (OCR - extract text from images and PDFs for full-text searching)
3. logicaldoc-ce-converter (conversion of documents to other formats and for previews/thumbnail)

It is possible to install these extensions on a LogicalDOC Community 8.9.1 by extracting the contents of the .zip archives in the folder
tomcat/ROOT of your LogicalDOC installation


These 3 plugins using third party software for OCR, image processing and format conversion in particular:
LibreOffice, Tesseract, ImageMagick and GhostScript.

For information on how to install third-party software, refer to the following addresses.

Windows
<http://docs.logicaldoc.com/en/installation/install-on-windows/install-third-party-software-windows>
http://docs.logicaldoc.com/en/installation/install-on-windows/install-third-party-software-windows

Linux
<http://docs.logicaldoc.com/en/installation/install-on-linux/install-third-party-software-linux>
http://docs.logicaldoc.com/en/installation/install-on-linux/install-third-party-software-linux

Ubuntu
<http://docs.logicaldoc.com/en/installation/install-on-ubuntu/install-third-party-software-ubuntu>
http://docs.logicaldoc.com/en/installation/install-on-ubuntu/install-third-party-software-ubuntu


Tesseract:
after installing Tesseract, configure the path of the executable in the LogicalDOC configuration file /conf/context.properties by modifying the properties
Tesseract:<br/>
after installing Tesseract, configure the path of the executable in the LogicalDOC configuration file /conf/context.properties by modifying the properties<br/>
```
ocr.Tesseract.path=C:\\LogicalDOC\\tesseract\\tesseract.exe
ocr.enabled=true
```

LibreOffice:
after installing Tesseract, configure the path of the executable in /conf/context.properties by modifying the properties
LibreOffice: <br/>
after installing Tesseract, configure the path of the executable in /conf/context.properties by modifying the properties<br/>
```
converter.LibreOfficeConverter.enabled=true
converter.LibreOfficeConverter.path=C:\\Program Files\\LibreOffice
```

Note: remember that from version 8.8.3 it is necessary to set the commands that LogicalDOC can launch on the operating system in the /conf/allowed-commands.txt file

### License
[LogicalDOC Community Edition](https://www.logicaldoc.com/download-logicaldoc-community) is made available to the Open Source community under the [GNU Lesser General Public License v3.0](https://www.gnu.org/licenses/lgpl-3.0.en.html).
The LogicalDOC source code is available for the entire community, which is free to use, modify and redistribute under the premises of such license.

1 comment on commit 0f8a27d

@logico01
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello i from argentina, the plugins have a error when execute
500 the call failed on the server, see server log...
You can helpe me?

Please sign in to comment.