コミュニティ

Setting language to EnglishMedical terminates app in iOS sample code 回答済み

Hello, I am trying to set language to EnglishMedical in the demo for iOS, like this:

  • (NSString*)urlString { return @"language=EnglishMedical&exportFormat=txt"; }

This causes the application to terminate. I experience the same with GermanMedical, but not with any of the other languages i have tried. The task status returned from server is "ProcessingFailed", and the reason for the crash is probably that the app is unable to find a download URL in the response. Is "EnglishMedical" not supported yet?

この記事は役に立ちましたか?

1人中1人がこの記事が役に立ったと言っています

コメント

2件のコメント

  • Avatar
    Dmitry Mesheryakov

    We've moved our service to a newer version of OCR engine and in the newer version

    1. EnglishLaw and EnglishMedical are included into English language,
    2. GermanLaw and GermanMedical are included into German language and
    3. GermanNewSpellingLaw and GermanNewSpellingMedical are included into GermanNewSpelling

    so when you need EnglishMedical you just specify English and have the right effect.

    We'll update the interface to disallow languages that are no longer supported and update the documentation.

    0
  • Avatar
    Permanently deleted user

    Thanks for the quick reply, Dmitry :)

    0

サインインしてコメントを残してください。