Andrea Capuano

Results 2 issues of Andrea Capuano

Hi, I have the following code: start = time.time() ocr_entities = [] with open('prova.pdf', 'rb') as raw_pdf: ocr_entities = convert_from_bytes(raw_pdf.read(), dpi=500, thread_count=4) #for image in ocr_entities: # tesserocr.image_to_text(image) with concurrent.futures.ThreadPoolExecutor(max_workers=4)...

Hello there, I am trying to send a SMS with Java. I haven't quite understood if I have to put the prefix in front of the number I am trying...