facebookresearch / nougat

Implementation of Nougat Neural Optical Understanding for Academic Documents
https://facebookresearch.github.io/nougat/
MIT License
8.98k stars 567 forks source link

Inference on specific page/s in a PDF? #112

Closed sidharthrajaram closed 1 year ago

sidharthrajaram commented 1 year ago

What would be the best way to do this? Is there an existing argument that can specify model inference to occur on a specific page/s of a PDF document?

lukas-blecher commented 1 year ago

it's supported for the API (see readme) But I can also quickly add it to the CLI

lukas-blecher commented 1 year ago

done