Do you mean extract information from invoice documents?
The high level steps I would recommend are:
Step 0. Create a script to loop through invoice documents
Step 1. Extraxt the text from each document.
Step 2. Pass the text along with a prompt (prompt engineering) to an LLM and extract the information you need.