django-markdown-editor VS marker

Compare django-markdown-editor vs marker and see what are their differences.

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
django-markdown-editor marker
3 8
775 7,947
- -
7.6 8.0
8 days ago 17 days ago
JavaScript Python
GNU General Public License v3.0 only GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

django-markdown-editor

Posts with mentions or reviews of django-markdown-editor. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-31.

marker

Posts with mentions or reviews of marker. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-20.
  • LlamaCloud and LlamaParse
    9 projects | news.ycombinator.com | 20 Feb 2024
    You may want to try https://github.com/VikParuchuri/surya (I'm the author). I've only benchmarked against tesseract, but it outperforms it by a lot (benchmarks in repo). Happy to discuss.

    You could also try https://github.com/VikParuchuri/marker for general PDF parsing (I'm also the author) - it seems like you're more focused on tables.

  • Show HN: Texify – OCR math images to LaTeX and Markdown
    2 projects | news.ycombinator.com | 22 Dec 2023
    Hi HN - I made texify to convert equations to markdown/LaTeX for my project marker [1] then realized it could be generally useful.

    Texify converts equations and surrounding text to Markdown, with embedded LaTeX (MathJax compatible).

    You can either use a GUI to select equations (inline or block) from PDFs and images to convert, or use the CLI to batch convert images. It works on CPU, GPU, or MPS (Mac).

    The closest open source comparisons are pix2tex and nougat - marker is more accurate than both of them for this task. However, nougat is more for entire pages, and pix2tex is more for block equations (not inline equations and text).

    I trained texify for 2 days on 4x A6000 GPUs - I was pleasantly surprised how far I could get with limited GPU resources by reframing the problem to use small parameter counts/images.

    Texify is licensed for commercial use, with the weights under CC-BY-SA 4.0. Fine them here - https://huggingface.co/vikp/texify .

    See the texify repo for more details, benchmarks, how to install, etc.

    [1] https://github.com/VikParuchuri/marker

  • Show HN: Talk to any ArXiv paper just by changing the URL
    5 projects | news.ycombinator.com | 20 Dec 2023
    https://github.com/VikParuchuri/marker

    Both are tools to convert pdfs into Latex or Markup with latex formulas. Maybe that helps

  • FLaNK Stack Weekly 11 Dec 2023
    31 projects | dev.to | 11 Dec 2023
  • Marker: Convert PDF to Markdown quickly with high accuracy
    1 project | /r/hypeurls | 4 Dec 2023
    1 project | /r/patient_hackernews | 2 Dec 2023
    4 projects | news.ycombinator.com | 30 Nov 2023
  • FLaNK Stack for 04 December 2023
    24 projects | dev.to | 4 Dec 2023

What are some alternatives?

When comparing django-markdown-editor and marker you can also consider the following projects:

django-tinymce - TinyMCE integration for Django

voyager - 🛰️ An approximate nearest-neighbor search library for Python and Java with a focus on ease of use, simplicity, and deployability.

react-md-editor - React.js Markdown Editor Component

llmsherpa - Developer APIs to Accelerate LLM Projects

TinyMCE - The world's #1 JavaScript library for rich text editing. Available for React, Vue and Angular

PyMuPDF - PyMuPDF is a high performance Python library for data extraction, analysis, conversion & manipulation of PDF (and other) documents.

bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation, Vue.js)

node-gtk - GTK+ bindings for NodeJS (via GObject introspection)

react-md-editor - A simple markdown editor with preview, implemented with React.js and TypeScript.

FLiPStackWeekly - FLaNK AI Weekly covering Apache NiFi, Apache Flink, Apache Kafka, Apache Spark, Apache Iceberg, Apache Ozone, Apache Pulsar, and more...

django-bleach - Bleach is a Python module that takes any HTML input, and returns valid, sanitised HTML that contains only an allowed subset of HTML tags, attributes and styles. django-bleach is a Django app that makes using bleach extremely easy.

langchain4j - Java version of LangChain