cancel
Showing results for 
Search instead for 
Did you mean: 

How to index additional text to file

afalsmadi
Champ in-the-making
Champ in-the-making

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 1

angelborroy
Community Manager Community Manager
Community Manager

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