01-03-2017 08:44 AM
Hi,
I have a requirement to perform content search of INDD files in Alfresco. When I say content search, what I mean is, I have an INDD file which has images with some text superimposed on it. Any user should be able to search for the INDD file using the text present in the image. Is there any feature in Alfresco which can serve my requirement.
Thanks,
S
01-09-2017 08:44 PM
In my opinion
1. A better solution is to use a library to combine your original pdf with extracted ocr text file into a searchable pdf ,and save the pdf into repository,then it can be searched directlry
2. If you place the extracted text file and the original pdf separately, I think you can reimplement webscript /api/solr/textContent which is used to get the content for the node property as text during indexing. In your implementation ,for your kind of pdf documentation return your extracted text file directly。
01-03-2017 07:12 PM
Why not export your innd file to pdf in Apparently Adobe InDesign and save the pdf to alfresco.
Or you can create both formats and save them in alfresco. pdf format can be saved as a rendition of innd format.
And integrate an OCR converter to ocr the pdf.
01-08-2017 11:34 PM
Thanks for your input.
Because of certain constraints, we cant use Adobe InDesign to convert INDD to pdf. Instead, we have used exiftool and ImageMagick to convert INDD to pdf.But this pdf , has text as image hence its not searchable.
So I m using OCR to extract the text from the pdf. But now, I need to add this text to the metadata of the file to make it searchable. Can you please advise on how to do that?
01-09-2017 08:44 PM
In my opinion
1. A better solution is to use a library to combine your original pdf with extracted ocr text file into a searchable pdf ,and save the pdf into repository,then it can be searched directlry
2. If you place the extracted text file and the original pdf separately, I think you can reimplement webscript /api/solr/textContent which is used to get the content for the node property as text during indexing. In your implementation ,for your kind of pdf documentation return your extracted text file directly。
01-12-2017 07:30 PM
Thank you kayne zhang !
I was able to extract the text and add to the metadata using the webscript.
Explore our Alfresco products with the links below. Use labels to filter content by product module.