Package: daiR Title: Interface with Google Cloud Document AI API Version: 1.2.1 Authors@R: person("Thomas", "Hegghammer", , "hegghammer@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-6253-1518")) Description: R interface for the Google Cloud Services 'Document AI API' with additional tools for output file parsing and text reconstruction. 'Document AI' is a powerful server-based OCR service that extracts text and tables from images and PDF files with high accuracy. 'daiR' gives R users programmatic access to this service and additional tools to handle and visualize the output. See the package website for more information and examples. License: MIT + file LICENSE URL: https://github.com/Hegghammer/daiR, https://dair.info BugReports: https://github.com/Hegghammer/daiR/issues Depends: R (>= 4.2.0) Imports: base64enc, beepr, cli, data.table, fs, gargle, glue, googleCloudStorageR, graphics, grDevices, httr, jsonlite, lifecycle, magick, pdftools, purrr, readtext, stats, stringr, utils, xml2 Suggests: knitr, ngram, rmarkdown, testthat (>= 3.1.10) VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/pak/sysreqs: cmake make libmagick++-dev gsfonts libicu-dev libjpeg-dev libuv1-dev libxml2-dev libssl-dev libpoppler-cpp-dev poppler-data zlib1g-dev Repository: https://hegghammer.r-universe.dev Date/Publication: 2026-07-02 06:18:14 UTC RemoteUrl: https://github.com/hegghammer/dair RemoteRef: HEAD RemoteSha: 5ba121bbc029571ff58c7296ff47ef4b82a0d782 NeedsCompilation: no Packaged: 2026-07-02 08:35:53 UTC; root Author: Thomas Hegghammer [aut, cre] (ORCID: ) Maintainer: Thomas Hegghammer