Akash Sharma
Results
2
comments of
Akash Sharma
This issue can be marked as closed/done, since it is a typo mistake from what I understand.
I was able to extract the color using this code snippet `import minecart` ` colors = set()` `with open("{pathtoyourPDFhere}.pdf", "rb") as file:` ` document = minecart.Document(file)` ` page = document.get_page(0)`...