コミュニティ

SSL read: error:00000000:lib(0):func(0):reason(0), errno 54

I am having difficulties processing PDF files of 12mb or larger. My exact error message from Abbyy is:

[0] => Failed extracting text from digital document.
[1] => TextExtractorComponent::errors property value:
[2] => SSL read: error:00000000:lib(0):func(0):reason(0), errno 54

While this is great information to have, I don't know what it's telling me. Please advise.

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

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

コメント

1件のコメント

  • Avatar
    SDK_support

    It can be helpful to increase the timeout on your side. To increase the timeout, add the line

    request.Timeout = 1000000; //time in milliseconds
    

    right after the line

    WebRequest request = WebRequest.Create(url);
    

    Best regards, Natalia.

    1

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