You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am receiving the following error when trying to parse a pdf file:
Invalid output
Traceback (most recent call last):
File "FileInfo/fileinfo_analyzer.py", line 76, in <module>
FileInfoAnalyzer().run()
File "FileInfo/fileinfo_analyzer.py", line 65, in run
module_summaries = module.module_summary()
File "/opt/Cortex-Analyzers/analyzers/FileInfo/submodules/submodule_pdfid.py", line 31, in module_summary
for subsection in section['submodule_section_content']:
TypeError: 'AttributeError' object is not iterable
The text was updated successfully, but these errors were encountered:
Could you please tell me if this error still exist in FileInfo_6_0 ?
If so, and if the document is not confidential, could you share its hash as I can do some tests on my side.
Thx.
I am receiving the following error when trying to parse a pdf file:
The text was updated successfully, but these errors were encountered: