Hi,
Im setting up a workflow that need to read a form identifying type orientated vertically along the side of form. I am using SmartOCR module to read form type via regex, but it will never match the vertical text even if i rotate the original before import, or using the image processing module to rotate.
I have tried with tif and pdf originals, both orientated as original and in landscape- so that the vertical text is correct along the top of the page, (with the main form text being sideways) and each time it appears to search the document and only match text against regex if it appears elsewhere in the main text body on the form.
The only time I can get it to match the desired text is when I crop the rest of the form out and only have the text I wish to match, but this will not work for my application.
I hope you can assist.