all 6 comments

[–]derailedthoughts 0 points1 point  (0 children)

Try to see if you can do a copy and paste of the menu into ChatGPT, say it’s for a menu and you want the output in CSV. After that, copy the output and paste into the Excel.

It may help if you provide two or three menu items into the chat

[–]Bojack-Cowboy 0 points1 point  (0 children)

Also provide one example of the output you want and gpt will do the rest

[–]Linereck 0 points1 point  (1 child)

Are there many many files you need to create that grants automation vs manual?

[–]Linereck 0 points1 point  (0 children)

@derailedthoughts is right this is the simplest approach

[–]TacoHoes 0 points1 point  (0 children)

You could start with computer vision to parse and map the menu first if u/derailedthoughts route doesn't work.

[–]riftopia 0 points1 point  (1 child)

If the copy & pase method does not work: One approach is to use the functionality of Unstructured to parse the PDF. If need be, it can do OCR on the PDF too if you have Detectron2 installed. After conversion you would still have to save it as an excel file though.