• Search

  • Search it up!

Search found 36 matches

 Go to advanced search

How to set an alternative text extractor?

 by snowman ¦  Mon Sep 19, 2022 9:49 am ¦  Forum: Configuration ¦  Topic: How to set an alternative text extractor? ¦  Replies: 1 ¦  Views: 695

I wondered why my searches yield zero results. When I check the text extraction in utilities I see that I use "com.openkm.extractor.AbbyTextExtractor" and there are no keywords extracted. I guess it is somehow related to AbbyyFinereader. There is nothing related to Abbyy on that machine. I...

Re: Full-text search has very poor performance. How to improve?

 by snowman ¦  Sat Sep 17, 2022 1:27 pm ¦  Forum: Configuration ¦  Topic: Full-text search has very poor performance. How to improve? ¦  Replies: 3 ¦  Views: 1591

I hope I did the right thing. I selected a document, copied the uuid, went to Administration > Utilities > Check text extraction > entered the uuid > pushed check. Result is a measured time: Time: 00:00:00.000 and a table with two columns: application/pdf | com.openkm.extractor.AbbyTextExtractor whi...

Full-text search has very poor performance. How to improve?

 by snowman ¦  Fri Aug 12, 2022 1:58 pm ¦  Forum: Configuration ¦  Topic: Full-text search has very poor performance. How to improve? ¦  Replies: 3 ¦  Views: 1591

Hello, my repository contains only PDFs OCR'ed by Abbyy. In Acrobat Reader I can find all kinds of keywords. However, the search of OpenKM does not recognize many of them. When I import my repository into nextcloud all keywords are found using Elasticsearch as search backend so it is possible to hav...

Re: script import mail

 by snowman ¦  Fri May 05, 2017 9:36 pm ¦  Forum: Web Services ¦  Topic: script import mail ¦  Replies: 23 ¦  Views: 16446

Ok. It works now. The error was trivial. The url ends with ../importEml not importEML ! Oh my.
Thank you for your patient help.

Re: script import mail

 by snowman ¦  Mon May 01, 2017 9:21 am ¦  Forum: Web Services ¦  Topic: script import mail ¦  Replies: 23 ¦  Views: 16446

OK. I tried. The -d option of curl does not go together with the -F option. With -d I cannot give the target path. So I guess I have to stick with -F. Man page says there is difference if you transfer a file using -F content=@file and -F content=<file . I tried both. No success. Then I applied all p...

Re: script import mail

 by snowman ¦  Sun Apr 30, 2017 10:36 pm ¦  Forum: Web Services ¦  Topic: script import mail ¦  Replies: 23 ¦  Views: 16446

HI, I am sorry. I did not see your post. I turned on debug in catalina log and got roughly 130kB of messages. There is no ERROR line in it. I do not know what to look for. Some interesting parts may be: 2017-05-01 00:09:32,429 [http-bio-0.0.0.0-8080-exec-1] DEBUG org.apache.tomcat.util.modeler.BaseM...

Re: script import mail

 by snowman ¦  Sun Apr 23, 2017 6:54 am ¦  Forum: Web Services ¦  Topic: script import mail ¦  Replies: 23 ¦  Views: 16446

I can now confirm that another independent Installation shows the same behavior.

Re: script import mail

 by snowman ¦  Wed Apr 19, 2017 7:05 pm ¦  Forum: Web Services ¦  Topic: script import mail ¦  Replies: 23 ¦  Views: 16446

Hi, thanks for the example. I tried it but it does not work. I guess I get a 404?! Result of curl: * Trying 127.0.0.1... * Connected to localhost (127.0.0.1) port 8080 (#0) * Server auth using Basic with user 'okmAdmin' > POST /OpenKM/services/rest/mail/importEML HTTP/1.1 > Authorization: Basic b2tt...

Re: script import mail

 by snowman ¦  Tue Apr 18, 2017 9:02 pm ¦  Forum: Web Services ¦  Topic: script import mail ¦  Replies: 23 ¦  Views: 16446

Sorry for asking so stupidly. I am not familiar with java. I understand from the code that I have to pass two parameters: dstId and content. Is this correct: curl -u user:pass -H "Accept: application/json" -X POST -F dstId=/okm:root/test/testmail.eml -F content=/root/10.eml http://localhos...

Re: script import mail

 by snowman ¦  Sat Apr 15, 2017 8:13 pm ¦  Forum: Web Services ¦  Topic: script import mail ¦  Replies: 23 ¦  Views: 16446

Hello,

I upgraded to Version 6.3.3 now. My issue is still to import email (as eml files) into the file area using a scripted way.
Can this be done using rest "importEml" ? How can I parametrize it using curl?

Thank you,snowman

Re: script import mail

 by snowman ¦  Mon Feb 20, 2017 9:40 pm ¦  Forum: Web Services ¦  Topic: script import mail ¦  Replies: 23 ¦  Views: 16446

Hello,

is there any news on uploading an .eml to the file area ending up as an email object using the API (REST preferred)?
Or any other scriptable way to get emails into the file area showing up as emails?

Best regards

Re: Restsharp missing method exception

 by snowman ¦  Mon Dec 28, 2015 7:58 am ¦  Forum: Web Services ¦  Topic: Restsharp missing method exception ¦  Replies: 3 ¦  Views: 5561

Hello, thank you. It works now, I understand that only v1.1.1 is available for the community edition? I hoped to find a way to get a .eml file imported as mail into the file area. It looks like createDocumentSimple() behaves differently than the manual file import in the web client. I have not found...

Re: script import mail

 by snowman ¦  Fri Dec 25, 2015 10:25 pm ¦  Forum: Web Services ¦  Topic: script import mail ¦  Replies: 23 ¦  Views: 16446

Hello, is there any update on this topic? I tried to tackle this issue again using the rest services. But a) I cannot get the C# API to work and B) tried the curl post document example. The latter uploads an eml file but does no conversion to mail. Which one would be the proper API call to resemble ...

Restsharp missing method exception

 by snowman ¦  Fri Dec 25, 2015 9:37 pm ¦  Forum: Web Services ¦  Topic: Restsharp missing method exception ¦  Replies: 3 ¦  Views: 5561

Hello, I try to add a file using the OpenKM C# Rest API 2.1. I just set up a project in VS2013, found out that I had to add RestSharp (v105.2.3.0 by NuGet) and now get a "Missing method" exception on calling createDocument(): An unhandled exception of type 'System.MissingMethodException' o...

Re: 6.3.0 community failed to start component

 by snowman ¦  Mon Mar 02, 2015 12:26 am ¦  Forum: Installation ¦  Topic: 6.3.0 community failed to start component ¦  Replies: 3 ¦  Views: 2798

everything (download from sourceforge,unpacking, starting) was done using root. Unfortunately I cannot find a reference on which "path not found".
Is there any other reference pointing outside the package apart from java?

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.