Difference between revisions of "Data Extraction"

From GISAXS
Jump to: navigation, search
(llms.txt Generator (Online))
(Document Parsing)
Line 46: Line 46:
 
* [https://docs.llamaindex.ai/en/stable/llama_cloud/llama_parse/ LlamaParse] ([https://github.com/run-llama/llama_cloud_services/blob/main/examples/parse/multimodal/gemini2_flash.ipynb example use for multimodal parsing])
 
* [https://docs.llamaindex.ai/en/stable/llama_cloud/llama_parse/ LlamaParse] ([https://github.com/run-llama/llama_cloud_services/blob/main/examples/parse/multimodal/gemini2_flash.ipynb example use for multimodal parsing])
 
* [https://github.com/VikParuchuri/marker Marker]: PDFs and images to markdown
 
* [https://github.com/VikParuchuri/marker Marker]: PDFs and images to markdown
 +
* [https://arxiv.org/abs/2503.11576 SmolDocling: An ultra-compact vision-language model for end-to-end multi-modal document conversion] 256M ([https://huggingface.co/ds4sd/SmolDocling-256M-preview hf])
  
 
==PDF Conversion==
 
==PDF Conversion==

Revision as of 09:18, 17 March 2025

Data Scraping

Web Scraping

  • Firecrawl: API to turn websites into LLM-ready markdown or structured data (can be self-hosted)
  • Crawl4AI: Crawl Smarter, Faster, Freely. For AI.
  • ScrapeGraphAI: You Only Scrape Once: web scraping python library that uses LLM and direct graph logic to create scraping pipelines for websites and local documents (XML, HTML, JSON, Markdown, etc.)
  • pipet: A swiss-army tool for scraping and extracting data from online assets
  • ScrapeGraphAI: You Only Scrape Once
  • Scrapling: Undetectable, Lightning-Fast, and Adaptive Web Scraping for Python
  • sitefetch: Fetch entire site into text file (to be used with AIs)
  • LLM Scraper: Turn webpage into structured data using LLMs
  • Trafilatura: Discover and Extract Text Data on the Web

llms.txt Generator

llms.txt Generator (Online)

Headless Browser (scrape & automate)

Code & Github

Media Files

Document Parsing

PDF Conversion

PDF Language Translation

Structured Data Extraction

Screenshot

  • Microsoft OmniParser: Screen Parsing tool for Pure Vision Based GUI Agent

Optical character recognition (OCR)