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
Right now we always read all IFDs. In the future, we could make IFD reading an async iterator, so someone who wanted to read all of them could just collect() the iterator, while some applications might only care about the first IFD and could stop after the first one
The text was updated successfully, but these errors were encountered:
Right now we always read all IFDs. In the future, we could make IFD reading an async iterator, so someone who wanted to read all of them could just
collect()
the iterator, while some applications might only care about the first IFD and could stop after the first oneThe text was updated successfully, but these errors were encountered: