Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Download from https://tesseract-ocr.googlecode.com/files/tesseract-ocr-setup-3.02.02.exe


Double click the file to install.


In "Select components to install" section, click "Language data" checkbox and make sure all languages are selected.

...

Code Block
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties version="1.0">
<!-- Patricia JDBC settings -->
<entry key="patricia.jdbc.driver">com.microsoft.sqlserver.jdbc.SQLServerDriver</entry>
<entry key="patricia.jdbc.url">jdbc:sqlserver://yourMsSqlServer.company.com:1433;databaseName=patriciaDbName;integratedSecurity=false</entry>
<entry key="patricia.jdbc.username">yourUsername</entry>
<entry key="patricia.jdbc.password">yourPassword</entry>
<entry key="nuxeo.server">yourNuxeoserver.company.com:8080</entry>
<!-- installation ID was moved to Patricia DB. It should be retrieved by query select string_value from pat_configuration where configuration_id=313 -->
<!-- <entry key="patricia.installation.id">12345</entry> -->
</properties>


If using Linux or MacOS X, copy the configuration file to:

...