Skip to content

Commit

Permalink
πŸ“ Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Namgyu-Youn authored Jan 3, 2025
1 parent 27be851 commit e24a3d9
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
# arXiv to Obsidian Converter
This is **certified obsidian-plugin**. I suffured from Bug, so made simple text extractor using OCR.
This is **certified obsidian-plugin**. I suffured from too many Bugs, so made simple text extractor using OCR.
- See also : [obsidian-citation-plugin](https://github.com/hans/obsidian-citation-plugin), [arxiv-assistant](https://github.com/Puer-Hyun/arxiv-assistant).

Automatically converts arXiv papers into well-formatted Obsidian notes. It downloads papers using arXiv IDs, processes their content, and creates structured notes with metadata, summaries, and key points.

If you extracted paper, then anything can be possible (ex. LLM summarization)

⬇️ Sample Output ⬇️

<img width="900" alt="image" src="https://github.com/Namgyu-Youn/arxiv-to-obsidian-converter/main/src/sample_output.png">
<img width="900" alt="image" src="https://github.com/Namgyu-Youn/arxiv-to-obsidian-converter/blob/main/src/sample_obsidian.png">

<img width="900" alt="image" src="https://github.com/Namgyu-Youn/arxiv-to-obsidian-converter/main/src/sample_terminal.png">
<img width="900" alt="image" src="https://github.com/Namgyu-Youn/arxiv-to-obsidian-converter/blob/main/src/sample_output.png">

<img width="900" alt="image" src="https://github.com/Namgyu-Youn/arxiv-to-obsidian-converter/main/src/sample_obsidian.png">
<img width="900" alt="image" src="https://github.com/Namgyu-Youn/arxiv-to-obsidian-converter/blob/main/src/sample_terminal.png">




## ✨ Features

- Downloads papers directly from arXiv using paper IDs
- Extracts citation counts from Semantic Scholar
- Downloads papers directly **from arXiv** using paper IDs
- **Extracts citation** using Semantic Scholar
- Processes PDF content with **OCR support**
- Creates well-structured **Obsidian notes** with:
- Paper metadata
Expand All @@ -29,13 +31,6 @@ Automatically converts arXiv papers into well-formatted Obsidian notes. It downl
- Formatted content with proper paragraph breaks



## βž• Prerequisites

- Python 3.12 or higher
- Tesseract : OCR
- Poetry, Docker

## 🚩 How to use?
### Step 1. Clone the repository
```bash
Expand Down Expand Up @@ -80,4 +75,8 @@ Copyarxiv_to_obsidian/
β”œβ”€β”€ main.py # Main execution file
└── tests/ # Test files
└── __init__.py
```
```

## πŸ‘₯ Contribution guide
Thanks for your interest. I always enjoy meaningful collaboration. <br/>
Do you have any question or bug?? Then please submit **ISSUE**!

0 comments on commit e24a3d9

Please sign in to comment.