Akhil Nadh PC
Results
2
comments of
Akhil Nadh PC
@angellopezmorales It works with 3.x `pip3 install pdfminer` If that suffice your need
``` def counter_intent(event,content): """ in order to maintain the session , return the session object in every response """ if 'attributes' in event['session']: session_attributes=event['session']['attributes'] if 'counter' in session_attributes: session_attributes['counter']+=1 else:...