knysfh

Results 2 comments of knysfh

Less debugging for others,the method of using @umarbutler requires changing the two files `marker/schema/merged.py` and `marker/postprocessors/markdown.py` note:tested on marker-pdf==0.2.5 merged.py ```python from collections import Counter from typing import List, Optional...

Hi @Georgedyatmsk1405 I encountered the same issue. ``` "langchain-core ~=1.1.0", "langchain-community ~=0.4.1", "langchain-ollama ~=1.0.0", "langchain-openai ~=1.0.2", "langgraph~=1.0.4", "langgraph-checkpoint-postgres ~= 3.0.1", "langgraph-prebuilt ~= 1.0.5", ``` This is my test code. ```python...