cancel
Showing results for 
Search instead for 
Did you mean: 

Using pdf beads in Content transformation

leftright
Champ on-the-rise
Champ on-the-rise
Has anyone tried to implement pdfbeads in Alfresco via content transformation.
PdfBeads is a Ruby gems application similar to hocr2pdf but more precise, it creates a pdf document,
from hocr output (OCRed html output from tesseract) and the tiff image of the document.
I know that I have implemented the transformer correctly, since the script in transformer is runned
and all components other than pdfbeads are executed.
Pdfbeads works great when strated on computer via console( OS is Debian)
I think that I would have to define the proccess variables for pdfbeads.
So has anyone implemented Pdfbeads succesfully?
Any other ideas perhaps?
1 REPLY 1

leftright
Champ on-the-rise
Champ on-the-rise
I have solved this problem.
You have to add process variables in the transformer,
but not process variables for Ruby or Ruby gems,
but only for imageMagick(the same way they are defined in default transformer for ImageMagick).