Nuxeo Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Javascript automation - how to acces document property

Hello I'm trying to use the new javascript automation but can't find a way to access a metadata of a document. If I get a Document as var doc, what is the syntax to get it's title, or a specific metadata? Sorry for this rookie question Many thanks Li...

Resolved! XMP metadata support

Since our organization heavily relies on the XMP metadata format, how are Nuxeo's plans for adopting this technology? The ExifTool project hosted on Github, https://github.com/thebuzzmedia/exiftool, seems to show great potential in bridging Phil Harv...

Resolved! do case insensitive search using nxql

i'm using Nxql to do search on my custom document types, but i've noticed that with this NXQL query : <fixedPart> ecm:isCheckedInVersion = 0 AND ecm:mixinType != 'HiddenInNavigation' AND ecm:currentLifeCycleSt...

ITShine_ by Star Contributor
  • 63 Views
  • 1 replies
  • 0 kudos

full-text search on scanned document pdf

I want to do a full-text search on scanned documents, i've heard about the possibility of using Tesseract as an OCR by setting a command line but i can't find how to do this. Any suggestions ? or a workaround ?

ITShine_ by Star Contributor
  • 67 Views
  • 2 replies
  • 0 kudos

How to get the URL of document in template ?

Hello, I send a email with a template. in the template I have a list of document and I want get the URL of each doc. Code : <#list Context['myDocList'] as myDoc> <li><a href="${myDoc.url}">${myDoc['dc:title']}</a></li> </#list> Thanks.

Error to Preview Office documents

I uploaded a "word" file and when I try preview it, this error is showed in log. My nuxeo version is 5.6 on ubuntu virtual box. Only I can download it. 2013-04-17 09:42:01,024 ERROR [org.nuxeo.ecm.platform.preview.restlet.PreviewRestlet] could not bu...

Resolved! Problem after upgrading from 5.8 to 6

Hi, I tried to upgrade my home nuxeo server yesterday and met some problem. As I upgraded the Ubuntu distribution to, I first met problem with the upgrade of prosgresql. That was a dependency problem and found a solution on Ubuntu forums. Now my Ubun...

Yann_ by Champ in-the-making
  • 215 Views
  • 9 replies
  • 1 kudos

FileManagerService: Override the default importer

Hello, I want to create my own File importer, so I did a contribution to the FileManagerService extension. But still my code is not executed the default importer is running. Here's what I tried: <?xml version="1.0"?> <component name="org.nuxeo.projec...

Dalal_ by Confirmed Champ
  • 53 Views
  • 0 replies
  • 0 kudos