Mat-O-Lab / TablesToCSV

Aims to convert tables in pds or Excel Spreedsheets to a uniform CSV format
0 stars 0 forks source link

manual settings general idea and requirements #5

Closed rfechner closed 2 years ago

rfechner commented 2 years ago

idea: User should be able to give settings, not only as a .json settings file, but also by entering required data as "cut text" etc.

frontend will get values in specified domains:

and pass them in form of a dictionary to a method in the backend.

def backend_function(pdf_path, settings_dict):

The backend function should return a dictionary of error messages, containing (key, value) = (name of table, parse accuracy) for all tables.

Subsequently, the csvs are zipped and returned to the user.

BenjaminKroe commented 2 years ago

The backend function gives back errors and warnings in tuples, and the CSVs will be saved in TMP_OUT.