Relative Content

Tag Archive for javascriptreactjspdfpdf.jszoho

Split PDF File Using PDF.JS

I’m working on a project where I’m trying to process PDF files using OCR (Optical Character Recognition). I’ve managed to split the PDF into individual pages using PDF.js on the client side, but now I’m stuck on how to upload each page to the backend for OCR processing.