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 ...
I used the eureka-client1.10.14 version in SpringCloud2020.3. There are some WARN logs recently. I put the detailed information below. Is it because my thread pool is not enough? looking forward to ...