Skip to main content

Extracting cyrillic text using OCR plugin

Comments

2 comments

  • Dmitry Bezrukov

    I've made some tests - in order to extract russian text we should explicitly set 'languageHints' in Google Vision API requests when using TEXT_DETECTION feature. If we use more complex DOCUMENT_TEXT_DETECTION feature the API parses russian text without any hints. So in my project i started to use Vision API directly, passing url of Cloudinary-hosted images.

    1
  • Ido

    Thanks for sharing Dmitry!

    0

Post is closed for comments.