Link to home
Start Free TrialLog in
Avatar of sam2929
sam2929

asked on

reading hand signature

There are 2 images in the pdf which i am trying to read,
1st is the logo.
2nd is the handwritten Sign.
The library is able to read the logo and convert to image using pillow.
but the issue comes when it tries to read the handwritten sign ,it spits out below error:
im = page.images[1].as_pil()
Traceback (most recent call last):

  File "<ipython-input-77-93f421217555>", line 1, in <module>
    im = page.images[1].as_pil()

  File "C:\Program Files\Anaconda3\lib\site-packages\minecart\content.py", line 363, in as_pil
    "Colorspace %r is not supported" % colorspace)

PDFNotImplementedError: Colorspace 'PDFObjRef:100>' is not supported

Open in new window

python version used : Python 3.5.2 :: Anaconda 4.2.0 (64-bit)
ASKER CERTIFIED SOLUTION
Avatar of gelonida
gelonida
Flag of France image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sam2929
sam2929

ASKER

i am attaching the file can anyone give a try please
file.pdf