https://github.com/gptscript-ai/pdf-tool
GPTScript tool to parse PDFs with Cloud OCR offerings.
https://github.com/gptscript-ai/pdf-tool
Last synced: 11 months ago
JSON representation
GPTScript tool to parse PDFs with Cloud OCR offerings.
- Host: GitHub
- URL: https://github.com/gptscript-ai/pdf-tool
- Owner: gptscript-ai
- Created: 2024-07-23T21:31:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T16:43:13.000Z (over 1 year ago)
- Last Synced: 2024-09-16T20:33:12.264Z (over 1 year ago)
- Language: Python
- Size: 752 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PDF Tools
## Overview
This repository contains a collection of lower level tools to work with PDF files using major cloud provider OCR tools. Each of the tools will extract one page at a time from the PDF file and send it to the OCR service. The extracted text will be consumed by the LLM.
## Tools
- [Azure](./azure) - Uses Computer Vision
- [Google](./google) - Uses Vision API
- [AWS](./aws) - Uses Textract
- [OpenAI GPT-4o](./openai)