SwiftOCR icon indicating copy to clipboard operation
SwiftOCR copied to clipboard

Is it posible to OCR multiline text image?

Open Briahas opened this issue 7 years ago • 4 comments

subj

Briahas avatar Feb 16 '17 13:02 Briahas

For me, two lines would be enough XD @garnele007 I'd like to contribute, can you explain to the Readme.md why it's hard to do multiline or longer lines? Thank you!

kutakmir avatar Nov 21 '17 14:11 kutakmir

I have a similar requirement. I would like to recognize a few lines worth (with spaces and underscores). It seems like this could work with repeated calls providing text boxes for each line. I would also like to contribute because this seems like a great alternative to tesseract if these features could be easily implemented.

agmistry avatar Nov 27 '17 14:11 agmistry

I just want to say my big 👍 . Such feature would be great.

aperechnev avatar Jan 18 '18 21:01 aperechnev

You can use Apple Vision framework for text detection in image, find text lines, crop out images contained that lines and OCR them sequentially.

nikolayTabunchenko avatar Jan 22 '18 18:01 nikolayTabunchenko