• Search

  • Search it up!

Search found 92 matches

 Go to advanced search

Re: How to use OCR

 by joako ¦  Tue May 07, 2013 4:42 am ¦  Forum: Usage ¦  Topic: How to use OCR ¦  Replies: 19 ¦  Views: 14185

I have the same problem. Under /opt/openkm/temp I have 1730 files such as okm9159544668738627006.txt.txt. I can see the tesseract process running with the linux command "top," however when I execute the SQL query there is no extracted text from PDF files. If I disable the OCR and import PD...

OCR Engine Questions

 by joako ¦  Tue Apr 30, 2013 7:00 am ¦  Forum: Configuration ¦  Topic: OCR Engine Questions ¦  Replies: 1 ¦  Views: 1457

I am considering using the ABBYY for Linux OCR engine because I currently use the ABBYY for Windows and have good results with it. However, ABBYY for Linux is licensed per page. What I am wondering is will OpenKM recognize that PDF files currently in the repository already have been recognized by OC...

Re: Automatic import

 by joako ¦  Tue Apr 30, 2013 6:54 am ¦  Forum: Usage ¦  Topic: Automatic import ¦  Replies: 102 ¦  Views: 254060

pavila wrote:Which is the problem? Any error or exception?
Sorry I don't really recall. Since I saw in another post that the code for 6.x was not the same for 5.x I didn't focus on that and just worked with the new 6.x code in the Wiki.

Re: Update to 6.2.3 - Problem with user rights (ldap?)

 by joako ¦  Tue Apr 30, 2013 6:53 am ¦  Forum: Usage ¦  Topic: Update to 6.2.3 - Problem with user rights (ldap?) ¦  Replies: 3 ¦  Views: 2182

I test upgrade 5.1.x to 6.2.2 in the lab and it appears to go ok. I then test again 6.2.2 -> 6.2.3. During this process I make many changes to the security and the roles. I also use LDAP. I thought the issue was due to my configuration or some test process I performed, but I guess not. Importing the...

Re: Change openKM url

 by joako ¦  Fri Apr 26, 2013 12:39 am ¦  Forum: Configuration ¦  Topic: Change openKM url ¦  Replies: 12 ¦  Views: 8748

I just want to run side-by-side OpenKM 5 /OpenKM and OpenKM 6 /OpenKM6 :(

Re: Preview problems

 by joako ¦  Wed Apr 24, 2013 6:42 am ¦  Forum: Configuration ¦  Topic: Preview problems ¦  Replies: 13 ¦  Views: 6055

What I discovered in my case was for whatever reason the document I was testing with (the only .docx in the repository) was not corrupt but simply would not be previewed. When I tested the .pdf files and uploaded other Office documents they all preview perfectly.

Re: Automatic import

 by joako ¦  Wed Apr 24, 2013 6:39 am ¦  Forum: Usage ¦  Topic: Automatic import ¦  Replies: 102 ¦  Views: 254060

I found the script I posted in 2011[1] is not working with OpenKM 6. I have modified the script and this appears to be working in my initial tests with OpenKM 6.2.3. <?php $okmurl="http://192.168.3.126:8080/OpenKM/"; $okmid="okmAdmin"; $okmpw="admin"; $impfile = $argv[1...

Re: Web service to upload a file to openKM

 by joako ¦  Wed Apr 24, 2013 6:16 am ¦  Forum: Web Services ¦  Topic: Web service to upload a file to openKM ¦  Replies: 3 ¦  Views: 5242

Nevermind, I see the OpenKM 6 documentation is here: http://wiki.openkm.com/index.php/PHP_cl ... OpenKM_6.2

And I updated a previously posted script for OpenKM 6 here: http://forum.openkm.com/viewtopic.php?f ... 55&p=22678

Re: Alternate auth method for WS

 by joako ¦  Wed Apr 24, 2013 6:15 am ¦  Forum: Web Services ¦  Topic: Alternate auth method for WS ¦  Replies: 16 ¦  Views: 568595

So under this configuration when you visit the OpenKM login page you don't need to input anything and it's automatically logged in with the current Windows user?

Re: Preview problems

 by joako ¦  Wed Apr 17, 2013 2:22 am ¦  Forum: Configuration ¦  Topic: Preview problems ¦  Replies: 13 ¦  Views: 6055

I have deleted the contents of the temporary folder, but I still receive the same messages: ==> catalina.log <== 2013-04-16 22:01:53,248 [http-bio-0.0.0.0-8080-exec-19] DEBUG com.openkm.util.DocConverter - ** Convert from PDF to SWF ** ==> catalina.out <== 2013-04-16 22:01:53,839 [http-bio-0.0.0.0-8...

Re: Preview problems

 by joako ¦  Fri Apr 12, 2013 12:13 am ¦  Forum: Configuration ¦  Topic: Preview problems ¦  Replies: 13 ¦  Views: 6055

I face the same issue: ==> /opt/openkm6/logs/catalina.log <== 2013-04-11 20:12:33,707 [http-bio-0.0.0.0-8080-exec-6] ERROR com.openkm.servlet.frontend.ConverterServlet - com.openkm.core.ConversionException: at com.openkm.util.DocConverter.pdf2swf(DocConverter.java:468) at com.openkm.servlet.frontend...

Re: Remove :8080 in the URL

 by joako ¦  Wed Oct 05, 2011 3:42 am ¦  Forum: Configuration ¦  Topic: Remove :8080 in the URL ¦  Replies: 2 ¦  Views: 4166

I solve this as follows: 1) Run Apache HTTP server on port 80 2) configure Apache proxy so http://your-host/OpenKM displays http://your-host:8080/OpemKM without :8080 in the client's URL: ProxyPass /OpenKM ajp://localhost:8009/OpenKM 3) /index.php on port 80 HTTP server redirect the user to /OpenKM:...

Re: Automatic import

 by joako ¦  Wed Oct 05, 2011 3:37 am ¦  Forum: Usage ¦  Topic: Automatic import ¦  Replies: 102 ¦  Views: 254060

Sorry I never got around to posting this before, been very busy and currently we have paused in-house OpenKM development, but here's what I promised: My cron script: #!/bin/bash if [ -f /var/run/okmScanCron.pid ]; then echo "`date` Scan Cron: Already running, skipping this cycle!" exit 2 f...

Re: Automatic import

 by joako ¦  Fri Aug 05, 2011 5:59 am ¦  Forum: Usage ¦  Topic: Automatic import ¦  Replies: 102 ¦  Views: 254060

I still haven't forgotten, but I hate to give a script that isn't working 100%. Right now the OCR will start to write the file, the import script won't check if the file is being written, so what happens is a 0 bytes file is imported and deleted -- before the OCR can finish writing the file. At this...

Re: openkm and Libreoffice

 by joako ¦  Fri Aug 05, 2011 5:57 am ¦  Forum: Installation ¦  Topic: openkm and Libreoffice ¦  Replies: 22 ¦  Views: 18257

I don't think I've attemted to run OpenKM in openSUSE. If you are convinced it's a LibreOffice issue, there's an OpenOffice repository for 11.4: http://download.opensuse.org/repositories/OpenOffice.org:/STABLE/openSUSE_11.4/ I promised I'd test it, but I still haven't gotten around to it, so here is...

  • 1
  • 2
  • 3
  • 4
  • 5
  • 7

About Us

OpenKM is part of the management software. A management software is a program that facilitates the accomplishment of administrative tasks. OpenKM is a document management system that allows you to manage business content and workflow in a more efficient way. Document managers guarantee data protection by establishing information security for business content.