semmyk commited on
Commit
23344b4
Β·
1 Parent(s): df4f1c6

Update README.md (#1)

Browse files

- Update README.md (52351f5b6abfe52798f5df04518a16b64831c96c)

Files changed (1) hide show
  1. README.md +36 -12
README.md CHANGED
@@ -1,31 +1,53 @@
1
  ---
2
  title: parser2md - PDF & HTML parser to markdown
3
  emoji: πŸ“š
 
 
4
  colorFrom: yellow
5
  colorTo: purple
6
  sdk: gradio
7
  command: python main.py
8
  app_file: main.py
9
  python_version: 3.12
 
10
  license: mit
11
  pinned: true
12
  short_description: PDF & HTML parser to markdown
13
- models:
14
- - meta-llama/Llama-4-Maverick-17B-128E-Instruct
15
- - openai/gpt-oss-120b
16
- - openai/gpt-oss-20b
17
- tags:
18
- - markdown
19
- - PDF
20
- - parser
21
- - converter
22
- - extractor
23
  owner: research-semmyk
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  version: 0.1.0
25
  readme: README.md
26
- requires-python: '>=3.12'
27
  dependencies: []
28
- sdk_version: 5.46.0
 
 
 
 
 
29
  ---
30
 
31
  # parserPDF
@@ -186,4 +208,6 @@ MIT License. See [LICENSE](LICENSE) for details.
186
  - PDF parsing via [Marker](https://github.com/VikParuchuri/marker).
187
  - LLM integrations using Hugging Face Transformers and OpenAI APIs.
188
  - HuggingFace Spaces Configuration Reference [HF Spaces Configuration Reference](https://huggingface.co/docs/hub/en/spaces-config-reference)
 
 
189
  - IBM Research: [HF Spaces Guide](https://huggingface.co/spaces/ibm-granite/granite-vision-demo/blob/main/DEVELOPMENT.md)
 
1
  ---
2
  title: parser2md - PDF & HTML parser to markdown
3
  emoji: πŸ“š
4
+ title: parser2md - PDF & HTML parser to markdown
5
+ emoji: πŸ“š
6
  colorFrom: yellow
7
  colorTo: purple
8
  sdk: gradio
9
  command: python main.py
10
  app_file: main.py
11
  python_version: 3.12
12
+ python_version: 3.12
13
  license: mit
14
  pinned: true
15
  short_description: PDF & HTML parser to markdown
16
+ models: [meta-llama/Llama-4-Maverick-17B-128E-Instruct, openai/gpt-oss-120b, openai/gpt-oss-20b]
17
+ tags: [markdown, PDF, parser, converter, extractor]
18
+ #hf_oauth: true
19
+ preload_from_hub: [https://huggingface.co/datalab-to/surya_layout, https://huggingface.co/datalab-to/surya_tablerec, huggingface.co/datalab-to/line_detector0, https://huggingface.co/tarun-menta/ocr_error_detection/blob/main/config.json]
 
 
 
 
 
 
20
  owner: research-semmyk
21
+ #---
22
+ #
23
+ #[Project]
24
+ #---
25
+ #title: parser2md - PDF & HTML parser to markdown
26
+ #emoji: \U0001F4C4πŸ“πŸ“‘
27
+ #colorFrom: yellow
28
+ #colorTo: purple
29
+ #sdk: gradio
30
+ #python_version: 3.12
31
+ #sdk_version: 5.44.1
32
+ #app_file: main.py
33
+ #command: python main.py
34
+ #models:
35
+ # - meta-llama/Llama-4-Maverick-17B-128E-Instruct
36
+ # - openai/gpt-oss-120b
37
+ #pinned: false
38
+ #license: mit
39
+ #name: parser2md
40
+ #short_description: PDF & HTML parser to markdown
41
  version: 0.1.0
42
  readme: README.md
43
+ requires-python: ">=3.12"
44
  dependencies: []
45
+ #owner: research-semmyk
46
+ #preload_from_hub:
47
+ # - https://huggingface.co/datalab-to/surya_layout
48
+ # - https://huggingface.co/datalab-to/surya_tablerec
49
+ # - huggingface.co/datalab-to/line_detector0
50
+ # - https://huggingface.co/tarun-menta/ocr_error_detection/blob/main/config.json
51
  ---
52
 
53
  # parserPDF
 
208
  - PDF parsing via [Marker](https://github.com/VikParuchuri/marker).
209
  - LLM integrations using Hugging Face Transformers and OpenAI APIs.
210
  - HuggingFace Spaces Configuration Reference [HF Spaces Configuration Reference](https://huggingface.co/docs/hub/en/spaces-config-reference)
211
+ - IBM Research: [HF Spaces Guide](https://huggingface.co/spaces/ibm-granite/granite-vision-demo/blob/main/DEVELOPMENT.md)
212
+ - HuggingFace Spaces Configuration Reference [HF Spaces Configuration Reference](https://huggingface.co/docs/hub/en/spaces-config-reference)
213
  - IBM Research: [HF Spaces Guide](https://huggingface.co/spaces/ibm-granite/granite-vision-demo/blob/main/DEVELOPMENT.md)