f_ocr_table_data_from_pdf: OCR table data from PDF

View source: R/f - OCR table data from PDF.R

f_ocr_table_data_from_pdfR Documentation

OCR table data from PDF

Description

OCR table data from PDF.

Usage

f_ocr_table_data_from_pdf(c.file.string, c.path.source, c.path.destination)

Arguments

c.file.string

Filename (or part thereof) of PDF to be OCR-ed.

c.path.source

Path where PDF file can be found.

c.path.destination

Path were resulting XLS should be saved.

Details

-

Value

List of OCR-ed text

Author(s)

Pieter Overdevest

Examples

l.text <- f_ocr_table_data_from_pdf(

       c.file.string,
       c.path.source,
       c.path.destination
)

pieterov/generaltoolbox documentation built on Jan. 25, 2025, 10:32 a.m.