I’m starting development within Palantir’s Foundry platform.
My first project will be as follows:
Create an application that allows users to identify accounts payable entries with discrepancies between the recorded data and the invoice PDF.
I would appreciate some initial support to ensure that I am following the correct steps. For the implementation details, I will refer to the courses and documentation, and I know that I can always count on the community.
Could someone please provide a step-by-step guide outlining what I should do until I deliver the final application to the users?
Note: As data sources, I have a table containing the entries and the PDFs.
You might want to take a look at Solution Designer in Foundry, which might help you to get a first pass at your use-case. You can follow the “AIP Architect” wizard, part of the same application, to help you guide to a high level view of what it can look like.
And if you’re looking for a bit more theoretical guidance on developing a project idea into a solution design (and pairs with the functionality of the Solution Design app) you can take a look at this documentation.
And more specifically, you might find inspiration by looking at some related Examples, which has a number of implementations involving extracting data from documents in various ways.