SaaSHub helps you find the best software and product alternatives Learn more →
Camelot Alternatives
Similar projects and alternatives to Camelot
-
PyPDF2
A pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
aichat
All-in-one AI CLI tool featuring Chat-REPL, Shell Assistant, RAG, AI tools & agents, with access to OpenAI, Claude, Gemini, Ollama, Groq, and more.
-
-
doctr
docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by Deep Learning.
-
image-table-ocr
Turn images of tables into CSV data. Detect tables from images and run OCR on the cells.
-
-
pdftabextract
A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.
-
-
-
Kaitai Struct
Kaitai Struct: declarative language to generate binary data parsers in C++ / C# / Go / Java / JavaScript / Lua / Nim / Perl / PHP / Python / Ruby
-
-
-
ocrmac
A python wrapper to extract text from images on a mac system. Uses the vision framework from Apple.
-
PyMuPDF
PyMuPDF is a high performance Python library for data extraction, analysis, conversion & manipulation of PDF (and other) documents.
Camelot discussion
Camelot reviews and mentions
-
Show HN: How do you OCR on a Mac using the CLI or just Python for free
I had good repeated success extracting tables from PDFs using Camelot (Python, https://github.com/camelot-dev/camelot)
-
How to query the table part of PDF
I found this today and it is working well https://github.com/camelot-dev/camelot
-
Camelot: DeprecationError: PdfFileReader is deprecated and was removed in PyPDF2 3.0.0. Use PdfReader instead.
here is the corresponding bug report in git: https://github.com/camelot-dev/camelot/issues/339
-
HELP! Data Prep from PDF file having Tabular Data?
Try https://github.com/camelot-dev/camelot. It seems like this should work on your case.
- Need help with indexing pdf tables in python
-
exporting handwritten dataset as text, export it and use it as a csv
Yeah, I’m pretty sure the Remarkable OCR is not up to these kinds of tasks unfortunately. If you know some coding you could write something that’d likely work well in Python using for ex. this for receiving the mail attachment and this for converting the PDF to CSV. This is in case you’d write your data as a table on the Remarkable, which I guess is preferable to writing something like (0.5, 8.4, -0.3). If you’d rather do it that way, there are other more suitable OCR tools like this one. The checkbox use-case in the comment above would also be possible by modifying this approach. DM if you’d like to discuss further work.
- Camelot: PDF Table Extraction for Humans
-
Show HN: I made a tool to convert images of tables to CSV
Looks like it's a bit in-progress: https://github.com/camelot-dev/camelot/pull/209
"Update docs" isn't checked, and that's what I was going on.
-
A note from our sponsor - SaaSHub
www.saashub.com | 6 Oct 2024
Stats
camelot-dev/camelot is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of Camelot is Python.