Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
0 answers
87 views

How to Capture/Text Recognize the Remote LED/LCD display characters in iOS Swift

Need to process the image, get the text from the Remote LED/LCD display Image. Tried a Vision Kit but as per this link: https://developer.apple.com/forums/thread/651059?answerId=615679022#615679022 It'...
Nandhini's user avatar
  • 720
2 votes
0 answers
557 views

Text Recognition in Vision Framework: Issue with Multiple Languages

I'm developing an iOS application that uses the Vision framework for Optical Character Recognition (OCR). I have set up a VNRecognizeTextRequest to recognize text from images, and I've specified ...
kenxdrgn's user avatar
  • 103
2 votes
1 answer
2k views

The text recognition of MLkIT does not recognize non-english text

I implemented the text recognition of MLkit on IOS but it could not recognize non-English text (e.x Arabic text). It works in English only. Here are the docs https://developers.google.com/ml-kit/...
Mina Ayad's user avatar
  • 174
0 votes
2 answers
1k views

MLKit Text Recognition in portrait

I have been following this link regarding Firebase MLKit text recognition (OCR) for iOS and it seems to be working fine with the exception of when the photo selected (via either camera or library) was ...
teh_raab's user avatar
  • 404
2 votes
0 answers
696 views

iOS - How to recognise texts as a block using tesseract OCR

I am using google's tesseract OCR (https://github.com/gali8/Tesseract-OCR-iOS) to perform image to text conversion in my iOS app. I'm able to scan and get the string using the following code. let ...
Tester's user avatar
  • 685
1 vote
0 answers
142 views

ABBYY OCR library recognition only number IOS?

I am creating number recognization in ios on real time. I have found one ABBYY OCR library This is very good and fast but this is recognization both text and number but I want to only number ...
Nishant Chandwani's user avatar