UK CS499 Project with Delta V Innovations
by
Today was the meeting with Mike Flamm, the owner and business contact for DeltaV. After talking with him about the new software system, I along with the rest of my team got a clear idea about the function of the software system and its requirements. There appeared to be two main components to it:
Tables can appear in text-based PDFs, but it’s usually not easy to transfer that data from the pdf to something easier to work with, say, a CSV. However, each car manufacturer has differences in how the report PDF is formatted and the units some measurements use.
Mike suggested that perhaps that this might be applicable to use AI. However, I’ve been able to find software packages that seem to achieve this without needing AI. The most prominent one I’ve seen so far is Tabula.
Given all the data from the user, there needs to be some method to determine based on a given set of formulas whether any new variable can be derived. Of course, these new variables could lead to more solvable variables in turn.
In thinking about this problem, two methods of discovering all the possible variables that can be solved are
As to how to implement these formulas, perhaps a software module for symbolic mathematics would work, since we would need to be able to rearrange formulas. Something like SymPy would seem to work.
Edit-2020-02-18: Corrected Spelling