Hi!
I tried to test your tool, using the latest released version 1.17.10, but I get this error when running it without any argument on a PDF file:
$ pdfalyze file.pdf
Traceback (most recent call last):
File "/home/user/.local/bin/pdfalyze", line 5, in <module>
from pdfalyzer import pdfalyze
File "/home/user/.local/lib/python3.10/site-packages/pdfalyzer/__init__.py", line 23, in <module>
from yaralyzer.helpers.rich_text_helper import prefix_with_style
ModuleNotFoundError: No module named 'yaralyzer.helpers'
Hi!
I tried to test your tool, using the latest released version
1.17.10, but I get this error when running it without any argument on a PDF file: