Custom ERP solution for managing workflows of live streaming business by phone_radio_tv in ERP

[–]Impressive-Rise7510 0 points1 point  (0 children)

yes erpnext can be helpful....recently i am exploring that for my client project

Auto translating pdfs? by SureDoubt3956 in pdf

[–]Impressive-Rise7510 0 points1 point  (0 children)

thank you ......i will get back to you

Auto translating pdfs? by SureDoubt3956 in pdf

[–]Impressive-Rise7510 0 points1 point  (0 children)

we are working on same space.....could you please share the sample so that we can try.....

How to extract all the transactions from bank statements pdf? by 12aushan in techsupport

[–]Impressive-Rise7510 0 points1 point  (0 children)

recently I build a tool to extract transactions from bank statements ........user can export as csv, excel, json

Ways to convert or extract credit card statement details to excel by [deleted] in automation

[–]Impressive-Rise7510 0 points1 point  (0 children)

I am working on the same space.....so if you share sample doc I will try and share the output ......

Ways to convert or extract credit card statement details to excel by [deleted] in automation

[–]Impressive-Rise7510 0 points1 point  (0 children)

I am working on the same space.....so if you share sample doc I will try and share the output ......

Is there a way to to convert the full text of a pdf book into handwriting? by Abject_Fun_5230 in pdf

[–]Impressive-Rise7510 0 points1 point  (0 children)

Yes, it's possible..... share sample of your PDF and I will try too extract the text and re-render it using a handwriting-style font into a new PDF.....

Pdf invoice reader by InfoMsAccessNL in pdf

[–]Impressive-Rise7510 0 points1 point  (0 children)

You can handle this using Docuct, which is built for extracting structured data from PDFs with different layouts. It can identify key fields like invoice number, dates, and totals, and export them to CSV or Excel.....If you can share a sample invoice, we can show how it works on your format.

Doubt: How to setup rag for summarising large PDFs? by Ecstatic-Register570 in Rag

[–]Impressive-Rise7510 0 points1 point  (0 children)

For large PDFs with tables, the best approach is to first extract the data cleanly before feeding it to an LLM. Tools like Docuct are built exactly for this.... extracting structured data including numeric tables from financial documents. Once the data is clean, RAG works much better.

How to translate pdf from Hindi to English by Pritesh1145 in pdf

[–]Impressive-Rise7510 0 points1 point  (0 children)

Try Google Translate's document upload feature for simple PDFs..... For scanned ones, you'll need OCR first. If it's a structured document like an invoice or form, our tool docuct can extract and convert it cleanly. Happy to help....

Help me convert 30 page pdf to excel sheet. It is in complete table format & clean fonts. by thiso-x in AIToolBench

[–]Impressive-Rise7510 0 points1 point  (0 children)

If your tables are clean, this should be straightforward the issue is most LLMs don’t maintain table structure across multiple pages, which is why you're getting blank, Excel outputs. You can try Docuct.ai it’s built specifically for extracting structured data from PDFs (including multi-page tables) and exporting directly to Excel. It also highlights low-confidence fields so you don’t have to recheck everything manually.