تخطَّ إلى المحتوى

PDF إلى CSV

استخرج جداول PDF كملفات مفصولة بفواصل.

تتم المعالجة على جهازك

تعمل هذه الأداة داخل متصفحك بالكامل. لا يُرفع ملفك أبدًا، ويمكنك التحقق من ذلك في تبويب الشبكة بمتصفحك. تحقّق بنفسك: افتح تبويب الشبكة في متصفحك وراقب. سترى طلبًا صغيرًا واحدًا يسأل إن كان لديك مهام متبقية — اسم أداة وبصمة تجزئة، وليس الملف أبدًا.

ماذا تفعل هذه الأداة

A PDF has no idea what a table is. There are no cells and no rows in the file, only text placed at coordinates that happen to line up, so recovering a table means finding the columns again. This tool clusters the horizontal positions of every text run, looks for a stretch of lines whose runs all fall into the same bands, and writes what it finds as CSV. Because it is inference rather than reading, every table comes with a confidence score, and the threshold is yours to set.

The usual case is numbers you would otherwise retype: a bank statement that only arrives as a PDF, invoice lines that have to be reconciled, a price list from a supplier, or an export from a system that offers PDF and nothing else.

كيف تعمل

  1. Drop the PDF onto this page. If it is a scan with no text layer, you are sent to OCR PDF rather than given an empty spreadsheet.
  2. Pick the delimiter. Comma is standard; semicolon is what Excel expects in most of Europe; tab suits pasting straight into a sheet.
  3. Set the confidence threshold. 55 per cent is the default; lower it to catch loosely aligned tables, raise it if prose is being mistaken for one.
  4. Choose one file per table, or a single file with the tables one after another.
  5. Press Extract tables. Each output shows its page and its confidence, so a doubtful table is visible as doubtful before you use it.

The detail that separates a table detector that works from one that does not is right alignment. Number columns are set flush right, so their runs share an end position rather than a start position, and a detector that clusters only on where text begins misses every financial table - which is most of what anybody converts. Both edges are clustered here.

Nothing is returned below the confidence threshold, and that is a deliberate refusal rather than a gap. A spreadsheet full of misaligned fragments looks like a result and is worse than no result, because someone will use it.

The threshold is a real dial. At 30 per cent almost any run of aligned lines is offered, which is useful for a loosely typeset table you already know is there. At 90 per cent only tables with clean, consistent columns survive, which is what you want when converting a hundred pages unattended. The default of 55 is where a typical report's tables come through and its paragraphs do not.

Detection and writing both happen in your browser. The numbers in a bank statement are about as sensitive as a document gets, and none of them are transmitted: the PDF is read and the CSV written without any part of either reaching a network.

ما لا تستطيع هذه الأداة فعله

  • Ruling lines are ignored. Columns are found from where the text sits, so a heavily bordered table whose text does not line up is still missed, and a table with no borders at all converts fine as long as it is aligned.
  • Merged and spanning cells flatten. A cell spanning three columns is written into one of them and the rest are left empty, because CSV has no way to say that a cell covers more than one column.
  • A scanned table has no text to cluster, so nothing is found. Run OCR PDF first to add a text layer, then come back.

أسئلة يطرحها الناس

كيف تعثر الأداة على الجداول؟
بالهندسة. يظهر الجدول كمجموعة أسطر متتالية يقع نصها في النطاقات الرأسية نفسها. وتُجمَّع حافتا كل مجموعة معًا، لأن أعمدة الأرقام محاذاة إلى اليمين وستكون بغير ذلك غير مرئية للكاشف. ويحصل كل مرشّح على درجة ثقة، ويُستبعد كل ما هو دون العتبة التي تحدّدها بدل تخمينه.
فاتها جدول ظاهر بوضوح. ماذا أفعل؟
اخفض عتبة الثقة - فنسبة 40 بالمئة تلتقط معظم الجداول ضعيفة المحاذاة التي يرفضها الإعداد الافتراضي. وإن لم يُجدِ ذلك، فالأرجح أن نص الجدول لا يصطفّ في أعمدة أصلًا، وهذا يحدث مع الخلايا كثيرة الالتفاف؛ وأداة PDF إلى نص ستعطيك على الأقل المحتوى لتعمل عليه يدويًا.
أي فاصل ينبغي أن أختار؟
الفاصلة إن كان الملف ذاهبًا إلى أي شيء غير Excel بإعداد أوروبي. والفاصلة المنقوطة إن كانت الأرقام في لغتك تستخدم الفاصلة فاصلةً عشرية، لأن Excel عندها يقرأ الملفات المفصولة بفاصلة منقوطة ويُفسد المفصولة بفاصلة. والجدولة أسلم خيار للّصق مباشرة في جدول بيانات مفتوح.
هل تستطيع قراءة جدول من صفحة ممسوحة ضوئيًا؟
لا بمفردها. المسح الضوئي صورة، فلا توجد مواضع نصية لتجميعها. شغّل أداة OCR للـ PDF أولًا فيصبح الجدول قابلًا للاكتشاف - وإن كانت دقة OCR في الأرقام تستحق التحقق منها خلية خلية قبل الوثوق بالأعداد.
هل تُرفع الملفات إلى أي مكان؟
لا. يُقرأ PDF ويُكتب CSV بالكامل داخل متصفحك، فلا يغادر كشف حساب مصرفي أو جدول رواتب الجهاز الذي فتحته عليه. لا حساب ولا حدّ يومي، والأداة تظل تعمل والاتصال مقطوع.

أدوات ذات صلة