2026-06-05 13:26:25 +02:00
|
|
|
# marker-api - Core
|
|
|
|
|
flask>=3.0,<4.0
|
|
|
|
|
gunicorn>=21.2,<23.0
|
|
|
|
|
|
2026-06-08 12:29:43 +02:00
|
|
|
# marker-pdf — document conversion engine
|
|
|
|
|
# For local development from a clone:
|
|
|
|
|
# pip install -e ./marker[full]
|
|
|
|
|
# For production from GitHub:
|
|
|
|
|
marker-pdf[full] @ git+https://github.com/VikParuchuri/marker.git
|
2026-06-05 13:26:25 +02:00
|
|
|
|