{
  "_id": "6a267188794753ddbc3eaa27",
  "Package": "tableParser",
  "Title": "Parse Tabled Content to Text Vector and Extract Statistical\nStandard Results",
  "Date": "2026-04-09",
  "Version": "1.0.5",
  "Authors@R": "c(person(\"Ingmar\", \"Böschen\", email = \"ingmar.boeschen@uni-hamburg.de\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-1159-3991\")))",
  "Maintainer": "Ingmar Böschen <ingmar.boeschen@uni-hamburg.de>",
  "Description": "Features include the ability to extract tabled content\nfrom NISO-JATS-coded XML, any native HTML or HML file, DOCX,\nand PDF documents, and then collapse it into a text format that\nis readable by humans by mimicking the actions of a screen\nreader. As tables within PDF documents are extracted with the\n'tabulapdf' package, and the table captions and footnotes\ncannot be extracted, the results on tables within PDF documents\nhave to be considered less precise. The function table2matrix()\nreturns a list of the tables within a document as character\nmatrices. table2text() collapses the matrix content into a list\nof character strings by imitating the behavior of a screen\nreader. The textual representation of characters and numbers\ncan be unified with unifyMatrix() before parsing. The function\ntable2stats() extracts the tabled statistical test results from\nthe collapsed text with the function standardStats() from the\n'JATSdecoder' package and, if activated, checks the reported\nand coded p-values for consistency. Due to the great\nvariability and potential complexity of table structures,\nparsing accuracy may vary. A detailed description of how\n'tableParser' works is provided here:\n<doi:10.48550/arXiv.2603.19756>.",
  "License": "GPL-3",
  "URL": "https://github.com/ingmarboeschen/tableParser",
  "BugReports": "https://github.com/ingmarboeschen/tableParser/issues",
  "Language": "en-US",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.2",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-08 07:35:49 UTC",
    "User": "root"
  },
  "Author": "Ingmar Böschen [aut, cre] (ORCID:\n<https://orcid.org/0000-0003-1159-3991>)",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2026-04-09 09:44:20 UTC",
  "RemoteUrl": "https://github.com/cran/tableParser",
  "RemoteRef": "HEAD",
  "RemoteSha": "354432b5ca31af3902a5ffa184fc68df7ff10665",
  "MD5sum": "037fee57e3c4d864479deb6c3b99b283",
  "_user": "cran",
  "_type": "src",
  "_file": "tableParser_1.0.5.tar.gz",
  "_fileid": "594ffa956bdd524598cba2073caecb6411595adf1e148585e43c98929ddc4e73",
  "_filesize": 202505,
  "_sha256": "594ffa956bdd524598cba2073caecb6411595adf1e148585e43c98929ddc4e73",
  "_created": "2026-06-08T07:35:49.000Z",
  "_published": "2026-06-08T07:38:48.882Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 80043919274,
      "time": 144,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7474078462"
    },
    {
      "job": 80043919214,
      "time": 141,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7474077476"
    },
    {
      "job": 80043446144,
      "time": 184,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7474034715"
    },
    {
      "job": 80043919222,
      "time": 128,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7474072993"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/27122697929",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/tableParser",
  "_commit": {
    "id": "354432b5ca31af3902a5ffa184fc68df7ff10665",
    "author": "Ingmar Böschen <ingmar.boeschen@uni-hamburg.de>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.0.5\n",
    "time": 1775727860
  },
  "_maintainer": {
    "name": "Ingmar Böschen",
    "email": "ingmar.boeschen@uni-hamburg.de",
    "login": "ingmarboeschen",
    "description": "",
    "uuid": 55027155,
    "orcid": "0000-0003-1159-3991"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1",
      "role": "Depends"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "JATSdecoder",
      "role": "Imports"
    },
    {
      "package": "tabulapdf",
      "role": "Imports"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-05",
      "n": 1
    },
    {
      "week": "2026-06",
      "n": 1
    },
    {
      "week": "2026-08",
      "n": 1
    },
    {
      "week": "2026-14",
      "n": 1
    },
    {
      "week": "2026-15",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "1.0.1",
      "date": "2026-01-27"
    },
    {
      "name": "1.0.2",
      "date": "2026-02-02"
    },
    {
      "name": "1.0.3",
      "date": "2026-02-20"
    },
    {
      "name": "1.0.4",
      "date": "2026-03-30"
    },
    {
      "name": "1.0.5",
      "date": "2026-04-09"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "ingmarboeschen",
      "count": 5,
      "uuid": 55027155
    }
  ],
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 473,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/tableParser"
  },
  "_devurl": "https://github.com/ingmarboeschen/tableparser",
  "_searchresults": 0,
  "_topics": [
    "openjdk"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/tableParser.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/ingmarboeschen/tableparser",
  "_realowner": "ingmarboeschen",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0.1",
      "date": "2026-01-27"
    },
    {
      "version": "1.0.2",
      "date": "2026-02-02"
    },
    {
      "version": "1.0.3",
      "date": "2026-02-20"
    },
    {
      "version": "1.0.4",
      "date": "2026-03-30"
    },
    {
      "version": "1.0.5",
      "date": "2026-04-09"
    }
  ],
  "_exports": [
    "docx2matrix",
    "get.caption",
    "get.footer",
    "get.HTML.tables",
    "guessCaptionFootnote",
    "html2unicode",
    "legendCodings",
    "matrix2text",
    "parseMatrixContent",
    "prepareMatrix",
    "table2matrix",
    "table2stats",
    "table2text",
    "tableClass",
    "unifyMatrixContent",
    "unifyStats"
  ],
  "_help": [
    {
      "page": "docx2matrix",
      "title": "docx2matrix",
      "topics": [
        "docx2matrix"
      ]
    },
    {
      "page": "get.caption",
      "title": "get.caption",
      "topics": [
        "get.caption"
      ]
    },
    {
      "page": "get.footer",
      "title": "get.footer",
      "topics": [
        "get.footer"
      ]
    },
    {
      "page": "get.HTML.tables",
      "title": "get.HTML.tables",
      "topics": [
        "get.HTML.tables"
      ]
    },
    {
      "page": "guessCaptionFootnote",
      "title": "guessCaptionFootnote",
      "topics": [
        "guessCaptionFootnote"
      ]
    },
    {
      "page": "html2unicode",
      "title": "html2unicode",
      "topics": [
        "html2unicode"
      ]
    },
    {
      "page": "legendCodings",
      "title": "legendCodings",
      "topics": [
        "legendCodings"
      ]
    },
    {
      "page": "matrix2text",
      "title": "matrix2text",
      "topics": [
        "matrix2text"
      ]
    },
    {
      "page": "parseMatrixContent",
      "title": "parseMatrixContent",
      "topics": [
        "parseMatrixContent"
      ]
    },
    {
      "page": "prepareMatrix",
      "title": "prepareMatrix",
      "topics": [
        "prepareMatrix"
      ]
    },
    {
      "page": "table2matrix",
      "title": "table2matrix",
      "topics": [
        "table2matrix"
      ]
    },
    {
      "page": "table2stats",
      "title": "table2stats",
      "topics": [
        "table2stats"
      ]
    },
    {
      "page": "table2text",
      "title": "table2text",
      "topics": [
        "table2text"
      ]
    },
    {
      "page": "tableClass",
      "title": "tableClass",
      "topics": [
        "tableClass"
      ]
    },
    {
      "page": "unifyMatrixContent",
      "title": "unifyMatrixContent",
      "topics": [
        "unifyMatrixContent"
      ]
    },
    {
      "page": "unifyStats",
      "title": "unifyStats",
      "topics": [
        "unifyStats"
      ]
    }
  ],
  "_rundeps": [
    "bit",
    "bit64",
    "cli",
    "clipr",
    "cpp11",
    "crayon",
    "glue",
    "hms",
    "JATSdecoder",
    "lifecycle",
    "magrittr",
    "NLP",
    "openNLP",
    "openNLPdata",
    "pillar",
    "pkgconfig",
    "png",
    "prettyunits",
    "progress",
    "R6",
    "readr",
    "rJava",
    "rlang",
    "tabulapdf",
    "tibble",
    "tidyselect",
    "tzdb",
    "utf8",
    "vctrs",
    "vroom",
    "withr"
  ],
  "_sysdeps": [
    {
      "shlib": "libjvm",
      "package": "openjdk-21-jre-headless",
      "headers": "openjdk-21-jre-headless",
      "source": "openjdk",
      "version": "21.0.11+10-1~24.04.2",
      "name": "openjdk",
      "homepage": "https://openjdk.java.net/",
      "description": "OpenJDK Java runtime, using Hotspot JIT (headless)"
    }
  ],
  "_score": 1.6989700043360187,
  "_indexed": false,
  "_nocasepkg": "tableparser",
  "_universes": [
    "cran"
  ],
  "_indexurl": "https://ingmarboeschen.r-universe.dev/tableParser",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.5",
      "date": "2026-06-08T07:37:55.000Z",
      "distro": "noble",
      "commit": "354432b5ca31af3902a5ffa184fc68df7ff10665",
      "fileid": "f304e7c1df97cdf78d546816651c009cd6d6e98a8b0f5e2af6b4f8edc83d8b0f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27122697929"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.5",
      "date": "2026-06-08T07:37:51.000Z",
      "distro": "noble",
      "commit": "354432b5ca31af3902a5ffa184fc68df7ff10665",
      "fileid": "fe399a95ee085a7f94492ce07688de42026d91c35f56aa9e79a49902c92ca77f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27122697929"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.5",
      "date": "2026-06-08T07:38:15.000Z",
      "commit": "354432b5ca31af3902a5ffa184fc68df7ff10665",
      "fileid": "ecd84d66223eac03efdd6c970b2b3ab287bf0e7cbff301bc99e370db463188c8",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27122697929"
    }
  ]
}