#๐ Trying to get the extraction correctly inside of XML.
16 messages ยท Page 1 of 1 (latest)
@night crow
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
Why cant I attach files?
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Why cant i attach files as examples?
I need to attach the files, for you guys to understand what im trying to do.
They are pdfs, and has to be pdfs.
Basically output.pdf that are getting created with the code looks like:
It marks it perfectly currently. As you can see though there are a number beside the marked number 1 which is 29, and 3 got 21,7 and 2 got 24.
This number needs to be added into a XML file which i am trying to do in the code above. So column 1 is the marked number and column 2 is the number beside the symbols. So column 1 row 1 should have 1 and column 2 row 1 should have 29 and so on.
Atm it cant find any NUMBERS AT ALL with the code above. It adds the marked numbers in correct, but cant find the adjacent number beside the symbol and add in with the code above. I have used together with chatgpt to get to the point i am at.
Basically code atm marks the symbol correct with the help of a jpg of the symbol in same folder, and a unmarked document (without the green boxes and numbers) and find the symbols and mark them and creates the output.pdf and a xml file but it cant get the numbers of the numbers beside the symbol into the XML file.
Anybody?
Nobody?
@night crow
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.