johan456789 / poster2cal

0 stars 0 forks source link

async ocr and parsing #6

Closed johan456789 closed 5 months ago

johan456789 commented 6 months ago
johan456789 commented 6 months ago

preliminary research: use asyncio for io-bound task and task queue for cpu-bound task. so maybe asyncio is the way to go.