I’m building a quoting system that adds up the total amount of government grant depending on the quoted items.
Grants amounts depend on the model numbers used in different combinations.
I need the system to lookup a few pdf docs available on government websites and compare the quotes data to match the exact grants amounts.
Those pdf docs have up to 100k+ rows of data.
I tried:
Converting docs to text and extracting the info with AI
Result: String too long
Looking up doc link with AI
Result: Request too big
I’m looking for creative solutions. I tried AI with shorter sample of the same docs and it works great but I can’t import 100k+ rows in my Glide app just for lookup purposes.