ocrmypdf / OCRmyPDF-EasyOCR

OCRmyPDF EasyOCR plugin
MIT License
34 stars 6 forks source link

Perform OCR on OCR-only processes #5

Closed phu54321 closed 5 months ago

phu54321 commented 5 months ago

Spawn multiple _ocrProcess process and do all the OCR job there

Caveats:

New options:

Before (See GPU usage)

2024-01-22 14_46_20-

After (See GPU usage)

2024-01-22 14_37_58-작업 관리자

not a fair comparison: Old implementation wants to use 12GB of ram, so it doesn't fit in my 3060. New implementation allows you to configure the amount of ram you want.

I'm seeing a speedup of 4x, but this may vary for people with lots of VRAMs. Further testing needed.

Fixes #3

phu54321 commented 5 months ago

Force-pushed typo fix :)

jbarlow83 commented 5 months ago

Thanks - I added child process cleanup.