Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new parameter curl_cookiefile for curl_easy_setopt #4156

Merged
merged 2 commits into from
Oct 31, 2023

Commits on Oct 31, 2023

  1. Add new parameter curl_cookiefile for curl_easy_setopt

    This allows OCR for URLs which require a session cookie.
    
    Signed-off-by: Stefan Weil <sw@weilnetz.de>
    stweil committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    07ed834 View commit details
    Browse the repository at this point in the history
  2. Fail on curl download errors

    Fail with an error message instead of trying to handle the text
    from an HTML error page as an image and fail later for HTTP codes
    equal or larger than 400.
    
    Signed-off-by: Stefan Weil <sw@weilnetz.de>
    stweil committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    1d930d7 View commit details
    Browse the repository at this point in the history