| Title: | Convert and Import Documents |
|---|---|
| Description: | Converts documents from multiple formats (PDF, Word, plain text, CSV, and more) into standardized plain text for transcript analysis in requal. Supports bulk file processing with preview and editing capabilities before import. Uses readtext, pdftools, and other specialized libraries for expanded text extraction across diverse file types. |
| Authors: | Radim Hladík [aut, cre] |
| Maintainer: | Radim Hladík <[email protected]> |
| License: | MIT |
| Version: | 0.0.0.9005 |
| Built: | 2026-05-28 14:39:33 UTC |
| Source: | https://github.com/hlageek/rql.textimport |
This function launches the Shiny app for a Requal extension module.
mod_preview()mod_preview()
rql.textimport Server Functions
mod_server(id, api)mod_server(id, api)
id |
Internal parameters for shiny. |
api |
Connection object for Requal database. |
A shiny Module.
mod_ui(id)mod_ui(id)
id, input, output, session
|
Internal parameters for shiny. |