process_pdf_text: Process PDF text content
Description
Internal function to extract structured data from PDF text content.
Usage
process_pdf_text(text, file_name, verbose = TRUE)
Value
Data frame with extracted information.
Arguments
- text
PDF text content.
- file_name
Source file name.
- verbose
Show processing messages.