getomni-ai / zerox

PDF to Markdown with vision models
https://getomni.ai/ocr-demo
MIT License
6.59k stars 358 forks source link

Page results occasionally start with ``` #63

Open tylermaran opened 1 month ago

tylermaran commented 1 month ago

Occasionally gpt will decide to return the entire result wrapped in ```.

We have a function in utils.ts that strips out the ```markdown, but it seems to be missing the just the ``` characters.

https://github.com/getomni-ai/zerox/blob/c58b6e4015bd38520cbd6facdab9369ab51b77d7/node-zerox/src/utils.ts#L41-L44