You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Humidity
•10% minimum (non-condensing)
• 95% maximum (non-condensing)
Full returned text from pymupdf4llm:
>>> print(md_text)
**Standards**
- IEEE 802.11n
- IEEE 802.11g
- IEEE 802.3
- IEEE 802.3u
**Security**
- WEP[TM ]
- WPA[TM ]- Personal/Enterprise
- WPA2[TM ]- Personal/Enterprise
**Wireless Signal Rates[1]**
**IEEE 802.11n:**
- 300 Mbps (max)
# Technical Specifications
**Humidity**
- 0% minimum (non-condensing)
- 95% maximum (non-condensing)
**Safety & Emissions**
- CE
- FCC
- Wi-Fi Certified
**Dimensions**
- 175 x 150 x 31 mm
(6.89 x 5.9 x 1.22 inches)
**IEEE 802.11g:**
- 54 Mbps - 48 Mbps - 36 Mbps
- 24 Mbps - 18 Mbps - 12 Mbps
- 11 Mbps - 9 Mbps - 6 Mbps
**Wireless Frequency Range[2] (Europe)**
- 2.4 GHz to 2.4835 GHz (802.11g/n)
**Operating Temperature**
- 0 °C to 40 °C (32 °F to 104 °F)
**Storage Temperature**
- -20 °C to 65 °C (-4 °F to 149 °F)
1 Maximum wireless signal rate derived from IEEE Standard 802.11b, 802.11g and 802.11n specifications. Actual data throughput will vary. Network conditions and environmental factors, including
volume of network traffic, building materials and construction, and network overhead, lower actual data throughput rate. Environmental factors will adversely affect wireless signal range.
2 Frequency Range varies depending on country’s regulation
-----
Full returned text by page.get_text():
>>> print(d[0].get_text())
74
D-Link DIR-612 User Manual
Appendix C - Technical Specifications
Technical Specifications
Standards
• IEEE 802.11n
• IEEE 802.11g
• IEEE 802.3
• IEEE 802.3u
Security
• WEPTM
• WPATM - Personal/Enterprise
• WPA2TM - Personal/Enterprise
Wireless Signal Rates1
IEEE 802.11n:
• 300 Mbps (max)
IEEE 802.11g:
• 54 Mbps
• 48 Mbps
• 36 Mbps
• 24 Mbps
• 18 Mbps
• 12 Mbps
• 11 Mbps
• 9 Mbps
• 6 Mbps
Wireless Frequency Range2 (Europe)
• 2.4 GHz to 2.4835 GHz (802.11g/n)
Operating Temperature
• 0 °C to 40 °C (32 °F to 104 °F)
Storage Temperature
• -20 °C to 65 °C (-4 °F to 149 °F)
Humidity
•10% minimum (non-condensing)
• 95% maximum (non-condensing)
Safety & Emissions
• CE
• FCC
• Wi-Fi Certified
Dimensions
• 175 x 150 x 31 mm
(6.89 x 5.9 x 1.22 inches)
1 Maximum wireless signal rate derived from IEEE Standard 802.11b, 802.11g and 802.11n specifications. Actual data throughput will vary. Network conditions and environmental factors, including
volume of network traffic, building materials and construction, and network overhead, lower actual data throughput rate. Environmental factors will adversely affect wireless signal range.
2 Frequency Range varies depending on country’s regulation
Expected vs Actual Behavior
Expected: Text extracted bypymupdf4llm.to_markdown and page.get_text - must be same (exclude markup)
Actual: Extracted text by pymupdf4llm.to_markdown lost one character ("1" - digit in string "•10% minimum (non-condensing)
" is lost)
Description of the bug
Good afternoon!
Problem Description
I have a problem with extracting md from pdf file.
If I extract text using page.get_text() - everything is fine.
If I extract text using pymupdf4llm.to_markdown() one digit “1” is lost
PDF file: example.pdf
Problem part (produced by pymupdf4llm:
Same part produced by page.get_text():
Text inside pdf:
Full returned text from pymupdf4llm:
Full returned text by page.get_text():
Expected vs Actual Behavior
Expected: Text extracted bypymupdf4llm.to_markdown and page.get_text - must be same (exclude markup)
Actual: Extracted text by pymupdf4llm.to_markdown lost one character ("1" - digit in string "•10% minimum (non-condensing)
" is lost)
Environment Information
Thanks in advance!
How to reproduce the bug
Steps to Reproduce
PyMuPDF version
1.25.3
Operating system
Linux
Python version
3.10
The text was updated successfully, but these errors were encountered: