DrPlanecraft
DrPlanecraft
prolly something to do with PIL, looks like the image is loaded BGR instead of RGB
> ``` > #!/usr/bin/env python3 > > import typing > from borb.pdf import PDF, Document > > doc: typing.Optional[Document] = None > with open("test.pdf", "rb") as pdf_file_handle: > doc =...
> ``` > #!/usr/bin/env python3 > > import typing > from borb.pdf import PDF, Document > > doc: typing.Optional[Document] = None > with open("test.pdf", "rb") as pdf_file_handle: > doc =...
I have this problem too! I have an output, but once it detects people, it will just crash, full output below my windows Output: `[True, True, True, True, True, True,...