Fred Kilbourn

Results 8 comments of Fred Kilbourn

Hey guys - if you have any good knowledge to pass on after figuring it out the aforementioned conversation could use some :)

@robertknight I have 5072 x 8416 images and they are hitting a new exception tied to this: ``` RangeError: offset is out of bounds at Uint32Array.set () at OCREngine.loadImage (file:///C:/UserLocal/git/Budros_Scraper/node_modules/tesseract-wasm/dist/lib.js:662:24)...

I appreciate the info, I switched to this from tesseract.js for the SIMD speed improvements, but that library never errored out on any size image which was nice. I've resorted...

Per https://github.com/robertknight/tesseract-wasm/issues/69#issuecomment-1382437855 I see that my entire problem here is that I wasn't watching `stderr`. Please disregard and my only feedback would be that it would be good if an...

@robertknight Are higher memory limits built into this release? https://github.com/robertknight/tesseract-wasm/releases/tag/v0.8.0

Per [DIG] Maelstrome26 the valid worlds should be: ```javascript export const worldArray = [ 1, 10, 13, 17, 19, 40, 1000, 2000, ]; ``` https://discord.com/channels/251073753759481856/451032574538547201/976479124086464522

I'm using `got` and get them periodically, but I don't log them all so not sure how often.