Hello,
Our pages are images of handwritten text in Arabic so OCR'ing is not possible.
We will be extracting the text during pre-processing and storing the words and
(x, y) coordinates in a database. Would your process apply to our images?
> Step 1:
> For sending the extracted text content from
> What do you mean by "word location"? The number on the page? What
> purpose would this serve?
I mean the (x, y) coordinates of the word on the page. We want to be able to
highlight the image of the word that was extracted from the text.
> I think that you might be confusing things:
> * If you
I second this notion.
My reasoning focuses mostly on maintainability, where I posit that your client
code will be far easier to extend/modify/troubleshoot than any effort spent
attempting to do this within Solr.
Jason
On Dec 23, 2013, at 12:07 PM, Joel Bernstein wrote:
> I would suggest ha
Hello everyone,
I have written custom analyzer for indexing and querying data from solr
indexes.
Now i would like to enable wildcard search with this custom analyzer only.
Please guide me on how to enable this feature?
Many Thanks,
Dhaivat