nicolasb92 commited on
Commit
db00c99
·
1 Parent(s): d025c4d

Mistral OCR update

Browse files
app.py CHANGED
@@ -39,7 +39,7 @@ def read_markdown_file(
39
  md_content = md_path.read_text()
40
  pattern = r"\n\{\d+\}-+\s\n*"
41
  md_content_pages = re.split(pattern, md_content)
42
- case "gemini":
43
  md_path = markdown_dir / pdf_filename.replace(".pdf", ".md")
44
  md_content = md_path.read_text()
45
  pattern = r"--- end page \d+"
@@ -63,7 +63,7 @@ def read_pdf_file(pdf_path: Path) -> bytes:
63
 
64
  st.title("PDF and Markdown Viewer")
65
 
66
- method = st.selectbox("Choose method", options=["docling", "llamaparse", "marker-pdf", "pymupdf", "gemini"])
67
  markdown_folder = repo_folder / f"{method}-folder" / "md"
68
  filename = st.selectbox("Choose filename", options=pdfs_files)
69
  num_pages_file = pdf_pages[filename]
 
39
  md_content = md_path.read_text()
40
  pattern = r"\n\{\d+\}-+\s\n*"
41
  md_content_pages = re.split(pattern, md_content)
42
+ case "gemini" | "mistral":
43
  md_path = markdown_dir / pdf_filename.replace(".pdf", ".md")
44
  md_content = md_path.read_text()
45
  pattern = r"--- end page \d+"
 
63
 
64
  st.title("PDF and Markdown Viewer")
65
 
66
+ method = st.selectbox("Choose method", options=["docling", "llamaparse", "marker-pdf", "pymupdf", "gemini", "mistral"])
67
  markdown_folder = repo_folder / f"{method}-folder" / "md"
68
  filename = st.selectbox("Choose filename", options=pdfs_files)
69
  num_pages_file = pdf_pages[filename]
mistral-folder/2023-conocophillips-aim-presentation-1-7.md ADDED
The diff for this file is too large to render. See raw diff
 
mistral-folder/XC9500_CPLD_Family-1-4.md ADDED
The diff for this file is too large to render. See raw diff
 
mistral-folder/deloitte-tech-risk-sector-banking.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Deloitte.
2
+
3
+ ## Pushing through undercurrents
4
+
5
+ ## Technology's impact on systemic risk: A look at banking
6
+
7
+ As more financial institutions embrace digital innovation, risks emerge that could threaten the stability of the financial system. Some of these risks originate from a single sector. Either way, they could proliferate and become systemic without appropriate management.
8
+
9
+ To understand what these technology-driven risks look like, the World Economic Forum (the Forum) and Deloitte consulted over 100 financial services and technology experts in the development of a new report, Pushing through undercurrents. This group shared more specific perspectives on the forces behind technology-driven systemic risk in the banking sector. Here's a summary of what we learned. You can learn more in the full report from the Forum, and the executive summary from Deloitte.
10
+
11
+ ## Risk 1: Risk exposure from Banking as a Service offerings
12
+
13
+ ## What could go wrong?
14
+
15
+ Banking as a service (BaaS) increasingly relies on application programming interfaces, introducing vulnerabilities that can pose risks for banks. The risk is growing because:
16
+
17
+ - Customers' sensitive data and funds may be at risk from phishing and social engineering attacks
18
+ - Flawed APIs might provide a back door for hackers to penetrate banks' systems
19
+ - Noncompliance with data privacy rules by BaaS providers might expose partner banks to reputational risks
20
+
21
+ This risk could become systemic if, for example, a malicious actor launches a distributed denial-of-service attack on a BaaS provider, keeping customers from accessing their accounts or making transactions.
22
+
23
+ What sectoral and regional forces could amplify the risk?
24
+
25
+ - A complex BaaS technology stack
26
+ - Limited redundancy measures
27
+ - A lack of input validation, enabling attackers to upload malicious code into a bank's systems through its APIs
28
+
29
+ How can the industry mitigate it?
30
+
31
+ | Goal | Mitigation opportunities |
32
+ | :-- | :-- |
33
+ | Strong security for <br> BaaS platforms and API <br> connectivity | - Use input validation protocols |
34
+ | | - Apply network segmentation and <br> access control measures |
35
+ | Properly vetted BaaS <br> partners | - Improve due diligence on BaaS <br> providers |
36
+ | Institutional knowledge <br> transfer from banks to BaaS <br> partners | - Help BaaS and other fintech providers <br> get better at risk management and <br> compliance |
37
+
38
+ --- end page 1
39
+
40
+ # Risk 2: Inadequate stability mechanisms for stablecoin arrangements
41
+
42
+ ## What could go wrong?
43
+
44
+ Stablecoins mimic fiat currencies but without the backing of a central bank, heightening the probability of a run. The risk is growing because:
45
+
46
+ - Governance and regulatory gaps could perpetuate illicit activities that might threaten the integrity of the broader financial system
47
+ - The novel technologies used for minting and managing stablecoins are exposed to security risks
48
+ - The absence of a stability mechanism like deposit insurance increases the risk of a run
49
+
50
+ This risk could become systemic if, for example, a significant stablecoin issuer fails to promptly honor large customer withdrawal requests, touching off a run and eventually collapsing the stablecoin arrangement.
51
+
52
+ What sectoral and regional forces could amplify the risk?
53
+
54
+ - A less mature regulatory environment
55
+ - Stringent capital controls, which may encourage individuals in those jurisdictions to park their assets in global stablecoins
56
+ - Unsecure systems and poorly managed internal processes
57
+
58
+ How can the industry mitigate it?
59
+
60
+ | Goal | Mitigation opportunities |
61
+ | :-- | :-- |
62
+ | Standardization and oversight <br> of stablecoin arrangements | - Requirement for anti-money laundering <br> and "know your customer" processes <br> for stablecoin issuers |
63
+ | Investor and customer <br> protection | - Offer insurance coverage for stablecoin <br> tokens |
64
+ | Transparency of capital <br> reserves | - Enforce responsible marketing rules <br> and customer education |
65
+
66
+ To learn more about technology's impact on systemic risk in banking, including examples, please see pages 60-70 of the full report.
67
+
68
+ ## Contacts Neal Baumann
69
+
70
+ Financial Services Industry leader Deloitte Global
71
+ nealbaumann@deloitte.com
72
+
73
+ ## Rob Galaski
74
+
75
+ Vice-Chair and Managing Partner Deloitte Canada
76
+ rgalaski@deloitte.ca
77
+
78
+ Deloitte refers to one or more of Deloitte Touche Tohmatsu Limited (DTTL), its global network of member firms, and their related entities (collectively, the "Deloitte organization"). DTTL (also referred to as "Deloitte Global") and each of its member firms and related entities are legally separate and independent entities, which cannot obligate or bind each other in respect of third parties. DTTL and each DTTL member firm and related entity is liable only for its own acts and omissions, and not those of each other. DTTL does not provide services to clients. Please see www.deloitte.com/about to learn more.
79
+
80
+ Deloitte provides industry-leading audit and assurance, tax and legal, consulting, financial advisory, and risk advisory services to nearly $90 \%$ of the Fortune Global 500® and thousands of private companies. Our people deliver measurable and lasting results that help reinforce public trust in capital markets, enable clients to transform and thrive, and lead the way toward a stronger economy, a more equitable society, and a sustainable world. Building on its 175 -plus year history, Deloitte spans more than 150 countries and territories. Learn how Deloitte's approximately 415,000 people worldwide make an impact that matters at www.deloitte.com.
81
+
82
+ This communication contains general information only, and none of Deloitte Touche Tohmatsu Limited ("DTTL"), its global network of member firms or their related entities (collectively, the "Deloitte organization") is, by means of this communication, rendering professional advice or services. Before making any decision or taking any action that may affect your finances or your business, you should consult a qualified professional adviser. No representations, warranties or undertakings (express or implied) are given as to the accuracy or completeness of the information in this communication, and none of DTTL, its member firms, related entities, employees or agents shall be liable or responsible for any loss or damage whatsoever arising directly or indirectly in connection with any person relying on this communication. DTTL and each of its member firms, and their related entities, are legally separate and independent entities.
83
+
84
+ --- end page 2
85
+
mistral-folder/dttl-tax-technology-report-2023.md ADDED
The diff for this file is too large to render. See raw diff
 
mistral-folder/gx-iif-open-data.md ADDED
The diff for this file is too large to render. See raw diff
 
mistral-folder/life-sciences-smart-manufacturing-services-peak-matrix-assessment-2023.md ADDED
The diff for this file is too large to render. See raw diff