{
  "_id": "6a154eabacfb0bcc41d59ac8",
  "Package": "rmistral",
  "Type": "Package",
  "Title": "Experimental R interface to Mistral AI API",
  "Version": "0.1.0",
  "Author": "Sebastian Kranz",
  "Maintainer": "Sebastian Kranz <sebastian.kranz@uni-ulm.de>",
  "Description": "Currently implement only OCR capabilties for PDF\nconversion.",
  "License": "GPL >= 2.0",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.3",
  "Config/pak/sysreqs": "libicu-dev libssl-dev",
  "Repository": "https://skranz.r-universe.dev",
  "Date/Publication": "2026-03-27 06:16:39 UTC",
  "RemoteUrl": "https://github.com/skranz/rmistral",
  "RemoteRef": "main",
  "RemoteSha": "fc800312b80367d3460cb623bc658e9987cd919f",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-26 07:39:18 UTC",
    "User": "root"
  },
  "MD5sum": "56205c3ba3af4939d9e4478150505601",
  "_user": "skranz",
  "_type": "src",
  "_file": "rmistral_0.1.0.tar.gz",
  "_fileid": "421b9b9cec489698ab0eb7330ad724d00ecf83aa757b8f0d83883028cc46efe6",
  "_filesize": 426046,
  "_sha256": "421b9b9cec489698ab0eb7330ad724d00ecf83aa757b8f0d83883028cc46efe6",
  "_created": "2026-05-26T07:39:18.000Z",
  "_published": "2026-05-26T07:41:31.777Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77828800186,
      "time": 87,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7211452075"
    },
    {
      "job": 77828800173,
      "time": 103,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7211456834"
    },
    {
      "job": 77828800188,
      "time": 88,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7211452415"
    },
    {
      "job": 77828800161,
      "time": 75,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7211448547"
    },
    {
      "job": 77828423017,
      "time": 161,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7211426728"
    },
    {
      "job": 77828800281,
      "time": 91,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7211453190"
    },
    {
      "job": 77828800211,
      "time": 76,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7211449190"
    },
    {
      "job": 77828800147,
      "time": 63,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7211445160"
    },
    {
      "job": 77828800269,
      "time": 57,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7211443702"
    }
  ],
  "_buildurl": "https://github.com/r-universe/skranz/actions/runs/26438960918",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/skranz/rmistral",
  "_commit": {
    "id": "fc800312b80367d3460cb623bc658e9987cd919f",
    "author": "skranz-auto <xsx50@uni-ulm.de>",
    "committer": "skranz-auto <xsx50@uni-ulm.de>",
    "message": "Update from server\n",
    "time": 1774592199
  },
  "_maintainer": {
    "name": "Sebastian Kranz",
    "email": "sebastian.kranz@uni-ulm.de",
    "login": "skranz",
    "bluesky": "@sebkranz.bsky.social",
    "description": "",
    "uuid": 1413022
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "httr",
      "role": "Depends"
    },
    {
      "package": "stringi",
      "role": "Depends"
    },
    {
      "package": "restorepoint",
      "role": "Depends"
    },
    {
      "package": "base64enc",
      "role": "Depends"
    }
  ],
  "_owner": "skranz",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-26",
      "n": 1
    },
    {
      "week": "2026-13",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 1,
  "_contributors": [
    {
      "user": "skranz",
      "count": 7,
      "uuid": 1413022
    },
    {
      "user": "skranz-auto",
      "count": 2,
      "uuid": 124874982
    }
  ],
  "_userbio": {
    "uuid": 1413022,
    "type": "user",
    "name": "Sebastian Kranz"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/rmistral"
  },
  "_devurl": "https://github.com/skranz/rmistral",
  "_searchresults": 5,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/rmistral.html",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "mistral_api_key",
    "mistral_get_file_url",
    "mistral_is_ok",
    "mistral_list_models",
    "mistral_ocr",
    "mistral_ocr_save_images",
    "mistral_ocr_save_md",
    "mistral_upload_file",
    "save_base64_image",
    "set_mistral_api_key"
  ],
  "_help": [
    {
      "page": "mistral_api_key",
      "title": "Retrieve the Mistral API key",
      "topics": [
        "mistral_api_key"
      ]
    },
    {
      "page": "mistral_get_file_url",
      "title": "Get a signed URL for file access",
      "topics": [
        "mistral_get_file_url"
      ]
    },
    {
      "page": "mistral_ocr",
      "title": "Perform OCR using the Mistral API",
      "topics": [
        "mistral_ocr"
      ]
    },
    {
      "page": "mistral_ocr_save_images",
      "title": "Save extracted images from OCR results",
      "topics": [
        "mistral_ocr_save_images"
      ]
    },
    {
      "page": "mistral_ocr_save_md",
      "title": "Save OCR results as a Markdown file",
      "topics": [
        "mistral_ocr_save_md"
      ]
    },
    {
      "page": "mistral_upload_file",
      "title": "Upload a file for OCR processing",
      "topics": [
        "mistral_upload_file"
      ]
    },
    {
      "page": "set_mistral_api_key",
      "title": "Set the Mistral API key",
      "topics": [
        "set_mistral_api_key"
      ]
    }
  ],
  "_readme": "https://github.com/skranz/rmistral/raw/main/README.md",
  "_rundeps": [
    "askpass",
    "base64enc",
    "curl",
    "httr",
    "jsonlite",
    "mime",
    "openssl",
    "R6",
    "restorepoint",
    "stringi",
    "sys"
  ],
  "_score": 2,
  "_indexed": true,
  "_nocasepkg": "rmistral",
  "_universes": [
    "skranz"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-26T07:40:52.000Z",
      "distro": "noble",
      "commit": "fc800312b80367d3460cb623bc658e9987cd919f",
      "fileid": "1f95e7067f774d9a5ffc2869d825adc61f8f58ffe1f7cabffebb3ed399224a2f",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/26438960918"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-26T07:41:06.000Z",
      "distro": "noble",
      "commit": "fc800312b80367d3460cb623bc658e9987cd919f",
      "fileid": "04ff84824f1c2a086e1f57ace8d0ba745ed85a63cd2a56713e34de3191ba8975",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/26438960918"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-26T07:40:50.000Z",
      "commit": "fc800312b80367d3460cb623bc658e9987cd919f",
      "fileid": "43bd8083cc185f12a3da26ccdde01bf8ed05361c874bd64fba1db7ea7cc68ab8",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/26438960918"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-26T07:40:38.000Z",
      "commit": "fc800312b80367d3460cb623bc658e9987cd919f",
      "fileid": "66ab4133c4144fa2341af3f777f1872f9c9c936b6b21509dbf8e057ac781843d",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/26438960918"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-05-26T07:41:02.000Z",
      "commit": "fc800312b80367d3460cb623bc658e9987cd919f",
      "fileid": "9b3f072a9f89e267e5ff1471b93c492e63414315d088ba235655a457cc18dc06",
      "status": "success",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/26438960918"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-26T07:40:35.000Z",
      "commit": "fc800312b80367d3460cb623bc658e9987cd919f",
      "fileid": "660b08770a1f8e9a6c8e93fcb958baf16aaf3014807c0640afc0340eefa39409",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/26438960918"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-26T07:40:22.000Z",
      "commit": "fc800312b80367d3460cb623bc658e9987cd919f",
      "fileid": "3ccbf4ed72c93008956b9b6871076bb9a7562f9e0ed35c95350db9f23e97dcae",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/26438960918"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-26T07:40:17.000Z",
      "commit": "fc800312b80367d3460cb623bc658e9987cd919f",
      "fileid": "55c32ebffa984d4985dd325422044bb6871f9754c4c433161b946ea257cb74e4",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/26438960918"
    }
  ]
}