Files
firecrawl__anydoc/python/tests/test_anydoc.py
tomsideguide 52411911e4 feat(python): raise a ConvertError subclass per failure
- UnsupportedError, MalformedError, EncryptedError, ResourceLimitError,
  and MissingPartError all subclass ConvertError, so an existing
  `except anydoc.ConvertError` keeps catching every one of them
- the part or stream at fault rides on `part`, the limit crossed on
  `limit`, which is detail the JS bindings cannot carry
- an unreadable file still raises the OSError subclass any other read
  of it would
2026-08-05 18:53:00 +01:00

4.9 KiB