-
Extracting OCR content using REST API
Hello, Having just a node id, I was trying to get document's indexed OCR content, the one that is being displayed while searching in a browser's Classic View. I wasn't able to find any REST call to do this. Is anyone of you aware of a way to do this? Can be also some solution outside of REST. Mateusz
-
Java based jobs not running
Hello! I've recently modified the domain of the installation owner on the content server 6.7. All the necessary steps like changing the domain name in server.ini, registry keys and permissions on the file system were taken care. We're facing one issue with the jobs where only dmbasic jobs are running while Java based jobs…
-
Webreports - How to retrieve the dataid of a folder
Hello Experts, I am looking some assistance on the following, I have a workflow and the attachment is from content server. I am trying to use Webreports to capture the DataID of the folder where the document is located. In WF attribute there is Item Reference but it gave me the location of the attachment folder of the…
-
Java client library for the Opentext Cloud APIs?
Writing manual REST calls for all the OT2 services would take extra time and would have a lot of boilerplate code that could otherwise be avoided using client API libraries. Do we have any such Java client API library for the OT2 cloud APIs?
-
How to directly access the OT2 Markup Service?
This question is in reference to this Viewing Service API Document. The doc says: "Your integration does not typically have to interact directly with the Markup Service because the viewer's markup API below almost certainly does everything you need." However, I have a requirement where I want to do "headless" modifications…
-
Create node and categories in one REST call
Anyone know what the syntax is to create a new node AND a couple of categories/attributtes via the POST api/v2/nodes REST call? The implementation notes say to see the implementation notes on how, but I must be looking on the wrong implementation notes, as I'm not seeing it.
-
Upload a Document Content into Content Server using REST
How can one upload a document into Content Server using the REST API. I have the Document Contents however I did find any Upload REST API which can be called
-
Question on Viewing & Transformation Service from a Hackathon participant
To automatically create the publication for viewing while creating a file instance, do we have to add an extra field in the renditions array? And does the name of that rendition always have to be Brava Rendition ? As the viewer service requires a publication object to render the document in the browser, how should I get…
-
WR Trigger not working at Create Event while the same WR Trigger is working at Update Category Even
Hello Experts, Good Morning. I was implementing one business logic by writing WR Trigger on 2 events i.e. "Create" and "Update Category" event. Here I am calling to sub webreport from primary webreport by passing parameter as below. [LL_WEBREPORT_SUBWEBREPORT NODEID:139874 PARM:inputlabel1:[LL_REPTAG_TRIGGERID /] /] By…
-
Numeric data type is lost after exporting to Excel
We are developing an ERP application and for the Reporting component we are using open source BIRT report engine & open source BIRT designer tool; however we are facing a miss functionality after exporting an excel formatted file that includes numeric data type. The problem arise after exporting an excel sheet as the…