fixed ignore issues hopefully
1
.gitignore
vendored
@@ -1 +1,2 @@
|
||||
venv/
|
||||
sample_tests/
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
ID,Name,Age,Email,Country,Score,Grade
|
||||
1,Alice,25,alice@example.com,USA,88,B
|
||||
2,Bob,30,bob@example.com,UK,92,A
|
||||
3,Charlie,35,charlie@example.com,Canada,85,B
|
||||
|
@@ -1,4 +0,0 @@
|
||||
ID,Name,Age
|
||||
1,Alice,25
|
||||
2,Bob,30
|
||||
3,Charlie,35
|
||||
|
@@ -1,4 +0,0 @@
|
||||
ID,Email,Country
|
||||
1,alice@example.com,USA
|
||||
2,bob@example.com,UK
|
||||
3,charlie@example.com,Canada
|
||||
|
@@ -1,4 +0,0 @@
|
||||
ID,Score,Grade
|
||||
1,88,B
|
||||
2,92,A
|
||||
3,85,B
|
||||
|
|
Before Width: | Height: | Size: 5.7 KiB |
|
Before Width: | Height: | Size: 5.2 KiB |
|
Before Width: | Height: | Size: 5.7 KiB |
|
Before Width: | Height: | Size: 5.7 KiB |
@@ -1,4 +0,0 @@
|
||||
Hello there,
|
||||
This is a sample text file for testing the Text-to-Speech conversion script.
|
||||
We are converting this text into an audio file.
|
||||
Enjoy testing your script!
|
||||
@@ -1,12 +0,0 @@
|
||||
|
||||
# Sample Markdown File
|
||||
|
||||
This is a sample Markdown file containing a table.
|
||||
|
||||
| Name | Age | Email |
|
||||
|----------|-----|------------------------|
|
||||
| Alice | 25 | alice@example.com |
|
||||
| Bob | 30 | bob@example.com |
|
||||
| Charlie | 35 | charlie@example.com |
|
||||
|
||||
Thank you for using this sample file.
|
||||
@@ -1,4 +0,0 @@
|
||||
Name,Age,Email
|
||||
Alice,25,alice@example.com
|
||||
Bob,30,bob@example.com
|
||||
Charlie,35,charlie@example.com
|
||||
|
@@ -1,6 +0,0 @@
|
||||
Name,Age,Email,Score
|
||||
Alice,25,alice@example.com,88.5
|
||||
Bob,30,bob@example.com,92.3
|
||||
Charlie,35,charlie@example.com,79.0
|
||||
David,40,david@example.com,85.4
|
||||
Eve,28,eve@example.com,91.2
|
||||
|
@@ -1,20 +0,0 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Sample HTML</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Welcome to Sample HTML</h1>
|
||||
<p>This is a simple HTML file for testing the HTML to Markdown conversion.</p>
|
||||
<ul>
|
||||
<li>Item 1</li>
|
||||
<li>Item 2</li>
|
||||
<li>Item 3</li>
|
||||
</ul>
|
||||
<p>Thank you for using the sample HTML file.</p>
|
||||
</body>
|
||||
</html>
|
||||
|
Before Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 16 KiB |
@@ -1,32 +0,0 @@
|
||||
[
|
||||
{
|
||||
"Name": "Alice",
|
||||
"Age": "25",
|
||||
"Email": "alice@example.com",
|
||||
"Score": "88.5"
|
||||
},
|
||||
{
|
||||
"Name": "Bob",
|
||||
"Age": "30",
|
||||
"Email": "bob@example.com",
|
||||
"Score": "92.3"
|
||||
},
|
||||
{
|
||||
"Name": "Charlie",
|
||||
"Age": "35",
|
||||
"Email": "charlie@example.com",
|
||||
"Score": "79.0"
|
||||
},
|
||||
{
|
||||
"Name": "David",
|
||||
"Age": "40",
|
||||
"Email": "david@example.com",
|
||||
"Score": "85.4"
|
||||
},
|
||||
{
|
||||
"Name": "Eve",
|
||||
"Age": "28",
|
||||
"Email": "eve@example.com",
|
||||
"Score": "91.2"
|
||||
}
|
||||
]
|
||||
@@ -1,10 +0,0 @@
|
||||
# Welcome to Sample HTML
|
||||
|
||||
This is a simple HTML file for testing the HTML to Markdown conversion.
|
||||
|
||||
* Item 1
|
||||
* Item 2
|
||||
* Item 3
|
||||
|
||||
Thank you for using the sample HTML file.
|
||||
|
||||
|
Before Width: | Height: | Size: 2.3 KiB |
@@ -1,18 +0,0 @@
|
||||
|
||||
name: Sample Project
|
||||
description: This is a sample YAML file to test the YAML to Markdown conversion script.
|
||||
version: 1.0.0
|
||||
authors:
|
||||
- name: John Doe
|
||||
email: john.doe@example.com
|
||||
- name: Jane Smith
|
||||
email: jane.smith@example.com
|
||||
dependencies:
|
||||
- package: pandas
|
||||
version: "1.3.0"
|
||||
- package: numpy
|
||||
version: "1.21.0"
|
||||
features:
|
||||
- Supports YAML to Markdown conversion
|
||||
- Handles nested dictionaries and lists
|
||||
- Easy to use
|
||||
@@ -1,20 +0,0 @@
|
||||
- Name: Alice
|
||||
Age: 25
|
||||
Email: alice@example.com
|
||||
Score: 88.5
|
||||
- Name: Bob
|
||||
Age: 30
|
||||
Email: bob@example.com
|
||||
Score: 92.3
|
||||
- Name: Charlie
|
||||
Age: 35
|
||||
Email: charlie@example.com
|
||||
Score: 79.0
|
||||
- Name: David
|
||||
Age: 40
|
||||
Email: david@example.com
|
||||
Score: 85.4
|
||||
- Name: Eve
|
||||
Age: 28
|
||||
Email: eve@example.com
|
||||
Score: 91.2
|
||||
@@ -1,14 +0,0 @@
|
||||
Sample DOCX Document
|
||||
|
||||
This is a sample paragraph for testing DOCX to Markdown conversion.
|
||||
|
||||
List of Items
|
||||
|
||||
Item 1
|
||||
|
||||
Item 2
|
||||
|
||||
Item 3
|
||||
|
||||
End of the sample DOCX document. Thank you for using this test file.
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
<h1>Welcome to Sample HTML</h1>
|
||||
<p>This is a simple HTML file for testing the HTML to Markdown conversion.</p>
|
||||
<ul>
|
||||
<li>Item 1</li>
|
||||
<li>Item 2</li>
|
||||
<li>Item 3</li>
|
||||
</ul>
|
||||
<p>Thank you for using the sample HTML file.</p>
|
||||
@@ -1,5 +0,0 @@
|
||||
# Image Content
|
||||
|
||||
This is a sample inage for testing.
|
||||
Tt contains multiple Lines of text
|
||||
‘to be converted to Markdown.
|
||||
@@ -1,6 +0,0 @@
|
||||
Name,Age,Email,Score
|
||||
Alice,25,alice@example.com,88.5
|
||||
Bob,30,bob@example.com,92.3
|
||||
Charlie,35,charlie@example.com,79.0
|
||||
David,40,david@example.com,85.4
|
||||
Eve,28,eve@example.com,91.2
|
||||
|
@@ -1,6 +0,0 @@
|
||||
Welcome to Sample HTML:
|
||||
paragraph: This is a simple HTML file for testing the HTML to Markdown conversion.
|
||||
items:
|
||||
- Item 1
|
||||
- Item 2
|
||||
- Item 3 Thank you for using the sample HTML file.
|
||||
|
Before Width: | Height: | Size: 6.3 KiB |
@@ -1,6 +0,0 @@
|
||||
Name,Age,Email,Score
|
||||
Alice,25,alice@example.com,88.5
|
||||
Bob,30,bob@example.com,92.3
|
||||
Charlie,35,charlie@example.com,79.0
|
||||
David,40,david@example.com,85.4
|
||||
Eve,28,eve@example.com,91.2
|
||||
|
@@ -1,32 +0,0 @@
|
||||
[
|
||||
{
|
||||
"Name":"Alice",
|
||||
"Age":25,
|
||||
"Email":"alice@example.com",
|
||||
"Score":88.5
|
||||
},
|
||||
{
|
||||
"Name":"Bob",
|
||||
"Age":30,
|
||||
"Email":"bob@example.com",
|
||||
"Score":92.3
|
||||
},
|
||||
{
|
||||
"Name":"Charlie",
|
||||
"Age":35,
|
||||
"Email":"charlie@example.com",
|
||||
"Score":79.0
|
||||
},
|
||||
{
|
||||
"Name":"David",
|
||||
"Age":40,
|
||||
"Email":"david@example.com",
|
||||
"Score":85.4
|
||||
},
|
||||
{
|
||||
"Name":"Eve",
|
||||
"Age":28,
|
||||
"Email":"eve@example.com",
|
||||
"Score":91.2
|
||||
}
|
||||
]
|
||||
@@ -1,30 +0,0 @@
|
||||
{
|
||||
"name": "Sample Project",
|
||||
"description": "This is a sample YAML file to test the YAML to Markdown conversion script.",
|
||||
"version": "1.0.0",
|
||||
"authors": [
|
||||
{
|
||||
"name": "John Doe",
|
||||
"email": "john.doe@example.com"
|
||||
},
|
||||
{
|
||||
"name": "Jane Smith",
|
||||
"email": "jane.smith@example.com"
|
||||
}
|
||||
],
|
||||
"dependencies": [
|
||||
{
|
||||
"package": "pandas",
|
||||
"version": "1.3.0"
|
||||
},
|
||||
{
|
||||
"package": "numpy",
|
||||
"version": "1.21.0"
|
||||
}
|
||||
],
|
||||
"features": [
|
||||
"Supports YAML to Markdown conversion",
|
||||
"Handles nested dictionaries and lists",
|
||||
"Easy to use"
|
||||
]
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
- **name**: Sample Project
|
||||
- **description**: This is a sample YAML file to test the YAML to Markdown conversion script.
|
||||
- **version**: 1.0.0
|
||||
- **authors**:
|
||||
- **name**: John Doe
|
||||
- **email**: john.doe@example.com
|
||||
- **name**: Jane Smith
|
||||
- **email**: jane.smith@example.com
|
||||
- **dependencies**:
|
||||
- **package**: pandas
|
||||
- **version**: 1.3.0
|
||||
- **package**: numpy
|
||||
- **version**: 1.21.0
|
||||
- **features**:
|
||||
- Supports YAML to Markdown conversion
|
||||
- Handles nested dictionaries and lists
|
||||
- Easy to use
|
||||
@@ -1,20 +0,0 @@
|
||||
- Name: Alice
|
||||
Age: '25'
|
||||
Email: alice@example.com
|
||||
Score: '88.5'
|
||||
- Name: Bob
|
||||
Age: '30'
|
||||
Email: bob@example.com
|
||||
Score: '92.3'
|
||||
- Name: Charlie
|
||||
Age: '35'
|
||||
Email: charlie@example.com
|
||||
Score: '79.0'
|
||||
- Name: David
|
||||
Age: '40'
|
||||
Email: david@example.com
|
||||
Score: '85.4'
|
||||
- Name: Eve
|
||||
Age: '28'
|
||||
Email: eve@example.com
|
||||
Score: '91.2'
|
||||
@@ -1,23 +0,0 @@
|
||||
# PDF Content
|
||||
|
||||
## Page 1
|
||||
|
||||
Sample PDF Document - Page 1
|
||||
This is a sample PDF file for testing the PDF to JPG conversion script. The file contains multiple
|
||||
pages with simple text to ensure the script's functionality is tested correctly.
|
||||
|
||||
|
||||
## Page 2
|
||||
|
||||
Sample PDF Document - Page 2
|
||||
This is the second page of the sample PDF document. It helps test whether the script correctly
|
||||
converts each page to an individual JPG image.
|
||||
|
||||
|
||||
## Page 3
|
||||
|
||||
Sample PDF Document - Page 3
|
||||
This is the third page of the sample PDF document. Feel free to test the script and check the results
|
||||
to ensure everything works as expected.
|
||||
|
||||
|
||||