Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work. Learn more →
Donut Alternatives
Similar projects and alternatives to donut
-
image-to-sound-python-
A python project for converting an Image into audible sound using OCR and speech synthesis
-
CascadeTabNet
This repository contains the code and implementation details of the CascadeTabNet paper "CascadeTabNet: An approach for end to end table detection and structure recognition from image-based documents"
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
PaddleOCR
Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and deployment among server, mobile, embedded and IoT devices)
-
Multi-Type-TD-TSR
Extracting Tables from Document Images using a Multi-stage Pipeline for Table Detection and Table Structure Recognition:
-
langchain
⚡ Building applications with LLMs through composability ⚡ [Moved to: https://github.com/langchain-ai/langchain] (by hwchase17)
-
edenai-python
The best AI engines in one API: vision, text, speech, translation, OCR, machine learning, etc. SDK and examples for Python developers.
-
Mergify
Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
-
privateGPT
Interact privately with your documents using the power of GPT, 100% privately, no data leaks
-
-
Panda3D
Powerful, mature open-source cross-platform game engine for Python and C++, developed by Disney and CMU
-
Home Assistant
:house_with_garden: Open source home automation that puts local control and privacy first.
-
openpilot
openpilot is an open source driver assistance system. openpilot performs the functions of Automated Lane Centering and Adaptive Cruise Control for 250+ supported car makes and models.
-
EasyOCR
Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc.
-
unilm
Large-scale Self-supervised Pre-training Across Tasks, Languages, and Modalities
-
OCRmyPDF
OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched
-
-
-
-
-
jikkou
Jikkou is an open-source tool built to provide an efficient and easy way to manage, automate, and provision resource configurations for Kafka, Schema Registry, etc.
-
Sonar
Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
donut reviews and mentions
-
[D] Is there a good ai model for image-to-text where the images are diagrams and screenshots of interfaces?
Here are a few useful resources you could start with: [Pix2Struct by Google Research](https://github.com/google-research/pix2struct) might be a valuable tool, although it will most likely need some fine-tuning to fit your specifics. You can also find some fine-tuned models on HuggingFace by searching 'pix2struct'. Another option worth considering is [DonutI](https://github.com/clovaai/donut). Like Pix2Struct, fine-tuning likely needed to meet your requirements. Tesseract OCR is another alternative, particularly for handling text. It's primarily designed for pages of text, think books, but with some tweaking and specific flags, it can process tables as well as text chunks in regions of a screenshot. Bit too much tweaking for my taste. As I'm also in search of OCR tools for UI and chart screenshots, so share if you find something else.
- FLaNK Stack Weekly 29 may 2023
- Donut: OCR-Free Document Understanding Transformer
-
Any way to convert my handwritten diary to searchable PDFs?
I just saw this on hackernews. Maybe that’s an option?
-
General technology for enabling AI capabilities with LLMs and Generative models
Adept.ai is rumoured to have a model that understands screens and web pages, but they are still in pre-release stage.
You can try the DONUT model (https://arxiv.org/abs/2111.15664) that takes an image and directly decodes question answers without OCR. It can be fine-tuned.
-
[D] Can I use ML/AI to read the back panels of electronic components?
clovaai/donut: Official Implementation of OCR-free Document Understanding Transformer (Donut) and Synthetic Document Generator (SynthDoG), ECCV 2022
-
[D] Getting super-level table extraction
this starts with an image transformer but you could tokenize PDF syntax instead: https://github.com/clovaai/donut
-
A note from our sponsor - Sonar
www.sonarsource.com | 27 Sep 2023
Stats
clovaai/donut is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of donut is Python.