awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
chineseocr avatar

chineseocr/table-ocr

0
View on GitHub↗
605 stars·154 forks·Python·11 views

Table Ocr

[x] 支持GPU,CPU(opencv dnn加速); - [ ] 整合darknet-ocr完成对表格的重建,输出json\excel

Features

  • Table Processing - U-Net based table detection and reconstruction.

Star history

Star history chart for chineseocr/table-ocrStar history chart for chineseocr/table-ocr

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does chineseocr/table-ocr do?

[x] 支持GPU,CPU(opencv dnn加速); - [ ] 整合darknet-ocr完成对表格的重建,输出json\excel

What are the main features of chineseocr/table-ocr?

The main features of chineseocr/table-ocr are: Table Processing.

Which projects share features with chineseocr/table-ocr?

Projects with overlapping indexed features include: atlanhq/camelot — Camelot is a Python-based library designed to parse, extract, and clean tabular data from PDF files. It converts table… carefree0910/carefree-learn — Deep Learning ❤️ PyTorch. chezou/tabula-py — Simple wrapper of tabula-java: extract table from PDF into pandas DataFrame. diyago/gan-for-tabular-data — Generative Networks are well-known for their success in realistic image generation. However, they can also be applied… google-research/tapas — End-to-end neural table-text understanding models. holms-ur/fine-tuning — Close-Domain fine-tuning for table detection.

Projects sharing features with Table Ocr

These projects share indexed features with Table Ocr. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • carefree0910/carefree-learncarefree0910 avatar

    carefree0910/carefree-learn

    410View on GitHub↗

    Deep Learning ❤️ PyTorch

    Python
    View on GitHub↗410
  • chezou/tabula-pychezou avatar

    chezou/tabula-py

    2,315View on GitHub↗

    Simple wrapper of tabula-java: extract table from PDF into pandas DataFrame

    Pythonpandaspdfpython
    View on GitHub↗2,315
  • diyago/gan-for-tabular-dataDiyago avatar

    Diyago/GAN-for-tabular-data

    0View on GitHub↗

    Generative Networks are well-known for their success in realistic image generation. However, they can also be applied to generate tabular data. We introduce major improvements for generating high-fidelity tabular data giving oppotunity to try GANS, TimeGANs, Diffusions and LLM for tabular data…

    View on GitHub↗0
  • atlanhq/camelotatlanhq avatar

    atlanhq/camelot

    3,717View on GitHub↗

    Camelot is a Python-based library designed to parse, extract, and clean tabular data from PDF files. It converts table elements from text-based PDF documents into programmable data structures and dataframes. The tool identifies tabular regions using coordinate-based grouping, lattice-based line detection, and stream-based text extraction. It can also rasterize PDF pages into images to utilize computer vision for detecting structural lines and boundaries. Extracted data is validated through accuracy and whitespace metrics to filter out low-quality extractions. The processed information can be

    Python
    View on GitHub↗3,717
Compare all 10 related projects→