This function processes all PDF files in a specified folder, extracting acquisition
parameters from each Bruker PDF report and returns them as a combined data.table.
extract_aquisition_params_from_folder(folder_path = NULL)A data.table containing the acquisition parameters for all PDF files.
Character. Path to the folder containing the PDF files.
Other internal functions:
create_custom_formula_library(),
extract_aquisition_params(),
extract_metadata_from_ufz_files(),
read_xml_peaklist()