Problem– Need to generate data dynamically. Currently I need to handle odd labels with custom faker provider (if label is picture I need to manually handle it).
Input – jpg form (image W2)
Output – fill and return the form with relevant fake data
The current code I have uses a JSON config file containing the location of coordinates where the fake data needs to go and I just write custom fake generated text on those fields. I use the faker library to generate fake data but I’m looking for something that can dynamically identify what the label is asking for and provide relevant fake data automatically. Can I have some suggestions regarding what technologies I need to use to create such a form generator?
Abbas Zaidi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.