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
Describe the bug
Running the hardware/max_storage_temp_tutorial.ipynb results in an error during parser configuration step on line corpus_parser = Parser(session, structural=True, lingual=True, visual=True, pdf_path=pdf_path) %time corpus_parser.apply(doc_preprocessor, parallelism=PARALLEL)
Tried to resolve the error by changing visual=True to visual_parser=True, but then a new Type Error pops up on pdf_path.
Describe the bug
Running the hardware/max_storage_temp_tutorial.ipynb results in an error during parser configuration step on line
corpus_parser = Parser(session, structural=True, lingual=True, visual=True, pdf_path=pdf_path) %time corpus_parser.apply(doc_preprocessor, parallelism=PARALLEL)
Tried to resolve the error by changing
visual=True
tovisual_parser=True
, but then a new Type Error pops up on pdf_path.Error Logs/Screenshots
TypeError Traceback (most recent call last)
/tmp/ipykernel_120432/1896064779.py in
----> 1 corpus_parser = Parser(session, structural=True, lingual=True, visual=True, pdf_path=pdf_path)
2 get_ipython().run_line_magic('time', 'corpus_parser.apply(doc_preprocessor, parallelism=PARALLEL)')
TypeError: init() got an unexpected keyword argument 'visual'
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: