How to index additional text to file

cancel
Showing results for 
Search instead for 
Did you mean: 
afalsmadi
Member II

How to index additional text to file

Hello All,

I have embedded and used the Tesseract tool to extract the text from any new image and it's working fine, so I can search for the text inside any new image.

To the best of my knowledge, I know that the text is indexed alongside the image.  Can someone help me figure out in detail how this happens by referring to that in the code? Specifically how the text of a particular image is indexed together?

Also, can someone provide me with the solr API responsible for this ( if it exists)?

Thank you.

1 Reply
angelborroy
Alfresco Employee

Re: How to index additional text to file

Text is indexed by SOLR.

There is a poll process that request the text from a document from SOLR to Repository. This communication happens using the Repository SOLR WebScript (REST) API.

Hyland Developer Evangelist