From a79b9c508be0c9faec279742aecfcf7bd5691628 Mon Sep 17 00:00:00 2001 From: Hiroaki Yutani Date: Mon, 25 Nov 2024 12:36:24 +0900 Subject: [PATCH] Fix anchor links in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f715d02..cf57dba 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@
-_Extractous offers a fast and efficient solution for extracting content and metadata from various documents types such as PDF, Word, HTML, and [many other formats](#supported-file-formats). +_Extractous offers a fast and efficient solution for extracting content and metadata from various documents types such as PDF, Word, HTML, and [many other formats](#-supported-file-formats). Our goal is to deliver a fast and efficient comprehensive solution in Rust with bindings for many programming languages._ @@ -55,7 +55,7 @@ With Extractous, the need for external services or APIs is eliminated, making da * High-performance unstructured data extraction optimized for speed and low memory usage. * Clear and simple API for extracting text and metadata content. * Automatically identifies document types and extracts content accordingly -* Supports [many file formats](#supported-file-formats) (most formats supported by Apache Tika). +* Supports [many file formats](#-supported-file-formats) (most formats supported by Apache Tika). * Extracts text from images and scanned documents with OCR through [tesseract-ocr](https://github.com/tesseract-ocr/tesseract). * Core engine written in Rust with bindings for [Python](https://pypi.org/project/extractous/) and upcoming support for JavaScript/TypeScript. * Detailed documentation and examples to help you get started quickly and efficiently.