BenjaminChou

Results 3 comments of BenjaminChou

@kolayne So far, I use Numba to help me achieve multi-progress bars display with multi-threads. But this cannot be implemented via the python multi-process library since communication between different processes...

> > Therefore, I wonder if it is possible for tqdm to maintain a unique internal pool for multi-progress bars in the master process while other processes can send a...

Here is a contemporary solution: ### 1. Find where your node-tesseract module is. On my computer, the path is : ``` C:\Users\BenjaminChou\node_modules\node-tesseract\lib ``` ### 2. Open and modify ```tesseract.js``` as...