r/documentAutomation Oct 19 '24

RAG Hut - Submit your RAG projects here. Discover, Upvote, and Comment on RAG Projects.

0 Upvotes

I'm excited to announce the launch of RAG Hut – an official site where you can list, upvote, and comment on RAG projects and tools. It’s the official platform for , built and maintained by the community.

The idea behind RAG Hut is to make it easier for everyone to share and discover the best RAG resources all in one place. By allowing users to comment on projects, we hope to provide valuable insights into whether these tools actually work well in practice, making it a more useful resource for all of us.

Here’s what you can do on RAG Hunt:

  • Submit your own RAG projects or tools for others to discover.
  • Upvote projects that you find valuable or interesting.
  • Leave comments and reviews to share your experience with a particular tool, so others know if it delivers.

Please feel free to submit your projects and tools, and let us know what features you’d like to see added!


r/documentAutomation Oct 06 '24

[Open source] r/RAG's official resource to help navigate the flood of RAG frameworks

5 Upvotes

Hey everyone!

If you’ve been active in r/Rag, you’ve probably noticed the massive wave of new RAG tools and frameworks that seem to be popping up every day. Keeping track of all these options can get overwhelming, fast.

That’s why I created RAGHub, our official community-driven resource to help us navigate this ever-growing landscape of RAG frameworks and projects.

What is RAGHub?

RAGHub is an open-source project where we can collectively list, track, and share the latest and greatest frameworks, projects, and resources in the RAG space. It’s meant to be a living document, growing and evolving as the community contributes and as new tools come onto the scene.

Why Should You Care?

  • Stay Updated: With so many new tools coming out, this is a way for us to keep track of what's relevant and what's just hype.
  • Discover Projects: Explore other community members' work and share your own.
  • Discuss: Each framework in RAGHub includes a link to Reddit discussions, so you can dive into conversations with others in the community.

How to Contribute

You can get involved by heading over to the RAGHub GitHub repo. If you’ve found a new framework, built something cool, or have a helpful article to share, you can:

  • Add new frameworks to the Frameworks table.
  • Share your projects or anything else RAG-related.
  • Add useful resources that will benefit others.

You can find instructions on how to contribute in the CONTRIBUTING.md file.


r/documentAutomation 8m ago

Showcase 👋 Welcome to r/DocumentTools – Introduce Yourself and Read First!

Upvotes

Hey everyone! I'm Eric ( u/docpose-cloud-team**)**, a founding moderator of r/DocumentTools.

This community is dedicated to file conversion, OCR, PDF tools, document processing, file formats, document automation, APIs, email archives, and digital document workflows. Whether you're a developer, IT professional, business user, or simply trying to solve a document challenge, you're welcome here.

📌 What to Post

Share anything the community will find useful, including:

  • Questions about file conversion or OCR
  • PDF editing, compression, and optimization tips
  • File format compatibility issues
  • Document processing workflows
  • API recommendations and integrations
  • Automation ideas and tutorials
  • Software comparisons and reviews
  • Troubleshooting document and file-related problems
  • Productivity tips and best practices

🤝 Community Vibe

Our goal is to build the most helpful Reddit community for document tools. Be respectful, share knowledge, ask questions, and help others solve real-world document challenges. Honest discussions and constructive feedback are always welcome.

🚀 How to Get Started

  • Introduce yourself in the comments below.
  • Tell us what document or file tools you use most.
  • Share a tip, question, or interesting workflow.
  • Invite anyone who works with documents, PDFs, OCR, or file automation.

We're excited to grow r/DocumentTools into a trusted resource for professionals, developers, businesses, and everyday users. Thanks for being one of our first members—let's build something valuable together! 🎉


r/documentAutomation 7h ago

Request for Help How to split scanned PDF into individual files based on identifier?

1 Upvotes

I work in a manufacturing/warehouse environment and we receive batches of scanned packing slips as single massive PDFs. Nobody on the teams splits these and that’s why I want to automate it.

The problem:

\- PDFs are fully scanned — no embedded text, all image-based

\- Pages are landscape-rotated 90°

\- Each "document" inside the batch belongs to a specific 8-digit PO number (e.g. 20289562)

\- Some pages have no PO number at all (cover sheets, continuation pages)

\- Occasionally the same PO spans multiple consecutive pages

What I'm trying to build:

\- Script reads a folder of PDFs

\- OCRs each page and detects the PO number

\- Groups consecutive pages that share the same PO into one output PDF

\- Pages with no PO detected get flagged separately for manual review — not silently attached to another PO

\- A second script lets a human approve or reject each output file before it gets moved to the final folder

Questions:

\- What's the best way to handle rotation detection before OCR? I was thinking Tesseract OSD but open to other approaches

\- How would you handle pages with no PO — attach to the previous group, flag as unknown, or something else?

\- Any tips on making the OCR results consistent between runs? Right now borderline scans feel non-deterministic

\- Is PyMuPDF + pytesseract the right stack for this or is there something better for scanned documents?

Not a professional developer — just trying to automate something that's eating up hours of manual work every week. Any advice appreciated.


r/documentAutomation 19h ago

Discussion Ho costruito un recupero semantico di PDF per documenti di 1.000 pagine in cerca di feedback sul pipeline

1 Upvotes

Sto costruendo DStudio, un'app desktop open-source incentrata su DeepSeek V4. DeepSeek rimane il principale modello di ragionamento e gestisce la conversazione, mentre modelli locali più piccoli si occupano di compiti specializzati:

\- Qwen2.5-VL legge immagini
\- Qwen Image genera ed edita immagini
\- Qwen3 Embedding cerca documenti semanticamente
\- Poppler estrae testo e informazioni sulle pagine dai PDF

Questo ecosistema esiste perché DeepSeek V4 è eccellente per il ragionamento e il contesto lungo, ma caricare ogni capacità multimodale all'interno dello stesso grande modello sarebbe inefficiente. DStudio instrada i compiti ai modelli specializzati e poi restituisce i loro risultati a DeepSeek per la risposta finale.

Ho recentemente aggiunto il recupero di PDF lunghi. DeepSeek decide se creare un'anteprima, leggere una pagina fisica esatta o cercare l'intero documento. Per la ricerca semantica, DStudio crea e memorizza una rappresentazione per pagina, recupera le sei pagine più rilevanti e invia solo quelle a DeepSeek.

Su un PDF di prova di 1.000 pagine, ha trovato un passaggio collocato a pagina 777 da una domanda parafrasata. L'indicizzazione iniziale ha impiegato circa 25 secondi; le ricerche successive hanno impiegato circa 0,23 secondi.

Sto cercando feedback: il recupero dovrebbe usare rappresentazioni di pagina o blocchi sovrapposti? Dovrei aggiungere BM25 o un miglioratore di classifiche? E come supporteresti in modo efficiente libri scansionati di 1.000 pagine?

[ https://github.com/sk8erboi17/DStudio ](https://github.com/sk8erboi17/DStudio)


r/documentAutomation 21h ago

Product Review We built Docpose.cloud — file conversion, OCR, PDF, archive, and email file tools with API access

0 Upvotes

Hey everyone,

We’ve built and launched Docpose.cloud, an online platform for file conversion, document processing, OCR, PDF tools, archive extraction/compression, and email file handling.

The platform is already live and being used by many monthly free users, paid subscribers, and businesses. Our API is also integrated with more than 10 external systems and business workflows.

Docpose.cloud supports tools for:

  • Document and file conversion
  • PDF conversion and processing
  • OCR for scanned documents and images
  • Archive extraction and compression
  • Email file formats like EML, MBOX, PST, OST, and related formats
  • Batch processing
  • API-based file conversion workflows

We built it because many online file tools are either too limited, overloaded with ads, require unnecessary sign-ups, or do not offer reliable API access for businesses.

Our goal is to make file conversion and document processing simple for individual users, while also providing scalable API access for companies that need automated file workflows.

I’d love to get feedback from people who use file converters, OCR tools, PDF tools, or email archive tools regularly.

What feature would you expect from a platform like this?
And what problems have you faced with existing online file conversion tools?


r/documentAutomation 23h ago

DocLayout, MinerU, Marker, Unlimited-OCR

Thumbnail
1 Upvotes

r/documentAutomation 1d ago

I built a tool that turns emailed invoices and PDFs into spreadsheet data automatically, would love your feedback

1 Upvotes

Most document extraction tools rely on templates. I wanted something that could handle invoices, receipts, bank statements, and other PDFs without vendor-specific rules.

I built Super Parser. You define the schema once, then forward or upload documents. It extracts structured data and pushes it to Google Sheets, Zapier, Make, or your own API.

I'm validating the product now. I'd appreciate feedback from anyone dealing with document-heavy workflows:

Is this a problem you still face?

What would stop you from adopting a tool like this?

Product: [https://superparserapp.com\](https://superparserapp.com)


r/documentAutomation 1d ago

Hi All, I developed a doc control app, that can scan documents, add tags, OCR, add folders, revise documents. I am looking for testers. please help.

1 Upvotes

Hi All,

I am QE by profession. made a doc control app for myself.

I made this android app for myself. As my file explorer gets dumped with everything and anything. I wanted to have folders, revise docs(Taxes, insurances, license, etc). with OCR you can search for a word and every document with that word would pop up. you can set expiration date to docs.
please dm and drop a comment if you would like to test my app. you will get lifetime free without ads for this.

thank you.


r/documentAutomation 1d ago

What is ScanToGrade? (and how to try it)

1 Upvotes

A desktop app (Mac/Windows) for grading paper multiple-choice exams — built by an instructor, for instructors.

How it works 

  1. Print your own answer sheets on a normal printer (no proprietary Scantron forms).

  2. Give the exam — students bubble in answers, pen or pencil.

  3. Scan the whole class to a single PDF (copier/scanner), or snap photos.

  4. Upload the PDF + your class roster; it grades the batch and exports to a spreadsheet.

  What makes it different

  - Local & private: everything runs on your computer — rosters, scans, and results never leave your machine (FERPA-friendly). No student data in anyone's cloud.

  - Handles real-world sheets: reads pen, pencil, colored ink, erasures, and crossed-out/changed answers (it reads the correction instead of flagging two marks wrong).

  - Multiple versions: run several versions of a test, and pre-print the version so students can't forget to bubble it.

  - Per-question item analysis: see which questions got missed most.

  - Review before export: check any uncertain ID matches before grades go out.

  - Annotated sheets: hand back a marked sheet (right/wrong) so students can review — no sneaking a pencil back in to claim an error.

  Who it's for 

  Instructors who give paper multiple-choice exams — especially large sections — and want grading that's fast, accurate, and keeps student data on their own computer.

  Try it    

  

  - See it in action: scantograde.com

  - Want to test it on a quiz? Comment here or DM me and I'll set you up with a trial.

  Questions about whether it fits your workflow? Ask below — happy to talk specifics.


r/documentAutomation 1d ago

I built a tool that turns emailed invoices and PDFs into spreadsheet data automatically, would love your feedback

Post image
0 Upvotes

r/documentAutomation 2d ago

Hi All, I developed a doc control app, that can scan documents, add tags, OCR, add folders, revise documents. I am looking for testers. please help.

1 Upvotes

Hi All,

I made this app for myself. As my file explorer gets dumped with everything and anything. I wanted to have folders, revise docs(Taxes, insurances, license, etc). with OCR you can search for a word and every document with that word would pop up. you can set expiration date to docs.
please dm and drop a comment if you would like to test my app. you will get lifetime free without ads for this.

thank you.


r/documentAutomation 2d ago

Showcase Turn ugly PDFs into online webforms

Thumbnail
vimeo.com
0 Upvotes

I've been working on this for the past few weeks, planning to launch it in the next few days.

Still need some minor improvements here & there, but the core product is working perfectly


r/documentAutomation 3d ago

Documents.

Thumbnail
docs.google.com
0 Upvotes

r/documentAutomation 3d ago

Skopx brings the full story to the table.

Enable HLS to view with audio, or disable this notification

1 Upvotes

r/documentAutomation 3d ago

Case Study Looking for complex PDFs that break our PDF-to-Markdown parser

0 Upvotes

We built Nebula to convert complex PDFs and scans into structured Markdown for AI, RAG and document-automation workflows.

Unlike basic text extraction, it aims to preserve the meaning encoded in tables, charts, reading order and page layout. In our benchmark on complex business documents, Nebula outperformed Mistral OCR by 20.8 points and Azure Document Intelligence by 6.2 points on semantic meaning recovery.

We’d like this community to stress-test it with the hardest documents you’re authorized to use.

You can run four free conversions without creating an account:

https://nebula.ur-ai.net/

An account is only required to download and retain the Markdown. Use community code NEBULA-10 for additional credits. An API is also available - DM me if you’d like to test it.

What I’d most like to know:

  • What information needed to survive?
  • What did Nebula preserve well?
  • What did it miss or structure incorrectly?

You can DM me or submit feedback inside Nebula. Specific examples and expected outputs are especially helpful.

Full disclosure: I’m one of the founders. We don’t use uploaded documents or outputs to train our models. Please only upload files you’re authorized to use.

Technical report:
https://ur-ai.net/blog/rcrr-benchmark-meaning-survival


r/documentAutomation 4d ago

OpenScanVision – open‑source Android library for automated data extraction from scanned forms and surveys

1 Upvotes

I've been working on an open‑source Android library for automated data extraction from printed forms, and I wanted to share it with this community.

OpenScanVision is an Android library that scans printed voting cards, surveys, and bubble sheets – extracting structured data (filled bubbles and QR codes) entirely offline.

How It Fits into Document Automation

  • Input: Physical forms (voting cards, surveys, bubble sheets) captured via camera.
  • Processing:
    • Detects 4 ArUco markers (IDs 0–3) with Kalman filtering for real‑time tracking.
    • Computes homography and warps the card to a canonical template.
    • Decodes QR codes from the original frame (preserves sharpness for ML Kit).
    • Extracts filled bubbles using weighted disk sampling + z‑score classification.
  • Output: Structured data (filled bubble indices, QR payload, confidence score) that can feed into your document automation pipeline.

Tech Stack

  • Kotlin
  • OpenCV (contrib) for ArUco detection and homography
  • Google ML Kit for QR decoding
  • CameraX for frame acquisition
  • Modular – core has zero UI dependencies

Use Cases

  • Automated survey processing
  • Form data extraction
  • Election ballot scanning
  • Any workflow where physical forms need to be digitised and structured

Performance

  • Latency < 150 ms per frame on modern devices.
  • Accuracy > 99% on well‑printed cards with good lighting.
  • False positive rate < 0.5%.

Repository & Integration

The library is MIT‑licensed and available on JitPack. A full sample app (CameraX + Compose) is included.

GitHub: https://github.com/MatiwosKebede/openscanvision

Would love to hear feedback from anyone working on similar document automation challenges – especially around form processing, OCR alternatives, or integrating physical document scanning into automated workflows. 🙌


r/documentAutomation 5d ago

Product Review Automate repetitive form filling

0 Upvotes

http://getfilly.app

AI form filling app that removes the hustle of filling same forms over and over.

Upload the form
Ai extract fields
Choose the client from saved profile and fill in seconds
Review and interrupt by manual mapping if necessary
Filly remember your edit for next client
Share for e-signature
Save, print , share


r/documentAutomation 5d ago

Launched my First web app

Thumbnail
1 Upvotes

r/documentAutomation 5d ago

AI HELP! Tools to helps reduce time with our below process

1 Upvotes

Hoping there may be some AI experts here who can point me in the right direction.

I currently work with technical drawings/plans that contain various symbols, labels, and device types. The challenge is that these symbols and labels can vary significantly from one plan set to another.

Our current process is largely manual:

  • Review the plan and identify specific symbols/devices.
  • Place sequential labels on the drawing (#1, #2, #3, etc.).
  • Create an Excel spreadsheet containing those labels.
  • Extract additional information from the plans such as room names, device descriptions, locations, and other relevant data.
  • Manually link all of this information back to the labelled plan.

What I'm trying to determine is whether there is an AI-based solution that could streamline or automate this workflow.

Ideally, I would like to be able to:

  1. Upload a PDF plan or drawing.
  2. Define a set of symbols, labels, or devices to look for (which may be different for each project).
  3. Have the AI scan the plan and identify all matching symbols.
  4. Automatically place sequential tags/labels onto the drawing.
  5. Extract related information from the plan, such as room names, device types, notes, coordinates, or other nearby text.
  6. Generate an Excel spreadsheet containing all identified items and associated data.
  7. Optionally export the marked-up plan with the generated labels visible.

For context, these are typically lighting, electrical, emergency lighting, and services-related plans, so the solution would need to work with PDF drawings containing both symbols and text.

I'm interested to know:

  • Are there existing AI/OCR/CAD tools that can already do this?
  • Has anyone successfully implemented a workflow like this?
  • Would this require a custom AI model, or could it be achieved using existing tools such as Azure AI Document Intelligence, OpenAI Vision, Bluebeam, AutoCAD plugins, Power Automate, or similar platforms?

Any advice or recommendations would be appreciated.

Thanks.


r/documentAutomation 5d ago

Built a doc-checking tool that never gives false “it’s missing” errors — struggling to find who actually needs it

4 Upvotes

What it does: you give it a standard — a checklist, a compliance spec, a review playbook — plus the documents that are supposed to satisfy it. It tells you which requirements are actually evidenced in the docs and which aren’t, and every “this is missing” is checkable against the source text. The usual keyword-matching approach cries wolf about 70% of the time; this one got that to zero.

Tested clean on financial filings and a batch of contracts. The tech isn’t my problem — finding the buyer is. Everywhere I imagine it being useful (contract review, RFPs, diligence) already has funded competitors, or the pain isn’t big enough that anyone pays.

If you’ve done doc-heavy work: where does a *missed* or *falsely-flagged* item actually cost real money? Not “where could this be useful” — where’s it expensive enough that someone would pay to prevent it?


r/documentAutomation 6d ago

EML to PDF. Local conversion, no server, no upload

0 Upvotes

Built a Chrome extension that converts EML files to PDF, entirely locally, no server, no upload, files never leave your machine. Wanted something private for archiving emails without sending them anywhere.

It's still early, so there are probably rough edges. Would really appreciate any feedback, bugs, missing features, anything that would make it more useful for you.

Try: [EML to PDF](https://chromewebstore.google.com/detail/lmkbacflmdfkdhcnbeaifnfmjmgcmcla?utm_source=item-share-cb)


r/documentAutomation 7d ago

The most expensive mistake isn’t a bad employee. It’s firing the right one for the wrong reason.

Enable HLS to view with audio, or disable this notification

11 Upvotes

r/documentAutomation 7d ago

Tools for my company

0 Upvotes

AI tools discussion:

I work for a commercial flooring company. Four of us in the office, a few more on the tools and one guy offshore that we use to do our material take-offs.

We're doing commercial tendering constantly which involves trawling through sometimes hundreds of pages of architectural drawing, material schedules and specifications. Naturally, this takes up a massive amount of time just to compile the information that is relevant to us. Out of a set of drawings that could be 300 pages, we would only require the floor finishes plan, internal elevations, subfloor and detailing. That could be about 14 pages out of hundreds.

Is there a set of AI tools which we could use to comb through all of these documents and pull together only what we require?

Are there any potential legal ramifications with having AI scan through these documents? (for context, we are located in Victoria, Australia)

Are AI tools actually what I require, or should I be looking at another system?

Any suggestions would help a lot 🙏


r/documentAutomation 7d ago

I built a free invoice OCR that runs 100% in your browser — PDF + image, no server upload

0 Upvotes