github datalab-to/marker v1.5.0
Inline math; speed up LLM calls; allow local models

latest releases: v1.10.2, v1.10.1, v1.10.0...
16 months ago

Inline math

Marker will handle inline math if --use_llm is set. This makes reading scientific papers a lot nicer! The feature has been optimized for speed.

image

Local LLMs

We now support Ollama - when you're passing the --use_llm flag, you can select the Ollama inference service like this:

marker_single FILEPATH --use_llm --llm_service marker.services.ollama.OllamaService

You can set the options --ollama_base_url and --ollama_model. By default, it will use llama3.2-vision.

Batch LLM calls

LLM calls are now batched across processors for a significant speedup if you're passing --use_llm.

Misc fixes

  • Biology PDFs now work a lot better - leading line numbers are stripped
  • Improved OCR heuristics
  • Updated the examples

What's Changed

Full Changelog: v1.4.0...v1.5.0

Don't miss a new marker release

NewReleases is sending notifications on new releases.