vignesh anand
vignesh anand
It's been 3 years... time sure passes. Anyways, @qcho had to check my code again. On the issue, I updated `react` because I was using `React.Fragment` which is not supported...
@christinestraub faced the same issue on my pdf but can confirm it worked for me when i imported the mentioned versions. Thank you! :+1:
Ran in to this issue as well, where items in a list need to maintain a persistent key across the react lifecycle. Above code fixed it.
Hi @MthwRobinson, I got the above error in this file: https://camelot-py.readthedocs.io/en/master/_static/pdf/foo.pdf Appreciate your efforts.
The latest versions worked for me :+1:... I was using the specific versions mentioned here: https://github.com/Unstructured-IO/unstructured/issues/2566#issuecomment-1982063333 Thank you, Christine! However, `partition_pdf` does not support loading pdf files through a `url`...
@MthwRobinson that worked :+1: . My bad. Missed the module `auto`. Thank you!