Autofill rule with Field finder "entire text" for Text Recognition
In the online help for text recognition (https://help.mementodatabase.com/?ht_kb=autofill-by-image) it's written that a Autofill rule with a Field finder must be defined.
I'm basically interested in the entire text in a document, no matter what it's like or where it's placed. But when the text recognition is applied to a photo, there are usually a lot of blocks of text and it is only possible to select one of them; despite the help text, which tells, that it is possible to "unite a few ones using the correspondent icons under the image" ("Manual" Field finder).
I also tried to use the Field finder "Script": function find(rect, text) { return true; }
This should return all blocks, but only the text of the selected block is.
To remove this limitation either feed all blocks into the Field finder "Script" and concatenate the blocks with return value = true (that's what I expect from the help text it should work like) or even simpler: add a File finder "Entire text", "All", "Everything" or the like.
Would be great to see this improvement in one of the next updates. Thank you.
