I've deployed my version of olmOCR through the https://deepinfra.com/allenai/olmOCR-7B-0725-FP8's private deployment. While using the python script, there's a bunch of missing requirements that stopped me to use it right away:
pypdf
olmOCR
I think the required should be
olmocr==0.2.1
openai==1.98.0
pypdf==5.9.0
Additional:
I've deployed my version of olmOCR through the
https://deepinfra.com/allenai/olmOCR-7B-0725-FP8's private deployment. While using the python script, there's a bunch of missing requirements that stopped me to use it right away:pypdfolmOCRI think the required should be
Additional: