Siddharth Chauhan

Results 4 issues of Siddharth Chauhan

import camelot tables = camelot.read_pdf('04-08 Amended Prot 5.pdf',pages='all') ---------------------------------------------------------------------------------------------------------------------------------------------- ypeError Traceback (most recent call last) in ----> 1 tables = camelot.read_pdf('04-08 Amended Prot 5.pdf',pages='46') 2 tables C:\anaconda\envs\MaxisIT Projects\lib\site-packages\camelot\io.py in read_pdf(filepath,...

Getting the error while installing keras-ocr. (base) C:\Users\ClinAsia1>pip install keras-ocr Collecting keras-ocr Using cached keras_ocr-0.8.6-py3-none-any.whl Requirement already satisfied: essential-generators in c:\users\clinasia1\anaconda3\lib\site-packages (from keras-ocr) (1.0) Requirement already satisfied: tqdm in c:\users\clinasia1\anaconda3\lib\site-packages...

import camelot tables = camelot.read_pdf('04-01 Amended Protocol 4.pdf', pages='46', flavor='lattice', line_scale=20, process_background=True) print(tables) --------------------------------------------------------------------------- TypeError Traceback (most recent call last) in ----> 1 tables = camelot.read_pdf('04-01 Amended Protocol 4.pdf', 2...

bug

I have pip install this package but still getting module not found? Can you please list down steps if possible?