Raphael Kargon

Results 4 comments of Raphael Kargon

Hmmm, I haven't looked at this codebase in a while, but based on a cursory look just now a lot of the codebase assumes the image data is in (R,G,B)...

While getting text from some PDFs that contained only latin (english) characters, I am still getting the (cid:###) outputs. For instance, I get `(cid:32)(cid:76)(cid:97)(cid:116)(cid:101) (cid:80)(cid:97)(cid:121)(cid:109)(cid:101)(cid:110)(cid:116) (cid:67)(cid:104)(cid:97)(cid:114)(cid:103)(cid:101) (cid:79)(cid:110) (cid:71)(cid:97)(cid:115)`, and when...

Wow, good catch!

I believe the issue is that in this case spec.loader is None, but still gets wrapped in a HookLoader — thus Python/importlib's 'none checks' fail until it actually tries to...