Viewing profile — souvik3333
souvik3333
HN member- Joined
- Tue, Apr 08, 2025, 9:18 AM UTC
- HN karma
- 24
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About souvik3333
Recent public activity
-
comment
Comment #45591301
We have evaluated against Gemini-2.5-flash. You can check the benchmarks here https://nanonets.com/research/nanonets-ocr-2/#markdown-evalu...
-
comment
Comment #45591216
Yeah, we do have api support. Currently, you can process 10k documents per month free. Let me know if you face any issues.
-
comment
Comment #45591189
We have developed DocStrange to create LLM-ready data from images and PDFs. We have open-sourced a 3B finetuned model also. You can try both the open-sourced and private models fro…
- story
-
comment
Comment #44290877
It should work there also. We have trained on research papers with two columns of text. Generally, papers have references as a footer and contains page number.
-
comment
Comment #44290127
This is the result. ``` Page 1 of 1 Page # <page_number>8</page_number> Log: MA 6100 Z. O 3. 15 34 cement emitter resistors - 0.33 R SW 5% measure 0.29 R, 0.26 R 35 rep…
-
comment
Comment #44289877
They will be extracted in a new line as normal text. It will be the last line.
-
comment
Comment #44289865
We have trained the model on tables with hierarchical column headers and with rowspan and colspan >1. So it should work fine. This is the reason we predict the table in HTML instea…
-
comment
Comment #44289332
Actually, we have trained the model to convert to markdown and do semantic tagging at the same time. Eg, the equations will be extracted as LaTeX equations, and images (plots, figu…
-
comment
Comment #44288324
Hey, the reason for the long processing time is that lots of people are using it, and with probably larger documents. I tested your file locally seems to be working correctly. http…
-
comment
Comment #44287838
We have not trained explicitly on handwriting datasets (completely handwritten documents). But, there are lots of forms data with handwriting present in training. So, do try on you…
-
comment
Comment #44287261
The model was primarily trained on English documents, which is why English is listed as the main language. However, the training data did include a smaller proportion of Chinese an…
-
comment
Comment #44287230
Hi, author of the model here.. We have a benchmark for evaluating VLM on document understanding tasks: https://idp-leaderboard.org/ . But unfortunately, it does not include image t…
-
comment
Comment #44287216
Hi, author of the model here. It is an open-weight model, you can download it from here: https://huggingface.co/nanonets/Nanonets-OCR-s
-
comment
Comment #44209370
[dead]
- story
- story
-
story
Show HN: onprem unstructured data extraction with 4 lines of code
The traditional pipeline for unstructured data extraction typically follows these steps: 1. Image → OCR Model (e.g., Google Vision) → Layout Model (e.g. Surya) → LLM → Final Answer…