HQidea
HQidea
Sorry to fix late, and a test case as you requested was added.
@dougwilson I updated the Readme.md because of conflicts. So is there any chance to merge this pr? If you require any further information, please let me know.
Hi @dougwilson I added the option to PoolCluster.end. And should I add the option to PoolCluster.remove too?
> > I'm using javascript, any idea how to do this there?↳ > > Hey, did you have any luck figuring this out? Using React-Native/JS, I'm trying to figure this...
@Balearica Thx for reply. In Electron, there are two types of processes: main process and render process. As I understand it, what you mentioned and the example you provided is...
@Balearica this is [the repo](https://github.com/HQidea/electron-tesseract.js) that can reproduce the error. I also tried to replicate the error using the repo you provided. However the results are inconsistent. Sometimes the environment...
@Balearica I totally agree with you on not using Node.js in a renderer process.
> import module in ES syntax↳ Yes, I do use import in my code, and the `require`s I described before are generated in the bundle files. You can check the...
你可以设置foundIndex属性
any progress?